Apollon77 / ioBroker.daikin

Control Daikin Air Conditioner devices
MIT License
14 stars 10 forks source link

Expose demand control data #183

Open Matze2 opened 5 months ago

Matze2 commented 5 months ago

Demand control data can be retrieved using http://${this.ip}/aircon/get_demand_control

This is necessary to be able to visualize or use the demand control data for automation without being dependent on the Daikin cloud variant.

PR follows.