API : https://zont-online.ru/api/docs/
This thermostat has support in other smart home systems such as ioBroker, HomeBridge, majordomo
I would like to see his support and Home Assistant
(XXXXXXXXXX - is your base 64-encoded login:password from step 2
your@email - is your email assotiated with your zont account)
Find “token”: “yyyyyyyyyyyyyyyyyyyy” in request output.
Now you have credentials for all your zont api requests:
x-zont-client: your@email
x-zont-token: yyyyyyyyyyyyyyyyyyyy
Now you have all your device parameters, modes, settings, etc. in request output.
Find your device id (for example “id”: 12345), your termometers and other settings you need and copy their json-ways (for example, devices[0].thermometers[0].last_value - is your first device first termometer, devices[0].thermometers[1].last_value - your first device second termometer, devices[1].balance.value - your second device balance, etc). It’s recommended to use any online json-editor to view raw-text and tree-based json structure.
II. Integrating into HA - sensors and commands.
Copy zont api credentials in your secrets.yaml (if you do not have this file you should create it in /config folder where your configuration.yaml is located):
Thank you for this tutorial. Successfully added my Zont H2 into HA with temperature, working mode and online status. However I stuck with adding boiler mode (active or not). Would you help me?
Hello. Do you have settings for full control ZONT H2? I don't know how to use rest_command. I need choose temperature + or - with display it. Tried it with using -climate-, but without result. Could you please me with final code for control ZONT H2?