Open hmaki opened 10 months ago
I downloaded the diagnostics in HA the other day and noticed some sensory data there that would be interesting to observe from HA. Especially fanMotorRotationSpeed and heatExchangerTemperature.
"sensoryData": { "ref": "#sensoryData", "settable": false, "value": { "deltaD": { "settable": false, "value": 11, "minValue": 0, "maxValue": 11, "stepValue": 1, "unit": "\u00b0C" }, "fanMotorRotationSpeed": { "settable": false, "value": 850, "minValue": 0, "maxValue": 2550, "stepValue": 10, "unit": "rpm" }, "heatExchangerTemperature": { "settable": false, "value": 32.5, "minValue": -32, "maxValue": 95.5, "stepValue": 0.5, "unit": "\u00b0C" }, "suctionTemperature": { "settable": false, "value": 16.5, "minValue": -32, "maxValue": 95.5, "stepValue": 0.5, "unit": "\u00b0C" } } }
Any possibility to have these parameters present as entities?
diagnostics.json.txt
FYI, https://github.com/jwillemsen/daikin_residential_altherma does expose these all as entities
The new daikin cloud API seems to remove these again :-(
I downloaded the diagnostics in HA the other day and noticed some sensory data there that would be interesting to observe from HA. Especially fanMotorRotationSpeed and heatExchangerTemperature.
Any possibility to have these parameters present as entities?
diagnostics.json.txt