-
Notifications
You must be signed in to change notification settings - Fork 21
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
Adding ESPhome support for snap #284
Comments
Found out that ioBroker.esphome is only an adapter for esphome-native-api. |
The package didn't find my ESPhome device even though I saw it broadcasting mDNS in my local network. Opened an issue about that just in case. |
So there is a new fork that got maintained here is the npm version of the package Here is the Node-RED package that he created with it Let's use the Node-RED integration as we did before with the Chromecast node-RED package. |
Marged the pr, not tested in a snap but in contrast to the previous (python) implementation this does not use anything new that didn't get tested before under snap. So I am closing the issue. |
Currently there is an ESPhome support, it use the python package to control the devices.
Unfortunately we are not able to make this package work under snap installation.
A new solution could be to use a JavaScript package to control the devices.
For example ioBroker.esphome package.
The text was updated successfully, but these errors were encountered: