stas-demydiuk / domoticz-zigbee2mqtt-plugin

zigbee2mqtt plugin for domoticz
MIT License
136 stars 100 forks source link

Missing error, when zigbee device is out from network #220

Closed kovainfo closed 4 years ago

kovainfo commented 4 years ago

When i try using switch device, plugin don't tell me about error with communications with tis device. i.e. missing error in Domoticz, when device is out from network. at the same time, such an error is present in the zigbee2mqtt service logs.

also, Domotics can highlight in red color devices with which it has not been connected for a long time, but with plugin - devices always have normal state color.

blooesky commented 4 years ago

That is right in domoticz don't show the offline devices and you can to send an command(example for switch or plug) as if the device is online.

Device attribute "HaveTimeout" from domoticz must to change when the device is not connected for a long time from false to true.

stas-demydiuk commented 4 years ago

Error now will be shown in Domoticz Log (#354)