rtuck99/openhab-binding

Improve handling of DEVICE_COMMUNICATION_ERROR

Closed this issue · 2 comments

Currently the error payload isn't surfaced through the VicareService so all errors result in the bridge being marked with communication error, rather than marking the individual Thing if the error payload indicates this is the case.

On receipt of any properly formatted error message from the API (seeing as we don't have a list of them, they are all handled similarly) the bridge status will no longer change and the device status will be updated thus:
image

image

fixed in 3.4.3