- Deleted the INFORMATION_NEEDED.md file as it was no longer necessary for documentation. - Revised README.md to enhance the overview of the home automation system, focusing on how services and CODESYS connectivity work. - Updated project structure in README.md for better organization and clarity, including links to relevant documentation. This update simplifies the documentation and improves the overall user experience for developers and users of the home automation 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.