#ESPHome sensors unknown

1 messages · Page 1 of 1 (latest)

kind wyvern
#

I have an ESPHome device that reports a hall sensor value and the battery voltage.

The device sends:
Uptime every 2 seconds
the battery voltage every 45s
The hall sensor value every 2min

The battery voltage receives the value then immediately changes to unknown.

It should hold on to the last known value.

kind wyvern
#

I do have to change it to send every 4seconds instead of 45seconds just to "clear" that "Unknown" value. It is quite strange.

kind wyvern
#

It looks like esphome needs to receive at least 10 sensor updates before it will update the sensor. So my strategy of one update before deep sleeping for an hour would need to run all day before id see any data. Strange