I see 2 climates control (UML FBH and UML HK1). They should popup into HA.
I don’t know what is “WVF” (function = 15 ?). Maybe it’s your MultiWin+ heater ?
You can explore the OIDs by change de prefix in the query :
Example for the WVF node :
curl “http:///api/1.0/lookup/1/20” --digest -u USER:{pass}
I’m looking for some additional info, for example, how to find out if a heating circuits is active or not. There is no direct info like /1/16 on or off. What I found is flow temperature set point 0,0. Looks like this is the info if the circuits is heating.
Another point which is interesting is that some times it get read error’s. I’ll have a closer look why, but maybe it has something to do with the number of circuits.
I could help to read first the nodes from the system with http://user:pw@rc7030-ip/api/1.0/nodes. Use the info to build a device with each, node and than update only on device. What do you think?
It reads values every 60 seconds, but maybe it’s a lot a requests and the API don’t respond well ?
The system scan the bus (not with the /nodes endpoint), build devices and then update only the devices. No more request is done to add a new device if it appear on the bus after the init of the module.