bosch-thermostat / home-assistant-bosch-custom-component

HA custom component for Bosch thermostats
Apache License 2.0
206 stars 44 forks source link

Unknown model #390

Closed dsoveen closed 3 months ago

dsoveen commented 5 months ago

Describe the bug No readings from any sensor after enabling them. Integration has "Unknown model" as an entry, but with 19 devices and 110 entities

To Reproduce Steps to reproduce the behavior:

  1. Add integration
  2. Add Easycontrol thermostate using ID and password
  3. Enable some entities
  4. No statistics found
  5. StateExtra attribute of all entities have state "Waiting to fetch data"

Expected behavior Sensors have live and historic readings

Screenshots If applicable, add screenshots to help explain your problem.

Version

Debug SCAN http://jsonblob.com/1207735498050494464

Additional context Add any other context about the problem here. Screenshot 2024-02-15 at 18 03 18 Screenshot 2024-02-15 at 18 03 05 Screenshot 2024-02-15 at 18 02 45

dsoveen commented 5 months ago

I now see that 2024.2 is not supported for this integration, is that the issue I am dealing with?

JakobTewes commented 4 months ago

And is there an ETA on when to expect support for 2024.02?

pszafer commented 4 months ago

I have surgery this week and I don't know how long my rehabilitation gonna take. During this time I can't work unfortunately, so I guess it will be shipped around end of March if nobody else makes PR to library.

JakobTewes commented 4 months ago

Oh…wishing you all the best for the surgery and a fast and good recovery! Things can wait!

pszafer commented 4 months ago

Please, test new release and let me know if it is working https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/releases/tag/v0.25.0-dev.3 I wasn't able to test everything, so I really want your feedback

dsoveen commented 4 months ago

Thanks for your work. I hope you are well. I am a bit of a noob with git and HA but I will give it a try

dsoveen commented 4 months ago

I found the Beta button in HACS...... I have now downloaded this version and restarted HA. Unfortunately I am getting the same results. Log reports an error:

2024-03-12 17:14:41.097 ERROR (MainThread) [homeassistant.components.switch] Error while setting up bosch platform for switch
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/bosch/switch.py", line 34, in async_setup_entry
BoschSwitch(
File "/config/custom_components/bosch/switch.py", line 102, in __init__
self._attr_unique_id = self._domain_name + self._name + self._uuid
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str

Thanks again for your help

mpdenver commented 4 months ago

I'm getting an "Unknown model" result for

I tried all sorts of combinations in the for adding the integration but no devices can be found. The system is connected to the internet with IP though and accessible via "MyBuderus" App. I'm aware that the documentation only mentions compatibility with RC300, but was hopeful it would work nonetheless. Any thoughts? Happy Sunday :)

dsoveen commented 3 months ago

I have deleted and reinstalled the integration and that solved the issues for me. I then updated the integration using hacs to 0.25.0 (from 0.25.0-dev3). Sensors still work! The issue can be closed as far as I am concerned. Thanks again.