Delay for battery auto-probe #24065
Simpleton350
started this conversation in
General
Replies: 1 comment
-
|
Seems odd that the device is not responsive when it sends data.... The code doing the probing says "now" without delay. I suppose that a possible workaround could be to disable auto-probe via The code could also be modified to have a new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use an IKEA Parasoll door sensor (Zigbee), whose battery status keeps going stale in Tasmota's UI (greyed-out icon). Looking into this, I noticed that Tasmota sends its battery auto-probe request the very moment it receives an event from the device. However, it appears that at that moment the Parasoll is not responsive, so no battery status report comes back. If I manually make the same request at least a second later, though, it does respond.
I am wondering how to make Tasmota wait for at least a second before sending its battery auto-probe.
Beta Was this translation helpful? Give feedback.
All reactions