Dear all,
I have Homeassistant running with Homegear as Homematic CCU host for many, many months now, working fine.
Recently I added two additional devices to my setup of type HM-Sec-SCo (window contact) and HM-Sen-MDIR-O-3 (motion sensor). Those devices appear in the Homegear management interface and when using the “Homematic Config” app.
However, they do not appear in HA (0.113.2), even after multiple restarts of both, Homegear and Homematic. Annoyingly, they are reported when enabling debug-log for the Homematic-Integration by @danielperna84 .
Integration’s configuration is dead simple:
homematic:
interfaces:
wireless:
host: gw
hosts:
homegear:
host: gw
Here’s output from home-assistant.log, addressing the recently added devices:
app_1 | 2020-07-28 23:25:26 WARNING (SyncWorker_6) [pyhomematic._hm] Skipping init for homeassistant-homegear
app_1 | 2020-07-28 23:25:27 DEBUG (Thread-2) [homeassistant.components.homematic] homematic.binary_sensor: Handling QEQ0894394: MOTION: [1]
app_1 | 2020-07-28 23:25:27 DEBUG (Thread-2) [homeassistant.components.homematic] homematic.binary_sensor: Handling PEQ2234925: STATE: [1]
app_1 | 2020-07-28 23:25:27 DEBUG (Thread-2) [homeassistant.components.homematic] homematic.sensor: Handling QEQ0894394: BRIGHTNESS: [1]
app_1 | 2020-07-28 23:25:27 DEBUG (Thread-2) [homeassistant.components.homematic] homematic.battery: Handling PEQ2234925: LOWBAT: [0]
What am I missing?
Regards
Christoph