MichielVanwelsenaere / HomeAutomation.CoDeSys3

Home Automation system build in CoDeSys 3 with MQTT communication to any third party Home Automation software
MIT License
112 stars 37 forks source link

RS485 devices: individual device availability topic #120

Closed MichielVanwelsenaere closed 2 years ago

MichielVanwelsenaere commented 2 years ago

Pull Request Checklist

Check if the tasks below are relevant for your PR, to mark an item as completed use [X].

Proposed Changes

Until now the availability of a RS485 device is equal to the availability of the PLC device as they use the same availability topic.

With this change each configured RS485 device has it's own separate availability topic allowing an indication of individual device (read) failures via its own availability topic.

Related issues