mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
* Update HomeMatic OCCU to version 3.41.11 (#482) * Update HomeMatic OCCU to version 3.41.11 * Update CHANGELOG.md * Update config.json * Homematic OCCU: Fix write error when starting OCCU due to missing status directory. (#483) HMIPServer writes a lock file to /var/status/HMServerStarted, so create directory /var/status to prevent an exception that may confuse users. * Homematic OCCU: Supply custom log4j configuration for HMIPServer to log to console. (#484) This allows reading the HMIPServer log via the docker log file. The default configuration logs to file and syslog which is not accessible from outside the docker container. * Update CHANGELOG.md * Update CHANGELOG.md