question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sensors unavailable on Buderus TC100.2 (EASYCONTROL)

See original GitHub issue

Describe the bug When using the integration I can change the temperature of my thermostats just fine, but all their sensors show as unavailable.

Version

  • HA version: 2022.9.2
  • HA Bosch component version: 0.18.3

Debug SCAN https://gist.github.com/ChristophPech/f69b55c356217c946e7a8a1f7aee9162

Error from Logfile

2022-09-13 11:20:01.564 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/bosch/__init__.py", line 417, in thermostat_refresh
await self.component_update(SENSOR, event_time)
File "/config/custom_components/bosch/__init__.py", line 396, in component_update
await entity.bosch_object.update()
File "/usr/local/lib/python3.10/site-packages/bosch_thermostat_client/sensors/crawl.py", line 48, in update
self._data[key][RESULT] = process_result(result.get(VALUE))
File "/usr/local/lib/python3.10/site-packages/bosch_thermostat_client/sensors/crawl.py", line 37, in process_result
if len(result) == 1:
TypeError: object of type 'NoneType' has no len()

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
pszafercommented, Oct 10, 2022

Fixed in 0.19.2. Basically /devices/device1/ should be fetched one level deeper. If you need those sensors for some reason feel free to open new issue.

1reaction
pszafercommented, Sep 24, 2022

better to do

if result and len(result) == 1:

I’ll fix it in next version

Read more comments on GitHub >

github_iconTop Results From Across the Web

Buderus Logamatic TC100
2. Proximity sensor and touch screen. [1] Proximity sensor. [2] Touch screen ... The screen can be disabled and enabled using the Easy-Control...
Read more >
Issue #4 · robertklep/bosch-xmpp - EasyControl CT200 - GitHub
The XMPP authentication error means that the client is able to connect to the server properly, it's just that the credentials are not...
Read more >
Compatibility list - Home Connect Plus
Buderus. Heating & Thermostats. TC100.2, Bosch Smart Home Radiator-Thermostat (only in connection with TC100.2).
Read more >
Buderus Logamatic TC100.2 Control Bosch Smart Home 3 ...
About this item. Smart design control unit with innovative operating concept via touch screen & app Buderus "MyMode"; Wall mounted control unit with ......
Read more >
Compatibility list These devices can be used with Home Connect ...
Somfy Sensor Temperature sensor, light sensor All devices must be connected via the TahomaGateway or the Somfy Connectivity Kit. Somfy Presence/Motion detector ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found