-
I'm trying the latest Homie version and it runs quite stable.
I know that it is heavy work in progress, so please see my comments here as a quick feedback.
# New Property Class
I noticed a strange i…
euphi updated
8 years ago
-
Hi
I have a sketch to control 2 relays, for some reason the sketch cannot set GPIO0 HIGH, GPIO2 is fine. I know the ESP-01 is working because if I use a sketch without homie I can set GPIO0 HIGH. D…
-
As @furyfire asked in #8, it would be neat to have an API to add other settings than wifi, mqtt and ota in `configuration` mode.
-
Hi Marvin,
First of all thank you for the impressive work on the Homie-ESP8266 framework - for a newcomer like me to programming it is a superb help to get Things up and running quickly.
I have a req…
-
Hello Marvin,
I have a relay that I set ON immediately after the start. I would like to send a MQTT message at the start to let the world know that the relay is ON.
I tried to place `Homie.setNodePr…
-
Marvin, thank you very much for your great work. I have a noob question: I am trying to make a light controlled via mqtt (home-assistant.io) and a push button/switch at the same time (I am using a son…
plosi updated
8 years ago
-
Hi Marvin, thanks for the awesome work You did. This lib is perfect.
For some of the sensors I use deep sleep mode, did You think about implementing dsleep procedure at library level ? Right now, I a…
-
Hi,
I have a question about naming conventions of ids and properties for a 'sensor node'. In the 'getting started' example there are the calls:
```
HomieNode temperatureNode("temperature", "tempera…
-
It would be fine to be able to get the value of the desired property for the desired HomieNode:
`String Homie.getNodeProperty (HomieNode node, String property)`
Currently I need to maintain the last …
-
Hi,
I am trying to install updates on my ESP8266 ESP-01E Over-the-Air but it always fails like this:
# homie-ota log file
2016-04-27 23:40:05,862 INFO Starting homie-ota
2016-04-27 23:40:05,862 INF…