Hi Daniel,
thanks for the quick reply.
When I set up the integration I first just copied over all the entries from the example, not knowing what might be important or not. But now I have removed parts so that only rf, hmip and groups is left. Is that ok?
Regarding the log, which log would you prefer? The error logs on startup or the full home-assistant.log?
The full log is too long.
So I start with the error logs, please let me know if you need something else.
Logger: homeassistant.setup
Source: components/homematic/__init__.py:255
First occurred: 07:30:56 (1 occurrences)
Last logged: 07:30:56
Error during setup of component homematic
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/pyhomematic/connection.py", line 76, in start
self._server.start()
AttributeError: 'HMConnection' object has no attribute '_server'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/homematic/__init__.py", line 255, in setup
homematic.start()
File "/usr/local/lib/python3.9/site-packages/pyhomematic/connection.py", line 82, in start
self._server.stop()
AttributeError: 'HMConnection' object has no attribute '_server'
Logger: hahomematic.central_unit
Source: /usr/local/lib/python3.9/site-packages/hahomematic/central_unit.py:822
First occurred: 07:30:41 (66 occurrences)
Last logged: 08:03:12
check_connection: No clients exist. Trying to create clients for server Homematic
Logger: hahomematic.xml_rpc_proxy
Source: /usr/local/lib/python3.9/site-packages/hahomematic/xml_rpc_proxy.py:68
First occurred: 07:30:39 (67 occurrences)
Last logged: 08:03:12
(111, 'Connection refused')
One more remark. In the RaspberryMatic settings I had changed the host name to (homematic-raspi) for a while and had also tried to use this in the configuration file. What surprised me was that in the browser url bar the link never changed and it always looked like this:
http://192.168.1.12:8123/de838cd8_raspberrymatic/dashboard
So I assume the āde838cd8_raspberrymaticā is the actual host, correct?
I have now changed the host in the RasberryMatic setting to de838cd8_raspberrymatic.
Thankf for your help with this.
Regards,
Merc