Hi,
at some point homematic devices do not show up in device configuration. however they still work from frontend, but i cannot “use” them for creating new automations, etc. any ideas where i am wrong?
thank you!
EDIT: I’m on latest ha-version running on intel nuc hassio 3.1.3 image. homematic ccu2 in on latest firmeware, too
# homematic
homematic:
local_ip: 10.10.5.101
hosts:
ccu2:
host: 10.10.5.100
port: 2001
username: Admin
password: Secret
interfaces:
rf:
host: 10.10.5.100
callback_ip: 10.10.5.101
resolvenames: json
username: Admin
password: Secret
groups:
host: 10.10.5.100
port: 9292
resolvenames: json
username: Admin
password: Secret
path: /groups
2020-05-23 19:48:21 WARNING (MainThread) [homeassistant.setup] Setup of homematic is taking over 10 seconds.
2020-05-23 19:48:22 WARNING (SyncWorker_11) [pyhomematic.devicetypes.generic] HMGeneric.getValue: BRIGHTNESS on IEQ0549415:1 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:29 WARNING (SyncWorker_12) [pyhomematic.devicetypes.generic] HMGeneric.getValue: STATE on LEQ0735431:1 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:31 WARNING (SyncWorker_3) [pyhomematic.devicetypes.generic] HMGeneric.getValue: WORKING on LEQ1210665:1 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:31 WARNING (MainThread) [homeassistant.components.switch] Setup of switch platform homematic is taking over 10 seconds.
2020-05-23 19:48:31 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform homematic is taking over 10 seconds.
2020-05-23 19:48:31 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform homematic is taking over 10 seconds.
2020-05-23 19:48:31 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform homematic is taking over 10 seconds.
2020-05-23 19:48:32 WARNING (SyncWorker_3) [pyhomematic.devicetypes.generic] HMGeneric.getValue: STATE on LEQ1210665:1 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:33 WARNING (SyncWorker_12) [pyhomematic.devicetypes.generic] HMGeneric.getValue: WORKING on LEQ1210665:2 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:33 WARNING (SyncWorker_12) [pyhomematic.devicetypes.generic] HMGeneric.getValue: STATE on LEQ1210665:2 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:33 WARNING (SyncWorker_7) [pyhomematic.devicetypes.generic] HMGeneric.getValue: WORKING on LEQ1210665:3 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:33 WARNING (SyncWorker_7) [pyhomematic.devicetypes.generic] HMGeneric.getValue: STATE on LEQ1210665:3 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:33 WARNING (SyncWorker_6) [pyhomematic.devicetypes.generic] HMGeneric.getValue: WORKING on LEQ1210665:4 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:33 WARNING (SyncWorker_6) [pyhomematic.devicetypes.generic] HMGeneric.getValue: STATE on LEQ1210665:4 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:35 ERROR (MainThread) [homeassistant.components.climate] Error while setting up homematic platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 186, in _async_setup_platform
await asyncio.gather(*pending)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 295, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 446, in _async_add_entity
entity.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 297, in async_write_ha_state
self._async_write_ha_state() # type: ignore
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 320, in _async_write_ha_state
state = self.state
File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 165, in state
return self.hvac_mode
File "/usr/src/homeassistant/homeassistant/components/homematic/climate.py", line 70, in hvac_mode
if self.target_temperature <= self._hmdevice.OFF_VALUE + 0.5:
TypeError: '<=' not supported between instances of 'str' and 'float'
2020-05-23 19:48:36 WARNING (SyncWorker_15) [pyhomematic.devicetypes.generic] HMGeneric.getValue: WORKING on MEQ0325386:1 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:37 WARNING (SyncWorker_15) [pyhomematic.devicetypes.generic] HMGeneric.getValue: STATE on MEQ0325386:1 Exception: <Fault -1: 'Failure'>
2020-05-23 19:48:37 WARNING (SyncWorker_0) [pyhomematic.devicetypes.generic] HMGeneric.getValue: BRIGHTNESS on LEQ1292629:1 Exception: <Fault -1: 'Failure'>