Giter Site home page Giter Site logo

Comments (2)

tadasdanielius avatar tadasdanielius commented on June 14, 2024

Difficult to say why it is not getting new values but what you could try is to change the line and see which sensors are failing in your config folder go to custom_components/daikin_altherma find the file sensor.py and change the line 108 from

return round(status, 2)

to

return None if status is None else round(status, 2)

And then restart the HA. And check the sensors.

from daikin_altherma.

n-florin avatar n-florin commented on June 14, 2024

I’ve added this change, the errors are gone and the sensors started to update.
It looks like I get a value (instead of None) only when a sensor value changes from the previous state. Thus some sensors update every 30 seconds while others every 1-4 hours when there is a change.

If you need more data to better understand this I can help.

I am pleased with how it works now. When I find the time probably I will add some logs and see the data flow.
Thank you!

from daikin_altherma.

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.