A Python library for extracting and distributing configuration metadata from Homematic CCU/OpenCCU systems, including translations, easy modes, and link profiles. Current version is 2026.5.0. The library releases are pegged to the year and month of release, following a monthly cadence.
pip install openccu-dataNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with a CCU URL, fetch English translations, and print the first five keys.
Run `pip install 'openccu-data<2026'` if you are stuck on older Python, or upgrade Python to 3.14+.
Update code: change `client.get_translations()` to `client.get_translations('en')`.Replace `easy_mode=True` with `mode='simple'`.
Use `from openccu_data import ...`.
Install the XML-API addon on your CCU (https://github.com/homematic-community/XML-API).