Sofasurfer
In order to set the temperature target, I used
POST http://<dingz-IP>/api/v1/thermostat?target_temp=<REAL>&enable=true
and that worked fine.
So to set the temperature offset, I tried
POST http://<dingz-IP>/api/v1/system_config?temp_offset=<REAL>
based on api.dingz.ch, but that doesn't work..
Any idea why?
The thermometers of my Dingz are pretty bad, and I often need to adjust the offsets unfortunately. It would have been nice to be able to do it using HA UI.
Thank you!