Files
kkelomatic_home/codesys
nearxos f0d883b8c2 Remove obsolete INFORMATION_NEEDED.md and streamline README.md for clarity
- 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.
2026-02-08 17:09:30 +02:00
..

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.