The problem
I'm new to HomeMatic and integrated several thermostats to Home Assistant. But I have the problem that after every reboot of the host system all thermostats are disconnected from the add-on.
Sometimes it works when I delete all devices and reset them in order to connect them again. But sometimes I have to uninstall the add-on completely.
Environment
- Add-on with the issue: HomeMatic CCU
- Add-on release with the issue: 11.0.5
- Last working add-on release (if known): i started with 11.0.4, but there the error already exists
- Operating environment (OS/Supervised): Home Assistant OS 5.9 64-bit /
Problem-relevant configuration
rf_enable: false
wired_enable: false
hmip_enable: true
rf:
- type: CCU2
device: /dev/ttyAMA0
wired:
- serial: xy
key: abc
ip: 192.168.0.0
hmip:
- type: HMIP_CCU2
device: /dev/ttyUSB2
regahss_reset: false
Traceback/Error logs
Logger: pyhomematic._hm
Source: /usr/local/lib/python3.8/site-packages/pyhomematic/_hm.py:693
First occurred: 18:44:18 (1 occurrences)
Last logged: 18:44:18
Failed to initialize proxy for homeassistant-group
Logger: pyhomematic.devicetypes.generic
Source: /usr/local/lib/python3.8/site-packages/pyhomematic/devicetypes/generic.py:212
First occurred: 18:44:21 (12 occurrences)
Last logged: 18:50:30
HMGeneric.getValue: SET_POINT_MODE on 000C9BE99C7AE3:1 Exception: <Fault -5: 'Unknown Parameter value for value key: SET_POINT_MODE'>
HMGeneric.getValue: BOOST_MODE on 000C9BE99C7AE3:1 Exception: <Fault -5: 'Unknown Parameter value for value key: BOOST_MODE'>
HMGeneric.getValue: HUMIDITY on 000C9BE99C7AE3:1 Exception: <Fault -5: 'Unknown Parameter value for value key: HUMIDITY'>
HMGeneric.getValue: SET_POINT_TEMPERATURE on 000C9BE99C7AE3:1 Exception: <Fault -5: 'Unknown Parameter value for value key: SET_POINT_TEMPERATURE'>
HMGeneric.getValue: ACTUAL_TEMPERATURE on 000C9BE99C7AE3:1 Exception: <Fault -5: 'Unknown Parameter value for value key: ACTUAL_TEMPERATURE'>
Logger: pyhomematic.devicetypes.generic
Source: /usr/local/lib/python3.8/site-packages/pyhomematic/devicetypes/generic.py:198
First occurred: 18:50:10 (2 occurrences)
Last logged: 18:50:30
HMGeneric.setValue: CONTROL_MODE on 000C9BE99C7AE3:1 Exception: <Fault -1: 'Generic error (RESPONSE_NAK)'>
Additional information
The problem
I'm new to HomeMatic and integrated several thermostats to Home Assistant. But I have the problem that after every reboot of the host system all thermostats are disconnected from the add-on.
Sometimes it works when I delete all devices and reset them in order to connect them again. But sometimes I have to uninstall the add-on completely.
Environment
Problem-relevant configuration
Traceback/Error logs
Additional information