v1.1.0
Virtual function blocks are here! Using virtual function blocks you can get any value (string, integer, float, bool) from/to your PLC using MQTT. A dimmer output function block has also been created for people using 0-10V dimmers.
The development approach has changed from an CODESYS 3S project to an é!COCKPIT project. Make no mistake, the purpose remains to be compatible between all runtimes & development environments that support CoDeSys 3.5!
What's next? Check out the v1.2.0 milestone for more information!
Any input for future versions can be discussed on the Gitter chat.
Changes
🚀 Features
- creating virtual function blocks capable of bringing any value in and out of the PLC throug MQTT, docs included @MichielVanwelsenaere (#45)
- adding a virtual function block capable of handling float values, docs included @MichielVanwelsenaere (#50)
- creating dimmer output function block, docs included @MichielVanwelsenaere (#49)
- creating example on how to use PFC user leds (é!COCKPIT version) @MichielVanwelsenaere (#41)
📖 Documentation
- how-to create a new MQTT subscription in the project @MichielVanwelsenaere (#48)
- how-to integrate with virtual function blocks in input mode from Home Assistant @MichielVanwelsenaere (#47)
- update readme with new link to gitter @MichielVanwelsenaere (#32)
🏁 Project Governance
- adding chores section to release drafter configuration @MichielVanwelsenaere (#51)
- creating contributing docs & pull request template with checklist @MichielVanwelsenaere (#46)
- é!cockpit first approach conversion @MichielVanwelsenaere (#40)
🔨 Chores
- updating MQTT library to latest version @MichielVanwelsenaere ( #45)