esp8266-anemometer icon indicating copy to clipboard operation
esp8266-anemometer copied to clipboard

Sleep mode

Open Tscho32 opened this issue 4 years ago • 1 comments

I now have the anemometer running according to the instructions. So far everything is ok. The only thing is that the Wemos D1 goes into sleep mode after a certain time and thus no longer sends any data to the mqtt broker. How did you solve that. The simplest would be who a time until wakup or that it is activated by moving the anemometer. Do you have a solution?

Tscho32 avatar Jul 14 '21 19:07 Tscho32

It should send at least every 10 seconds a message to the MQTT broker, this should be enough to prevent disconnecting from wlan or other things. A sleep mode is not in the origin code implemented. Maybe is this problem a power related issue with insufficient voltage after some time.

sbiermann avatar Jul 18 '21 09:07 sbiermann