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

Temperature sensor #45

Open
walterheck opened this issue Jan 8, 2023 · 1 comment
Open

Temperature sensor #45

walterheck opened this issue Jan 8, 2023 · 1 comment

Comments

@walterheck
Copy link

As far as my limited knowledge goes (please assume the worst :P ) I can't see this integration exposing a sensor for for instance the current temperature, the way for instance tado does here: https://github.com/home-assistant/core/blob/dev/homeassistant/components/tado/sensor.py

Would it be possible to do this for the warmup integration? I have two 6ie's and an Element I can test with, but not sure I have the python chops to implement this :)

@kkoenen
Copy link

kkoenen commented Feb 23, 2023

Not sure what you're missing in the implementation? The "climate" entity class offers an attribute for the temp. For instance, this will give you a current temperature read-out in HA (if you implemented correctly, of course);

  • type: state-label
    entity: climate.living_kitchen
    attribute: current_temperature
    prefix: 🌡

I use 3 x 6ie thermostat and 4 x Element, they are all working as expected.

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