rospogrigio / daikin_residential

Cloud control of Daikin devices that are supported by Daikin Residential Controller app.
GNU General Public License v3.0
283 stars 37 forks source link

[Request]: Support additional sensory data as entities #198

Open hmaki opened 8 months ago

hmaki commented 8 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

jwillemsen commented 8 months ago

FYI, https://github.com/jwillemsen/daikin_residential_altherma does expose these all as entities

jwillemsen commented 7 months ago

The new daikin cloud API seems to remove these again :-(