Git Product home page Git Product logo

Comments (3)

freitdav avatar freitdav commented on June 12, 2024

Dear Marck, as pointed out in the disclaimer, the integration does not work for the new Remeha API and smartphone app due to its recent changes. I am not able to research and test new Remeha app, thus I am sorry but can not fix it. However please go through other issues and you will find links to working Remeha integration.

from bdrthermostatha.

Marck avatar Marck commented on June 12, 2024

It's not that the integration doesn't work (it works for now), but I get loads of spam. I ignored it for now with:

logger:
  logs:
    custom_components.bdr_thermostat.climate: fatal

Also I would suggest making the disclaimer more clear and/or making this a public archive and adding the other repos for Remeha.

That said, if anyone encounters this issue and doesn't want to scroll to the other issues: these are some adjustments to this repo that might work for you. Feel free to add more repos if you find them.

from bdrthermostatha.

Thomas99a avatar Thomas99a commented on June 12, 2024

Hi,

I digged a little bit deeper into this since I also got the log messages while having/using the old Remeha API.

2023-02-12 12:16:27.206 ERROR (MainThread) [custom_components.bdr_thermostat.climate] {'mode': 'manual', 'fireplaceModeOn': False, 'roomTemperature': {'value': 21.0, 'unit': '°C', 'min': 0.0, 'max': 50.0}, 'roomTemperatureSetpoint': {'value': 12.0, 'unit': '°C', 'min': 0.0, 'max': 60.0, 'increment': 0.1}, 'zoneActivity': 'standby', 'timeProgram': 1}
This originates from from line 106 in climate.py. It seems to be used for debugging but writes to the error logger.

Remeha eTwist provides for BurningHours the unit "hours" which is not known to HA. This can easily be fixed by setting it to "h", but I do not know if this would be compatible for the other brands.

Error and Status are marked with state_class.measurement and HA expects some unit information. Since this sensor provide no no measurements removing the state class for this sensor will resolve this issues.

The issue with receiving is not that simple because which value should be provided for the case the Integrations can't deliver it. I also observed this very rarely. This could be solved using an extra sensor in HA to filter such values, but than you can't see that something is wrong on the interface.

from bdrthermostatha.

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.