Just did an update to 0.60. I managed after hours to set up a config that seems to be valid (after all the changes in the chnagelog of 0.60)
But it’s not recognizing any of my devices…if I try to activate in th config resolvenames:json, I always receive an error. Also I had to change IP -> host in the config…
Does anybody know how I will get my devices back in homeassistant?
Hi atomicpapa,
I also read there’s a change in the chnaglog. But it really seems that I’m too dumb to get the settings changed in acorrect way, so that it’s working again…Could you please help me on that?
I have one single CCU2 and want it connected to my hassio. Sounds not too complex… But I don’t get it managed…?!
Here my config:
If the name of the CCU2 is the same for interfaces and hosts, then no devices will be shown in the hassio…this is the reason why I have different names for that.
What I dont really understand is, what are the possibilities with the devices below “hosts”. Is it just for “monitoring” the CCU2? because some interactions seems not to be possible?
Too bad this got released in this state - it completely wrecked my setup due to the missing user/pw for json based name resolving… sigh Hope they push 0.60.1 soon.
I still haven’t upgraded to 0.60 yet, so I’m not sure if this is correct. But from looking at the code that should be what is required. The main change is, that within the interfaces-block you have hosts that provide the XML-RPC API, and in the hosts-block you optionally can add higher level devices (CCU) for extended functionality (variables).
Perhaps it is a problem i my specific environment. I have 2 homematics (CCU2 and raspberrymatic) each in one location. The networks are linked per vpn. Since i update to HA 0,60,1 my HA/Homematic combination is unstable, because HA loose the „contact“ to some not all homematic devices.
Stability shouldn’t be impacted. Under the hood everything is working still pretty much the same as before. If the CCU or Raspberrymatic stop working, then this sounds like a networking issue. You haven’t mentioned it, but my guess would be, that the one connected via VPN is the problem. If your internet connection is dropped (it’s quite common to have reconnects with german providers), that can interrupt the connection which is established across the tunnel. But that should have been a problem even before 0.60.
The problem homematic is the raspberrymatic and is in the same network. The ccu2 at the other location has no problem but control only some homematic devices.
The raspberrymatic with the problems is connected to a netgear orbi satellite. i test to connect the raspberry to a wired network.
Yes, a wired connection is definitely preferred. It’s not the first time I’ve heard of people having problems with wireless connections. And maybe 0.60 introduced something that puts more load on the wifi chip and therefore interrupts the connection. When that happens you can try to use the homematic.reconnect service to reconnect to raspberrymatic. That way you may not have to restart HA completely.
One thing I just discovered:
For some reason events seem to not arrive at the CCU when I set the log level for pyhomematic less verbose than INFO. So for example motion sensors work without any issues when logging at INFO, but when reducing to WARNING they stop working.