-
I got `Homie.sendProperty` that returns false (even if some time msg is sent) and some random MQTT reconnection when I get more than 4 `Homie.addSubscription`.
It seems to be linked to https://github…
-
I'm thinking on how to make the reset (to config mode) more flexible.
At first step a method `resetConfig` that can be call from main code could be a nice step. It will allows any user defined reset …
-
I begun cleaning up my NTP code for Homie. This allows homie to receive the current time from an NTP server and thereby timestamp measurements or schedule future events.
I suggest adding another entr…
-
Right now, a sample sketch looks like that:
``` c++
#include
const int PIN_RELAY = D1;
void inputHandler(String node, String property, String message) {
if (node != "light" || property != "on") …
-
To use it with a std MQTT broker it could be nice to make MQTT broker port configurable.
It's straightforward to add such option, however in a "pure" Homie framework it's just an other useless option…