-
Notifications
You must be signed in to change notification settings - Fork 20
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
Current- and Set- temperature in Sensor entity #22
Comments
I have the same "problem" |
And also want to see the same. In sensor values te current and set temperature. |
Find it ;) sensor:
|
@dimitribo, that doesn't work for me. Something of your example is not correct (I think something went wrong with copy/paste), I changed it to this:
Then I see the following error when I verify the configuration in Developer tools -> Check and restart:
Do you know what is wrong? Thank you in advance! |
Hello, As I can see, you didn't do a good copy i think... |
I appreciate your reply! Something goes wrong with formatting when I use your code, I think.
When I use that in my configuration.yaml I get a warning from the editor:
|
Thank you for that, that seems to have helped to solve it. It was purely formatting (indention) |
Could you also change the desired temperature now? When do I have to paste your code? |
I have not tried that, but I am using the temperature gauge that comes with the integration for that. It seems that he update rate of the current temperature is not really high, the graph is therefore not very smooth when the temp changes. Could also be that the temperature that the e-twist is measuring or providing is providing only full or half degrees (20.0, 20.5, 21.0) and not 20.5, 20.4, 20.3. Edit: I found that the reading interval is once every 10 minutes. See sensor.py
|
How do I enable the temperatur gauge? I didn't find it? |
The documentation explains how to do that: https://github.com/freitdav/BDRthermostatHA |
Correct but for me the integration doesn't create a climate entity for some reason |
Not sure if I am able to help you then. Maybe remove the integration and try again? |
Tried it, didn't work unfortunately |
I am using the graph card on my dashboard for showing temperatures on the different floors in my house. Just the room temperature, which is provided through a climate-entity, cannot be used in the graph-card because it does not support the climate entity.
Would it be possible to move (or add), the temperature to a sensor-entity instead. This would make my temperature dashboard more consistent.
The text was updated successfully, but these errors were encountered: