custom_component/hahomematic version (if applicable):
1.12.1
Home Assistant version (if applicable):
2022.6.7
CCU version:
Raspi3B# with RPI-RF-MOD
RaspberryMatic version 3.63.9.20220625
Problem-relevant configuration:
Do you use tls? yes
Do you use callback? yes, but shouldn't be necessary
Do you use username and password? yes
Which interfaces do you use (hmip/bidcos/wired)? hmip
Describe the bug
After installation I get two error messages (see below). The integration sucessfully connects to my CCU but only adds 2 devices and 1 service (HmIP-RCV-50 HmIP-RCV-1, HM-RCV-50 BidCoS-RF, "CCU"). I have two Homematic IP devices (HmIP-eTRV-2, HmIP-BSM) connected to my CCU which are not transfered to Home Assistant.
To Reproduce
Screenshots (if applicable)
Relevant HA log entries (full log)
This error originated from a custom integration.
Logger: homeassistant.loader
Source: custom_components/homematicip_local/entity_helpers.py:56
Integration: Homematic(IP) Local (documentation, issues)
First occurred: 2:36:18 PM (10 occurrences)
Last logged: 2:36:19 PM
Unexpected exception importing platform custom_components.homematicip_local.button
Unexpected exception importing platform custom_components.homematicip_local.cover
Unexpected exception importing platform custom_components.homematicip_local.siren
Unexpected exception importing platform custom_components.homematicip_local.select
Unexpected exception importing platform custom_components.homematicip_local.climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 618, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 635, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/config/custom_components/homematicip_local/binary_sensor.py", line 19, in <module>
from .generic_entity import (
File "/config/custom_components/homematicip_local/generic_entity.py", line 23, in <module>
from .entity_helpers import get_entity_description
File "/config/custom_components/homematicip_local/entity_helpers.py", line 56, in <module>
"FREQUENCY": HmNumberEntityDescription(
TypeError: __init__() got an unexpected keyword argument 'native_unit_of_measurement'
Second Error:
Logger: homeassistant.setup
Source: setup.py:298
First occurred: 2:36:18 PM (11 occurrences)
Last logged: 2:36:19 PM
Unable to prepare setup for platform homematicip_local.cover: Platform not found (Exception importing custom_components.homematicip_local.cover).
Unable to prepare setup for platform homematicip_local.siren: Platform not found (Exception importing custom_components.homematicip_local.siren).
Unable to prepare setup for platform homematicip_local.select: Platform not found (Exception importing custom_components.homematicip_local.select).
Unable to prepare setup for platform homematicip_local.climate: Platform not found (Exception importing custom_components.homematicip_local.climate).
Unable to prepare setup for platform homematicip_local.number: Platform not found (cannot import name 'RestoreNumber' from 'homeassistant.components.number' (/usr/src/homeassistant/homeassistant/components/number/__init__.py)).
Diagnostic Information (available on every device)
custom_component/hahomematic version (if applicable): 1.12.1
Home Assistant version (if applicable): 2022.6.7
CCU version:
Problem-relevant configuration:
Do you use tls? yes Do you use callback? yes, but shouldn't be necessary Do you use username and password? yes Which interfaces do you use (hmip/bidcos/wired)? hmip
Describe the bug
After installation I get two error messages (see below). The integration sucessfully connects to my CCU but only adds 2 devices and 1 service (HmIP-RCV-50 HmIP-RCV-1, HM-RCV-50 BidCoS-RF, "CCU"). I have two Homematic IP devices (HmIP-eTRV-2, HmIP-BSM) connected to my CCU which are not transfered to Home Assistant.
To Reproduce
Screenshots (if applicable)
Relevant HA log entries (full log)
Diagnostic Information (available on every device)
Expected behavior
I wouldn't expect the errors in the log. Second, I would expect the devices connected to the CCU to be added to home assistant.
Additional context
Today, I wanted to start using my CCU after I have stopped using it like two years ago. I haven't checked if a fresh installation solves the problem.
Homeassistants runs on a docker on a Synology DS920+. It got its own IP address via macvlan.