-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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?
snapshotpl and dmirecki
Metadata
Metadata
Assignees
Labels
No labels