Closed svenove closed 10 months ago
I think you can use the available
property (https://developers.home-assistant.io/docs/core/entity/#generic-properties), this is read from the isCloudConnectionUp
value as returned by Daikin
@jwillemsen sounds great! But how do I access that property from an automation? Thought I would find it as an attribute on the entity, but I can’t find it there.
Maybe https://community.home-assistant.io/t/is-it-possible-to-trigger-an-automation-if-an-entity-goes-missing/417312/11 helps, google is your friend ;-)
@jwillemsen is it the state of the device that changes to “unavailable”? Been using HASS for 1,5 month and still struggle a bit to grasp device/entity and state/attribute/property.
Might be I can use this from the forum link you provided: https://github.com/jazzyisj/unavailable-entities-sensor
@jwillemsen oh, I found it! On my phone I didn’t notice the list of states was “scrollable”… 🤦🏼♂️😂
Thanks!
I would like to send a push notification if the unit is offline/unavailable for 30 mins. Could there be an entity that simply shows if the device is online or not?