freitdav / BDRthermostatHA

BDR (Baxi, De Dietrich, Remeha) thermostat custom component integration for Home Assistant
GNU General Public License v3.0
48 stars 21 forks source link

Error code 480? #21

Closed rdeveen closed 1 year ago

rdeveen commented 1 year ago

Try to connect with my Remeha and eTwist getting this errors:

ERROR with post request to https://ruapi.remoteapp.bdrthermea.com/v1.0/pairings: 480

And

Error pairing integration with BDR

And

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 365, 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

Any idea why?

rdeveen commented 1 year ago

Full error log:


2022-10-30 07:38:08.805 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration bdr_thermostat which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-10-30 07:41:46.927 ERROR (SyncWorker_0) [custom_components.bdr_thermostat.BdrAPI] ERROR with post request to https://ruapi.remoteapp.bdrthermea.com/v1.0/pairings: 480
2022-10-30 07:41:46.994 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BDR Thermostat for bdr_thermostat
File "/config/custom_components/bdr_thermostat/__init__.py", line 59, in async_setup_entry
File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 47, in bootstrap
File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 91, in _pair
2022-10-30 07:42:30.656 ERROR (SyncWorker_0) [custom_components.bdr_thermostat.BdrAPI] ERROR with post request to https://ruapi.remoteapp.bdrthermea.com/v1.0/pairings: 480
2022-10-30 07:42:30.680 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BDR Thermostat for bdr_thermostat
File "/config/custom_components/bdr_thermostat/__init__.py", line 59, in async_setup_entry
File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 47, in bootstrap
File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 91, in _pair
2022-10-30 07:42:46.419 ERROR (SyncWorker_6) [custom_components.bdr_thermostat.BdrAPI] ERROR with post request to https://ruapi.remoteapp.bdrthermea.com/v1.0/pairings: 480
2022-10-30 07:42:46.421 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BDR Thermostat for bdr_thermostat
File "/config/custom_components/bdr_thermostat/__init__.py", line 59, in async_setup_entry
File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 47, in bootstrap
File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 91, in _pair
2022-10-30 07:45:53.988 ERROR (SyncWorker_3) [custom_components.bdr_thermostat.BdrAPI] ERROR with post request to https://ruapi.remoteapp.bdrthermea.com/v1.0/pairings: 480
2022-10-30 07:45:54.074 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BDR Thermostat for bdr_thermostat
File "/config/custom_components/bdr_thermostat/__init__.py", line 59, in async_setup_entry
File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 47, in bootstrap
File "/config/custom_components/bdr_thermostat/BdrAPI.py", line 91, in _pair
nobless commented 1 year ago

Freitdav mentioned here that remeha is not supported here, it is for dedietrich's, better check this one fork: https://github.com/jghaanstra/BDRthermostatHA

Else if someone would find some time to write code that will add remeha support, that would be nice to have one git repo to integrate all functions for multiple systems, instead have many with different functionalities.

But freitdav clearly stated thet he's not developing this integration, and only using for his own need's, but more contributors in one repository is always nice to have from what all would benefit.