thetrueavatar / Viessmann-Api

Api pour récupérer les infos de chaudière exposées par le service Viessmannn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for new Smart Climate components

smhex opened this issue · comments

commented

Hi,

Viessmann recently announced the release of their new smart climate components. I bought a thermostat for testing purposes. It runs smoothly and can be configured within Vicare and the web portal. I called getAvailableFeatures() on the API to see how its data is mapped. Unfortunately, no additional/new entities are available. Do you have an idea where to look for the data?

Best regards
smhex

commented

I bought a thermostat for testing purposes. It runs smoothly and can be configured within Vicare and the web portal.

Which viessmann gateway do you need to work with the new thermostats and sensors?

commented

As long as you don't have a heating system with inbuilt support for ViCare you most probably need a Vitoconnect OPTO2 to communicate with the smart climate components. I had to replace my OPTO1 gateway for this...

Regards
smhex

commented

@smhex thanks! Did you have any luck with discovering the API to sense/control those new sensor and thermostat devices?

commented

Not yet. Did not have the time to dig deeper into this. Is on my plan for the time around Christmas/New Year😀

This what I've found to-date on the topic

Listing the entities from your installation will provide you with all the zigbee ID for Sensors, Repeaters and Actuators

Then you can query values for those ID like (eg temperature reported by the zigbee device)

https://api.viessmann-platform.io/iot/v1/equipment/installations/<installationID>/gateways/<gatewayID>/devices/zigbee-<zigbeeID>/features/cs.sensors.temperature

Other values are also available

cs.sensors.humidity
device.roomId
device.heatingCircuitId
device.power.battery
...

Hope this helps

It takes time to revert the API. Hopefully, Viessmann will make it public soon :-)