- Updated global variable lists in GVL_IO.gvl and GVL_NVL_placeholders.gvl to reflect new room naming conventions and structures. - Revised PLC_App.st to map new room configurations for lighting control. - Enhanced documentation in all-lights-and-rooms.md and ha-lights-and-rooms.md to align with updated room and light entity naming. - Adjusted room-config.js and related Node-RED flows to support the new configuration structure. This update improves the organization and clarity of room and light management within the Node-RED integration, ensuring consistency across the system.
CODESYS Project Files
This folder contains the CODESYS Home Automation project and exports.
Files
- Home_Automation (1).project — Binary CODESYS project (open in CODESYS IDE)
- Home_Automation.export — CODESYS XML export (readable, full project)
- Home_Automation.xml — PLCopen XML export (readable, program structure)
- Home_Automation.projectarchive — Project archive
Parsing Exports
From the project root:
python3 scripts/parse-codesys-xml.py codesys/Home_Automation.export
python3 scripts/parse-codesys-xml.py codesys/Home_Automation.xml
Documentation
See docs/codesys/ for CODESYS documentation.