Giter Site home page Giter Site logo

Comments (12)

DJBenson avatar DJBenson commented on July 24, 2024 2

Note: this fix only applies to the beta (0.22.X) channel.

Be careful that the latest fix pused today is a stable (0.20.X) release and "upgrading" from 0.22.X to 0.20.X may cause some issues as config changes have been made between stable and beta.

from ramses_cc.

lloyda avatar lloyda commented on July 24, 2024 1

Glad I spotted this before hitting the upgrade button.

I wonder if it is related to this change: home-assistant/core#83131

from ramses_cc.

networkerict avatar networkerict commented on July 24, 2024 1

this didn't work for me. It got rid of one of the errors but not both. I also changed the file init.py because it als referenced the wrong value.
I still have:
Invalid config The following integrations and platforms could not be set up:
ramses_cc

I've created a pull request for my changes - check the PR and see if you covered all instances.

Manually copied the new files and all is working now - great! thanks for the swift resolution! much appreciated.

from ramses_cc.

sOckhamSter avatar sOckhamSter commented on July 24, 2024 1

Yup, I've manually updated my files with your changes and it's working a treat, thanks for this :) Hopefully it gets merged very soon!

from ramses_cc.

donoghdb avatar donoghdb commented on July 24, 2024 1

@DJBenson good work, I had done the same locally this morning didn't get around to creating a pull request. Thanks for doing it.

from ramses_cc.

DJBenson avatar DJBenson commented on July 24, 2024

I'm by no means a developer but could it be that TEMP_CELSIUS has been deprecated in favor of UnitOfTemperature.CELSIUS?

The integration is trying to reference TEMP_CELSIUS in homeassistant.components.sensor but it doesn't seem to exist in the latest version but UnitOfTemperature.CELSIUS does.

https://github.com/home-assistant/core/blob/dev/homeassistant/components/sensor/const.py

from ramses_cc.

DJBenson avatar DJBenson commented on July 24, 2024

Glad I spotted this before hitting the upgrade button.

I wonder if it is related to this change: home-assistant/core#83131

Indeed - like I said, I'm no developer (I can fumble my way around code) but it looks to be the source of the issue.

from ramses_cc.

DJBenson avatar DJBenson commented on July 24, 2024

Confirmed - I've just hacked a fix into my install and the integration comes back up.

Basically just replace all references of TEMP_CELSIUS to UnitOfTemperature.CELSIUS in both sensor.py and climate_hvac.py of the integration.

from ramses_cc.

networkerict avatar networkerict commented on July 24, 2024

this didn't work for me. It got rid of one of the errors but not both. I also changed the file init.py because it als referenced the wrong value.

I still have:

Invalid config
The following integrations and platforms could not be set up:

[ramses_cc](https://github.com/zxdavb/ramses_cc) 

from ramses_cc.

DJBenson avatar DJBenson commented on July 24, 2024

this didn't work for me. It got rid of one of the errors but not both. I also changed the file init.py because it als referenced the wrong value.

I still have:

Invalid config The following integrations and platforms could not be set up:

ramses_cc

I've created a pull request for my changes - check the PR and see if you covered all instances.

from ramses_cc.

msteenhuiz avatar msteenhuiz commented on July 24, 2024

Got the patch file through 'https://patch-diff.githubusercontent.com/raw/zxdavb/ramses_cc/pull/56.patch' .
Applied it with 'sudo patch -p 1 -i 56.patch' in the data/config directory.
It's working for me.

from ramses_cc.

DJBenson avatar DJBenson commented on July 24, 2024

This seems to be fixed by the latest beta release and other users have reported stable is working too so closing this.

from ramses_cc.

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.