Hi,
I am a little lost right now with the homematic integration.
I did set up homematic integration in configuration.yaml .
Entities are shown with name resolution as well as, but are hidden (need to press on show all) but I can use them and show the devices e.g. in a dashboard.
CCU is shown in entirety as well as but with no value.
But the devices do not show up in devices tab and I get this error in the logs.
Logger: pyhomematic._hm
Source: /usr/local/lib/python3.8/site-packages/pyhomematic/_hm.py:676
First occurred: 23:31:08 (1 occurrences)
Last logged: 23:31:08
Skipping init for homeassistant-ccuhomeatic
ccuhomeatic is the name I assigned in the configuration file.
also this shows up:
Logger: homeassistant.setup
Source: /usr/local/lib/python3.8/asyncio/events.py:81
First occurred: 23:31:07 (1 occurrences)
Last logged: 23:31:07
Setup of homematic is taking over 10 seconds.
Here is the config:
homematic:
interfaces:
bidcos:
host: 192.168.178.200
port: 2001
resolvenames: json
username: !secret homematic_user
password: !secret homematic_password
hmip:
host: 192.168.178.200
port: 2010
resolvenames: json
username: !secret homematic_user
password: !secret homematic_password
groups:
host: 192.168.178.200
port: 9292
resolvenames: json
username: !secret homematic_user
password: !secret homematic_password
path: /groups
hosts:
ccuhomeatic:
host: 192.168.178.200
username: !secret homematic_user
password: !secret homematic_password
logger:
default: warning
logs:
homeassistant.components.homematic: debug
The ccu is shown in entitys as well as but with no values
'${sysVarAlarmMessages}': 0
'${sysVarAlarmZone1}': ''
'${sysVarPresence}': true
'${sysVarServiceMessages}': 0
friendly_name: ccuhomeatic
icon: 'mdi:gradient'
This is the configuration of my ccu3
Does anyone got a clue what may be wrong and why the devices are not shown as devices but only hidden entities?