Open Ubus99 opened 4 years ago
Can you paste the log output?
Try
#include <Homie.h>
void setup() {
Homie.setup();
Homie.reset();
Homie.setIdle(true);
}
void loop() {
}
Also doesnt' work reset through mqtt on topic $implementation/reset
https://homieiot.github.io/homie-esp8266/docs/stable/others/homie-implementation-specifics/
Output log:
Flagged for reset by network Node $implementation not registered
I don't know if that is the same bug
P.S. Homie.setIdle(true); is setted and doesn't concern
i need to change the network configuration of my esp8266, but neither holding reset for 5S, nor
work. the esp8266 will enter a state in which it will remain in "normal" mode forever, but with a greatly reduced log.