Skip to content

Home Assistant 2023.6.3 update #46

@111lisu

Description

@111lisu

Home Assistant 2023.6.3, Supervisor 2023.06.2 Operating System 10.3
I have a problem after updating

2023-06-25 16:30:49.860 ERROR (SyncWorker_0) [custom_components.bdr_thermostat.BdrAPI] ERROR with post request to https://ruapi.remoteapp.bdrthermea.com/v1.0/pairings: 480
2023-06-25 16:30:50.802 ERROR (MainThread) [root] Error pairing integration with BDR
2023-06-25 16:30:50.809 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BDR Thermostat for bdr_thermostat
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/bdr_thermostat/__init__.py", line 59, in async_setup_entry
    await api.bootstrap()
  File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 47, in bootstrap
    await self._pair()
  File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 91, in _pair
    raise Exception('Error pairing integration with BDR')
Exception: Error pairing integration with BDR

after pairing again:

2023-06-25 18:35:42.864 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BDR Thermostat for bdr_thermostat
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/bdr_thermostat/__init__.py", line 59, in async_setup_entry
    await api.bootstrap()
  File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 46, in bootstrap
    await self._login()
  File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 74, in _login
    raise Exception('ERROR logging to BDR. Perhaps wrong password??')
Exception: ERROR logging to BDR. Perhaps wrong password??

Does anyone have similar?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions