Replies: 1 comment 1 reply
-
It’s possible to do that, although the integration would need to be careful not to flag something as “unavailable” that simply sends updates very infrequently. Currently each device has a “last update time” entity that’s disabled by default. You can enable that, and then take the last update time into consideration on a device-specific basis. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is there a way to get "unavailable" or "Unknown" state to be used instead of the last known state?
When one of my ZigBee sensors falls off the network due to a dead battery or other reason, the hubitat just reports the last known state in perpetuity it seems. The same status is pulled by this integration. Is there a way to make it so the status through this integration takes into account how long it's been since the last device update? And if it's been longer than X duration, the status on HA side is set to unknown or unavailable instead of whatever Hubitat thinks it is.
Beta Was this translation helpful? Give feedback.
All reactions