Closed dergreg closed 5 years ago
Hello Greg,
there is the possibility to determine when the device is reachable or when it has been seen the last time in the free Eve App.
Best regards Lars
I set Status Fault to 1 when a sensorās config.reachable
or a lightās state.reachable
becomes false. Appleās Home app seems to ignore it, even though itās a standard HomeKit characteristic. Eve shows this as a red warning sign.
A sensorās state.lastupdated
is exposed as a custom Last Updated characteristic, which Appleās Home app doesnāt support.
I donāt set accessories to Not Responding, as that causes Appleās Home app to ignore updates to the accessory. When I unset Not Responding, Appleās Home app continues to show it, until you refresh the accessory, forcing Home to re-read the characteristics. During that time, you cannot control the device.
Where is the reachable flag displayed? See my screenshots from the eve app, thanks
Itās a red triangle with an exclamation mark. It only shows when itās set. In the details screen, itās on the top bar (next to the battery symbol and the settings gear), on the room screen, itās to the left of the value.
Note that homebridge-hue depends on deCONZ to report config.reachable
and that deCONZ depends on the Xioami device to report itās state. The battery-powered Xiaomi sensors are very sleepy and cannot be queried by deCONZ. The Aqara devices report once every hour and when āsignificantā changes happen. Iām not sure when deCONZ sets the sensorāsconfig.reachable
to false.
Yeah I know the exclamation mark from my Eve thermo (unfortunately), but not from the Aqara sensors so far. I guess this isn't set by deconz.
Hi,
I just put one of my Xiaomi temperature sensors into the garage (to check for the perfect beer temperature š). I still displays 20 degrees, which is obviously too much for winter (a zwave based Sensor next to it correctly displays 8 degrees).
Is there any chance to detect the last update of the device (which is now older than two hours) and display the device as ānot respondingā in HomeKit?
Regards Greg