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

FB_VIRTUAL_BOOL_MQTT: state topic wrong in docs #115

Closed MichielVanwelsenaere closed 2 years ago

MichielVanwelsenaere commented 2 years ago

Received the following feedback via Gitter chat;

_I think there's a small typo in the documentation on the FB_VIRTUAL_BOOL_MQTT. The example YAML code for Home Assistant MQTT sensor use "WAGO-PFC200/Out/Virtual/FB_VIRTUAL_BOOL001" as a state topic, but pretty sure that should be VirtualS. Took me some time to figure out why it wasn't working :)