@ap2017 sagte in Zigbee device availability detection:
@thomas-braun I thought about it first, but switch does not show power when in ON state with no load connected, don't think load needs to be connected for voltage reading. Tried it with load connected, still does not read voltage. Just in case, I filed an issue at Zigbee github regarding not able to read voltage.
272591ea-596d-4e45-84ac-2e7081cfdada-image.png
The load voltage state will also not be usable for connection detection. The reason is simple:
A plug which is connected may update this state once every x minutes, with x usually being within the range of 5 to 300. If you power of the plug, it lacks the power to update the value, hence the state will remain at the last state sent by the plug. This is true for any state published by the plug.
There are very few devices which publish their states in a short interval. Most only post changes to their values, and even then have a minimum time difference between posting different values.
The available state has the same issue. It is generated by the adapter attempting to obtain a response from the device using a "ping request". In theory, all line powered devices should respond to ping requests. Unfortunately, there are line powered devices which report as "end devices" and as such will not report to ping requests, i.e. their status cannot easily be verified.
A.