Apollon77 / daikin-controller

Control Daikin Air Conditioner devices using nodejs
MIT License
119 stars 29 forks source link

Expose demand control data #267

Closed Matze2 closed 1 month ago

Matze2 commented 8 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.