Search found 4 matches

by rutberg
28 Mar 2018, 09:56
Forum: ESP Easy: Software
Topic: Deep sleep triggers multiple MQTT publish
Replies: 7
Views: 4621

Re: Deep sleep triggers multiple MQTT publish

I've now reduced Awake Time to 1, and the number of updates have dropped to 2 for each cycle. Is there any way of using a rule or similar to go to deep sleep after one update, much like what is described in the wiki?
by rutberg
27 Mar 2018, 12:37
Forum: ESP Easy: Software
Topic: Deep sleep triggers multiple MQTT publish
Replies: 7
Views: 4621

Re: Deep sleep triggers multiple MQTT publish

Alright, good to know! So there could be an option to decrease the wake-time?
If I put it at, for example 1, will it wait until it finishes all sensors or does that risk cutting the process short instead?
by rutberg
27 Mar 2018, 11:51
Forum: ESP Easy: Software
Topic: Deep sleep triggers multiple MQTT publish
Replies: 7
Views: 4621

Re: Deep sleep triggers multiple MQTT publish

Thanks for the input!

I'll have a check when I get home, but this passage in the wiki suggests that it shouldn't be a factor:
It will send all the sensor-readings at once (delays are ignored, except for Message Delay at the advanced settings page)
by rutberg
27 Mar 2018, 08:42
Forum: ESP Easy: Software
Topic: Deep sleep triggers multiple MQTT publish
Replies: 7
Views: 4621

Deep sleep triggers multiple MQTT publish

Hi! I've got a DHT22 and publish temp/humidity to a Home Assistant server via MQTT. I'm running the ESP_Easy_v2.0-20180322_test_ESP8266_4096_VCC firmware and i use a rule to also push VCC and IP to the MQTT server on MQTT Connection. One issue I'm stuck at when enabling deep sleep is that the ESP do...