apetrycki / daikinskyport

API for accessing a DaikinOne+ Thermostat
63 stars 27 forks source link

Heating Demand only shows furnace data #52

Closed molohov closed 1 year ago

molohov commented 1 year ago

As per https://github.com/TJCoffey/DaikinSkyportToMQTT/blob/main/ThermostatParameters.md

Furnace: ctIFCHeatRequestedDemandPercent Heat Pump: ctOutdoorHeatRequestedDemand

The sensor is only polling the furnace data: https://github.com/apetrycki/daikinskyport/blob/master/custom_components/daikinskyport/daikinskyport.py#L196

There is also another sensor for the air handler

Perhaps expose these values as separate entities, unless you can differentiate them using the system's mode and present a single one (minus the air handler value)

molohov commented 1 year ago

Closed in #53