Giter Club home page Giter Club logo

Comments (6)

v966732 avatar v966732 commented on June 1, 2024

You can use a template to amend the -20 value to zero e.g.:-
value_template: >-
{% if is_state_attr('climate.wiser_room','temperature', -20) %}
0
{% else %}
{{state_attr('climate.wiser_room','temperature')}}
{% endif %}

from wiserhomeassistantplatform.

asantaga avatar asantaga commented on June 1, 2024

Hey there

Yes this is a known issue.. If the rad is "Off" then I need to send something back , so I send -20.. I did toy with sending "0" back but that would be a valid value...., it might be zero degrees! whereas -20 was far out...

this is done by https://github.com/asantaga/wiserHomeAssistantPlatform/blob/master/climate/wiser.py lines 75.. The rads themselves are set to -3000!!!

You can override the -20 by setting the parameter minimum:
e.g.

wiser:
  host: <ENTER YOUR HEATHUB IP HERE>
  password: <ENTER YOUR SECRET TOKEN, OBTAINED FROM STEP THREE HERE>
  scan_interval: 300
  minimum: -5

Is that ok, or can you think of a better solution?

I looked into sending "Off" but if I do that it screws up the graphs....
Another workaround is not to set the rad to off but to a low value, like -5, which unless the radiator is outside would be the equivalent to off :-)

need to get my act and fix more bugs!! Also working to add this to HA natively as an OOTB feature

from wiserhomeassistantplatform.

rikhudson avatar rikhudson commented on June 1, 2024

@asantaga Ahh I your point about the graphs, very good point! Well… reckon I can work with -20ºC for now. 👍

from wiserhomeassistantplatform.

asantaga avatar asantaga commented on June 1, 2024

@rikhudson , the -20 bit is only important for graphs where you also display the setPoint.. My advice is instead of setting the temperature to "Off" , set it to 5C,.

Also set the minimum in the config file and all should be good?

Is that ok? if so then close the ticket :-)

from wiserhomeassistantplatform.

rikhudson avatar rikhudson commented on June 1, 2024

I’ll go with that!

Sure, feel free to close it! :)

from wiserhomeassistantplatform.

asantaga avatar asantaga commented on June 1, 2024

Closing issue :-)

from wiserhomeassistantplatform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.