-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Optional Components] ESPhome dashboard #1904
Comments
I’m using the docker container of esphome, so having it in openhabian would be great, since esphome provides access to a lot of sensors and others. |
This sounds like a great addition, I personally don't use this feature but I would be happy to review a pull request if one of you would be willing to implement it. |
Install instructions are here https://esphome.io/guides/installing_esphome#linux To run:
This returns the pid to kill the process, if needed. esphome can be updated using Pls note that I'm not a Linux expert. |
Please note we don't build stuff on people's request. We're just the maintainers, that means we coordinate development. |
Is there any documentation on how to do it ? One thing is to change the Z2M installation (I've eventually found the way to do it), another is to create a new option in |
No there isn't. |
Actually my idea is slightly different. If there is a stick proceed as usual. If not, prompt the user for the ip:port address of the coordinator. The yaml is the same in both cases (stick or network), what changes is the
Incidently the SLZB-06 can also be discovered with What do you think ? |
From a coding perspective, you should first be building a setup routine that takes coordinator or stick as a parameter at runtime (plus 2ndary parameters) and configures your system for the specified version. Then next you can call that routine from the menu with an explicit parameter or from a parameterless routine that does some sort of autodetection. |
yes if internally made like written above |
I'm planning to use
|
|
I'll do my best. I'm not a developer, and like myflora the "esphome dashboard" uses python venv. I've seen that all other routines are |
like I said _setup should be for setup, i.e. configuring things, not for (un)install |
I see. |
@moodyblue are you working on this or should I do my pull request? |
@miloit I've implemented the z2m network part but I'm not working on esphome dashboard. pls proceed with your pull request |
@ecdye is there any specific directory to install it or /opt/esphome_dashboard is ok? |
That would be fine. It doesn't matter a ton what exactly the directory name is, but something that is it the |
Issue information:
Now that OH has an esphome binding it would be great that openhabian includes esphome dashboard
Description:
ESPhome dashboard allows one to manage ESP devices. It can be installed with
pip3 install esphome
and run withesphome dashboard <folder name>
. Users can access it withhttp:\\openhabian:6052
The text was updated successfully, but these errors were encountered: