Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hmaki opened this issue Jan 11, 2024 · 2 comments
Open

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

hmaki opened this issue Jan 11, 2024 · 2 comments

Comments

@hmaki
Copy link

hmaki commented Jan 11, 2024

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
Copy link
Contributor

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

@jwillemsen
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants