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

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

Buderus TC100.2 - "Your device is unknown null" #87

Closed Bumblebeee19 closed 2 years ago

Bumblebeee19 commented 2 years ago

Hi everyone,

For the past few weeks, I have been having problems with my Buderus CT100.2 thermostat. I have reset this several times and at first the connections were random even on MyMode. Everything seems to be working again now but it is no longer recognized on HA. The system tells me "Your device is unknown null", but the model is well recognized.

Custom-component is in v. 0.14.0a and fw Buderus 03.06.03.

I tried to generate a debug_scan but it doesn't work. I can't find the service in the development tools, if I understood the documentation correctly, I have to modify configuration.yaml like this, right?

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

logger:
  default: warning
  logs:
    custom_components.bosch: debug
    bosch_thermostat_client: debug

I'm new to YAML, HA, HACS and all that, thanks for your understanding :)

Thank you for the follow-up and the excellent work done!

Bumblebeee19 commented 2 years ago

Hello everyone,

I continue to test ... without success. I uninstalled custom component, reinstalled, uninstalled, reinstalled. Yesterday evening I was able to recover the thermostat and control it. Yes! And this morning by wanting to reactivate a sensor everything disconnected again ... I don't know if I can do something more?

I just reinstalled (again) and here are the logs if anyone has a solution before I throw it all out the window;)

Thank you.

2021-09-27 17:44:03 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs 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
2021-09-27 17:44:03 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration samsungtv_smart 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
2021-09-27 17:44:03 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration bosch 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
2021-09-27 17:44:03 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration samsungtv_tizen 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
2021-09-27 17:44:16 INFO (MainThread) [custom_components.bosch] Setting up Bosch component version 0.14.0.
2021-09-27 17:44:16 DEBUG (MainThread) [custom_components.bosch] Initializing Bosch integration.
2021-09-27 17:44:16 DEBUG (MainThread) [custom_components.bosch] Checking connection to Bosch gateway as 101130441.
2021-09-27 17:44:16 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/uuid by 547991499536
2021-09-27 17:44:32 WARNING (MainThread) [aioxmpp.StanzaStream] unhandleable IQ request: from=JID(localpart=None, domain='xmpp.rrcng.ticx.boschtt.net', resource=None), type_=<IQType.GET: 'get'>, payload=<aioxmpp.version.xso.Query object at 0x7f92858280>
2021-09-27 17:44:33 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/uuid
2021-09-27 17:44:33 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/uuid: null
2021-09-27 17:44:33 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/uuid
2021-09-27 17:44:33 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /system/interfaces by 547991499536
2021-09-27 17:44:39 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /system/interfaces
2021-09-27 17:44:39 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /system/interfaces: null
2021-09-27 17:44:39 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /system/interfaces
2021-09-27 17:44:39 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/versionFirmware by 547991499536
2021-09-27 17:44:45 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/versionFirmware
2021-09-27 17:44:45 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/versionFirmware: null
2021-09-27 17:44:45 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/versionFirmware
2021-09-27 17:44:45 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/productID by 547991499536
2021-09-27 17:44:51 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/productID
2021-09-27 17:44:51 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/productID: null
2021-09-27 17:44:51 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/productID
2021-09-27 17:44:51 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/DateTime by 547991499536
2021-09-27 17:44:57 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/DateTime
2021-09-27 17:44:57 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/DateTime: null
2021-09-27 17:44:57 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/DateTime
2021-09-27 17:44:57 ERROR (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Couldn't find device model. Got product ID: None
2021-09-27 17:44:57 ERROR (MainThread) [custom_components.bosch] Your device is unknown null
2021-09-27 17:44:57 ERROR (MainThread) [custom_components.bosch] Cannot connect to Bosch gateway, host 101130441 with UUID: 101130441
pszafer commented 2 years ago

hi, can you access thermostat from app during outage in HA? Is thermostat available in your network (ping?)?

Bumblebeee19 commented 2 years ago

Thank you for following :)

The thermostat is well connected to my network, an IP address is assigned and here is the ping

PING 192.168.0.5 (192.168.0.5) 56(84) bytes of data.
64 octets de 192.168.0.5 : icmp_seq=1 ttl=128 temps=122 ms
64 octets de 192.168.0.5 : icmp_seq=2 ttl=128 temps=3.00 ms
64 octets de 192.168.0.5 : icmp_seq=3 ttl=128 temps=14.4 ms
64 octets de 192.168.0.5 : icmp_seq=4 ttl=128 temps=4.73 ms
64 octets de 192.168.0.5 : icmp_seq=5 ttl=128 temps=12.3 ms
64 octets de 192.168.0.5 : icmp_seq=6 ttl=128 temps=11.1 ms
64 octets de 192.168.0.5 : icmp_seq=7 ttl=128 temps=9.59 ms
64 octets de 192.168.0.5 : icmp_seq=8 ttl=128 temps=5.70 ms
64 octets de 192.168.0.5 : icmp_seq=9 ttl=128 temps=7.44 ms
64 octets de 192.168.0.5 : icmp_seq=10 ttl=128 temps=3.91 ms
64 octets de 192.168.0.5 : icmp_seq=11 ttl=128 temps=4.38 ms
64 octets de 192.168.0.5 : icmp_seq=12 ttl=128 temps=2.86 ms
64 octets de 192.168.0.5 : icmp_seq=13 ttl=128 temps=2.82 ms
64 octets de 192.168.0.5 : icmp_seq=14 ttl=128 temps=3.60 ms
64 octets de 192.168.0.5 : icmp_seq=15 ttl=128 temps=16.0 ms
64 octets de 192.168.0.5 : icmp_seq=16 ttl=128 temps=6.51 ms
64 octets de 192.168.0.5 : icmp_seq=17 ttl=128 temps=3.71 ms
64 octets de 192.168.0.5 : icmp_seq=18 ttl=128 temps=6.59 ms
64 octets de 192.168.0.5 : icmp_seq=19 ttl=128 temps=15.0 ms
64 octets de 192.168.0.5 : icmp_seq=20 ttl=128 temps=7.89 ms
64 octets de 192.168.0.5 : icmp_seq=21 ttl=128 temps=5.49 ms
64 octets de 192.168.0.5 : icmp_seq=22 ttl=128 temps=22.2 ms
64 octets de 192.168.0.5 : icmp_seq=23 ttl=128 temps=15.9 ms
64 octets de 192.168.0.5 : icmp_seq=24 ttl=128 temps=3.32 ms
64 octets de 192.168.0.5 : icmp_seq=25 ttl=128 temps=4.00 ms
64 octets de 192.168.0.5 : icmp_seq=26 ttl=128 temps=4.06 ms
64 octets de 192.168.0.5 : icmp_seq=27 ttl=128 temps=22.2 ms
64 octets de 192.168.0.5 : icmp_seq=29 ttl=128 temps=49.5 ms
64 octets de 192.168.0.5 : icmp_seq=30 ttl=128 temps=5.87 ms
64 octets de 192.168.0.5 : icmp_seq=31 ttl=128 temps=8.48 ms
64 octets de 192.168.0.5 : icmp_seq=32 ttl=128 temps=3.65 ms
64 octets de 192.168.0.5 : icmp_seq=33 ttl=128 temps=7.18 ms
64 octets de 192.168.0.5 : icmp_seq=34 ttl=128 temps=4.85 ms
64 octets de 192.168.0.5 : icmp_seq=35 ttl=128 temps=5.39 ms
64 octets de 192.168.0.5 : icmp_seq=36 ttl=128 temps=2.75 ms
64 octets de 192.168.0.5 : icmp_seq=37 ttl=128 temps=16.1 ms
64 octets de 192.168.0.5 : icmp_seq=38 ttl=128 temps=18.6 ms
64 octets de 192.168.0.5 : icmp_seq=39 ttl=128 temps=49.7 ms
64 octets de 192.168.0.5 : icmp_seq=40 ttl=128 temps=12.6 ms
64 octets de 192.168.0.5 : icmp_seq=41 ttl=128 temps=3.75 ms
64 octets de 192.168.0.5 : icmp_seq=42 ttl=128 temps=9.13 ms
64 octets de 192.168.0.5 : icmp_seq=43 ttl=128 temps=5.74 ms
64 octets de 192.168.0.5 : icmp_seq=44 ttl=128 temps=7.95 ms
64 octets de 192.168.0.5 : icmp_seq=45 ttl=128 temps=3.85 ms
64 octets de 192.168.0.5 : icmp_seq=46 ttl=128 temps=19.3 ms
64 octets de 192.168.0.5 : icmp_seq=47 ttl=128 temps=5.22 ms
64 octets de 192.168.0.5 : icmp_seq=48 ttl=128 temps=8.22 ms
64 octets de 192.168.0.5 : icmp_seq=49 ttl=128 temps=3.05 ms
64 octets de 192.168.0.5 : icmp_seq=50 ttl=128 temps=8.59 ms
64 octets de 192.168.0.5 : icmp_seq=51 ttl=128 temps=2.45 ms
64 octets de 192.168.0.5 : icmp_seq=52 ttl=128 temps=3.21 ms
64 octets de 192.168.0.5 : icmp_seq=53 ttl=128 temps=8.15 ms
64 octets de 192.168.0.5 : icmp_seq=54 ttl=128 temps=10.4 ms
64 octets de 192.168.0.5 : icmp_seq=55 ttl=128 temps=9.07 ms
64 octets de 192.168.0.5 : icmp_seq=56 ttl=128 temps=3.50 ms
64 octets de 192.168.0.5 : icmp_seq=57 ttl=128 temps=2.39 ms
64 octets de 192.168.0.5 : icmp_seq=58 ttl=128 temps=2.43 ms
64 octets de 192.168.0.5 : icmp_seq=59 ttl=128 temps=6.44 ms
64 octets de 192.168.0.5 : icmp_seq=60 ttl=128 temps=2.74 ms
64 octets de 192.168.0.5 : icmp_seq=61 ttl=128 temps=2.56 ms
64 octets de 192.168.0.5 : icmp_seq=62 ttl=128 temps=17.0 ms
64 octets de 192.168.0.5 : icmp_seq=63 ttl=128 temps=13.5 ms
64 octets de 192.168.0.5 : icmp_seq=64 ttl=128 temps=11.3 ms
64 octets de 192.168.0.5 : icmp_seq=66 ttl=128 temps=64.1 ms
64 octets de 192.168.0.5 : icmp_seq=67 ttl=128 temps=16.5 ms
64 octets de 192.168.0.5 : icmp_seq=68 ttl=128 temps=18.0 ms
64 octets de 192.168.0.5 : icmp_seq=69 ttl=128 temps=9.44 ms
64 octets de 192.168.0.5 : icmp_seq=70 ttl=128 temps=7.73 ms
64 octets de 192.168.0.5 : icmp_seq=71 ttl=128 temps=2.23 ms
64 octets de 192.168.0.5 : icmp_seq=72 ttl=128 temps=2.52 ms
64 octets de 192.168.0.5 : icmp_seq=73 ttl=128 temps=2.69 ms
64 octets de 192.168.0.5 : icmp_seq=74 ttl=128 temps=8.22 ms
64 octets de 192.168.0.5 : icmp_seq=75 ttl=128 temps=51.0 ms
64 octets de 192.168.0.5 : icmp_seq=76 ttl=128 temps=2.47 ms
64 octets de 192.168.0.5 : icmp_seq=77 ttl=128 temps=7.02 ms
64 octets de 192.168.0.5 : icmp_seq=78 ttl=128 temps=3.96 ms
64 octets de 192.168.0.5 : icmp_seq=79 ttl=128 temps=2.30 ms
64 octets de 192.168.0.5 : icmp_seq=80 ttl=128 temps=2.96 ms
64 octets de 192.168.0.5 : icmp_seq=81 ttl=128 temps=6.58 ms
64 octets de 192.168.0.5 : icmp_seq=82 ttl=128 temps=4.91 ms
64 octets de 192.168.0.5 : icmp_seq=83 ttl=128 temps=6.63 ms
64 octets de 192.168.0.5 : icmp_seq=84 ttl=128 temps=7.49 ms
64 octets de 192.168.0.5 : icmp_seq=85 ttl=128 temps=2.64 ms
64 octets de 192.168.0.5 : icmp_seq=86 ttl=128 temps=4.83 ms
64 octets de 192.168.0.5 : icmp_seq=87 ttl=128 temps=3.62 ms
64 octets de 192.168.0.5 : icmp_seq=88 ttl=128 temps=10.7 ms
64 octets de 192.168.0.5 : icmp_seq=89 ttl=128 temps=3.60 ms
64 octets de 192.168.0.5 : icmp_seq=90 ttl=128 temps=7.23 ms
--- statistiques ping 192.168.0.5 ---
90 paquets transmis, 88 reçus, 2,22222 % paquets perdus, temps 89145 ms
rtt min/avg/max/mdev = 2.228/10.842/121.507/16.086 ms

Normally, the application MyMode works correctly. Except when I try to add integration in HA, then I lose connection with HA and MyMode.

I just reinstalled and here are the new logs

2021-09-27 17:44:03 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs 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
2021-09-27 17:44:03 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration samsungtv_smart 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
2021-09-27 17:44:03 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration bosch 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
2021-09-27 17:44:03 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration samsungtv_tizen 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
2021-09-27 17:44:16 INFO (MainThread) [custom_components.bosch] Setting up Bosch component version 0.14.0.
2021-09-27 17:44:16 DEBUG (MainThread) [custom_components.bosch] Initializing Bosch integration.
2021-09-27 17:44:16 DEBUG (MainThread) [custom_components.bosch] Checking connection to Bosch gateway as 101130441.
2021-09-27 17:44:16 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/uuid by 547991499536
2021-09-27 17:44:32 WARNING (MainThread) [aioxmpp.StanzaStream] unhandleable IQ request: from=JID(localpart=None, domain='xmpp.rrcng.ticx.boschtt.net', resource=None), type_=<IQType.GET: 'get'>, payload=<aioxmpp.version.xso.Query object at 0x7f92858280>
2021-09-27 17:44:33 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/uuid
2021-09-27 17:44:33 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/uuid: null
2021-09-27 17:44:33 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/uuid
2021-09-27 17:44:33 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /system/interfaces by 547991499536
2021-09-27 17:44:39 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /system/interfaces
2021-09-27 17:44:39 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /system/interfaces: null
2021-09-27 17:44:39 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /system/interfaces
2021-09-27 17:44:39 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/versionFirmware by 547991499536
2021-09-27 17:44:45 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/versionFirmware
2021-09-27 17:44:45 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/versionFirmware: null
2021-09-27 17:44:45 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/versionFirmware
2021-09-27 17:44:45 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/productID by 547991499536
2021-09-27 17:44:51 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/productID
2021-09-27 17:44:51 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/productID: null
2021-09-27 17:44:51 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/productID
2021-09-27 17:44:51 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/DateTime by 547991499536
2021-09-27 17:44:57 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/DateTime
2021-09-27 17:44:57 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/DateTime: null
2021-09-27 17:44:57 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/DateTime
2021-09-27 17:44:57 ERROR (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Couldn't find device model. Got product ID: None
2021-09-27 17:44:57 ERROR (MainThread) [custom_components.bosch] Your device is unknown null
2021-09-27 17:44:57 ERROR (MainThread) [custom_components.bosch] Cannot connect to Bosch gateway, host 101130441 with UUID: 101130441
2021-09-27 18:00:22 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.samsung_tv fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 446, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 641, in async_device_update
raise exc
File "/config/custom_components/samsungtv_smart/media_player.py", line 641, in async_update
result = await self.hass.async_add_executor_job(self._ping_device)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/samsungtv_smart/media_player.py", line 421, in _ping_device
self._ws.get_running_app()
File "/config/custom_components/samsungtv_smart/api/samsungws.py", line 701, in get_running_app
self._get_app_status(app.app_id, app.app_type)
File "/config/custom_components/samsungtv_smart/api/samsungws.py", line 516, in _get_app_status
self._ws_send(
File "/config/custom_components/samsungtv_smart/api/samsungws.py", line 261, in _ws_send
connection.send(payload)
File "/usr/local/lib/python3.9/site-packages/websocket/_app.py", line 189, in send
if not self.sock or self.sock.send(data, opcode) == 0:
File "/usr/local/lib/python3.9/site-packages/websocket/_core.py", line 283, in send
return self.send_frame(frame)
File "/usr/local/lib/python3.9/site-packages/websocket/_core.py", line 311, in send_frame
l = self._send(data)
File "/usr/local/lib/python3.9/site-packages/websocket/_core.py", line 515, in _send
return send(self.sock, data)
File "/usr/local/lib/python3.9/site-packages/websocket/_socket.py", line 173, in send
return _send()
File "/usr/local/lib/python3.9/site-packages/websocket/_socket.py", line 150, in _send
return sock.send(data)
BrokenPipeError: [Errno 32] Broken pipe
2021-09-27 19:26:58 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/uuid by 547809083600
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.encryption.base_encryption] Unable to decrypt: b"\x86\xe5D\x1b\xed%U\xe2\t\xbd\xf3\x1cTb\xacF\x15\x1e\n\x9e\xd3{T\x08Q\xf3\\\x08=\xfa\xccLc\x1fx\t\xc0\x9d1\x95\x02EU\xf1\xcf\xf0\x19\x18\t\xc9+\xbf\xc5\xf1\x18\\\xa3\x04YX}\x8e\xd4\xad]\x8d(\x1a~\xbaI\x84\xee\x1f\x1d_\xab!1M\x98F\xb8\x14\xde\xcf'\x88=\x9e8\x9fw\x91\x91N" with error: 'utf-8' codec can't decode byte 0x86 in position 0: invalid start byte
2021-09-27 19:27:00 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/uuid
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/uuid: null
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/uuid
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /system/interfaces by 547809083600
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.encryption.base_encryption] Unable to decrypt: b'w\xa2Q\x00\xcf\xce\xd8\xcf\xbe\xa2u\xff\xe9\x7ff\xdfudTI\xae\x8a~\xe1c\xd1\x9d\xcbP\x9a\xd1\xd4\x9d\xcf\xae\xf0(\x00m\x9f\xde\xa4M\xe1v0\x19\x03fU\x9dZ\xb6\x18?\x997\x9d0\xedN0\x0b{\xf5!\x1c\xf2o\xbd\xca\xa4_\x10\x1b\x9fn\xb8I\xd4;\x14W\xaa2\xf4\xa1\xc1\x998>{%\x81\xc0\x88' with error: 'utf-8' codec can't decode byte 0xa2 in position 1: invalid start byte
2021-09-27 19:27:00 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /system/interfaces
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /system/interfaces: null
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /system/interfaces
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/versionFirmware by 547809083600
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.encryption.base_encryption] Unable to decrypt: b'\x86\xe5D\x1b\xed%U\xe2\t\xbd\xf3\x1cTb\xacF$B\xefI\x9a\xc5iF\x14\xb9\x9b\xc4\xaf3\x87O\tk\xf7\xa06\x9e\xa60W\xab\x14qy\xd6\x8598V\x05`_\xedD\xe1+\xd1\xf5\xbf^\xb3\xb8\x11\x9f\xff\x84\xb6\x18\xc4\xc9}BgL\xff\x9a\x9d\xf0a\xb4\xbf\x86\x9fVc&\\\xf4\x06\xe8s$\x8d\x12\xd3\xdf\xb6p\xf0\\\xe7xi\xd2\x06~\x04H\xb3\xfc\xd6' with error: 'utf-8' codec can't decode byte 0x86 in position 0: invalid start byte
2021-09-27 19:27:00 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/versionFirmware
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/versionFirmware: null
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/versionFirmware
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/productID by 547809083600
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.encryption.base_encryption] Unable to decrypt: b'\x86\xe5D\x1b\xed%U\xe2\t\xbd\xf3\x1cTb\xacF8V\x05\xbc\xa4\xb4\x1dM\xb3I\x9e\x90\xcfI\xad\xe6C\xa2\x00\x9e\x0b\xb7\xb3P\xb7,fT\xed\x87\xc0\t\xc6\xc3F\xfb\xdd\x140\xe8k7\x0c\xdb\x18\xde\xda\x0b/o@eO\xa5&\xf2\xc94\xdf\x04\xf8\x1f\xaa\xa29+t\x1a\xc88\xabgf(\xd24\xf2\x16\xa6\xcf\xc6m\xa1}F#\xa8\xdb\xa4\x88\x85\x15\x81\x11B)' with error: 'utf-8' codec can't decode byte 0x86 in position 0: invalid start byte
2021-09-27 19:27:00 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/productID
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/productID: null
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/productID
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/DateTime by 547809083600
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.encryption.base_encryption] Unable to decrypt: b'\x86\xe5D\x1b\xed%U\xe2\t\xbd\xf3\x1cTb\xacF\xa2\xc1\xef\x16V\xda\x9b\xef^5\x96{\xf9\xc7\xfc \xd4\x1a\xa5\x98\x02\xb0\x18\x8eG\x18.\x04*\x0ci5\xc1W#\xc3\x96\xd89\x0e\x97\xca\xcc5i\x9a\x0c^o\xce\x81\x05DU\x98\xf9\xbc\x81 \x03\xda\xe3?\xbc\t\xad\xa5(\xe8\x02\xe6\xf3D\x8e.\x82\xb4K\xc5\xc3\xf42\t\x01K\xe0t\xe9\x1e_v)K\xeb\xb1\x04\xbd\xddR\xe6LD\xb4\xdc<Bo\x84L\xdc\x98\x95' with error: 'utf-8' codec can't decode byte 0x86 in position 0: invalid start byte
2021-09-27 19:27:00 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/DateTime
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/DateTime: null
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/DateTime
2021-09-27 19:27:00 ERROR (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Couldn't find device model. Got product ID: None
2021-09-27 19:27:00 DEBUG (MainThread) [custom_components.bosch.config_flow] Adding Bosch entry.
2021-09-27 19:27:00 INFO (MainThread) [custom_components.bosch] Setting up Bosch component version 0.14.0.
2021-09-27 19:27:00 DEBUG (MainThread) [custom_components.bosch] Initializing Bosch integration.
2021-09-27 19:27:00 DEBUG (MainThread) [custom_components.bosch] Checking connection to Bosch gateway as 101130441.
2021-09-27 19:27:00 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/uuid by 547808397920
2021-09-27 19:27:05 WARNING (MainThread) [aioxmpp.StanzaStream] unhandleable IQ request: from=JID(localpart=None, domain='xmpp.rrcng.ticx.boschtt.net', resource=None), type_=<IQType.GET: 'get'>, payload=<aioxmpp.version.xso.Query object at 0x7f94535970>
2021-09-27 19:27:06 WARNING (MainThread) [aioxmpp.StanzaStream] unhandleable IQ request: from=JID(localpart=None, domain='xmpp.rrcng.ticx.boschtt.net', resource=None), type_=<IQType.GET: 'get'>, payload=<aioxmpp.version.xso.Query object at 0x7f94535a90>
2021-09-27 19:27:07 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/uuid
2021-09-27 19:27:07 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/uuid: null
2021-09-27 19:27:07 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/uuid
2021-09-27 19:27:07 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /system/interfaces by 547808397920
2021-09-27 19:27:13 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /system/interfaces
2021-09-27 19:27:13 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /system/interfaces: null
2021-09-27 19:27:13 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /system/interfaces
2021-09-27 19:27:13 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/versionFirmware by 547808397920
2021-09-27 19:27:19 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/versionFirmware
2021-09-27 19:27:19 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/versionFirmware: null
2021-09-27 19:27:19 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/versionFirmware
2021-09-27 19:27:19 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/productID by 547808397920
2021-09-27 19:27:25 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/productID
2021-09-27 19:27:25 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/productID: null
2021-09-27 19:27:25 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/productID
2021-09-27 19:27:25 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Sending GET request to /gateway/DateTime by 547808397920
2021-09-27 19:27:31 INFO (MainThread) [bosch_thermostat_client.connectors.xmpp] Msg exception for /gateway/DateTime
2021-09-27 19:27:31 DEBUG (MainThread) [bosch_thermostat_client.connectors.xmpp] Response to GET request /gateway/DateTime: null
2021-09-27 19:27:31 DEBUG (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Can't fetch data for update_info Error requesting data from /gateway/DateTime
2021-09-27 19:27:31 ERROR (MainThread) [bosch_thermostat_client.gateway.easycontrol_gateway] Couldn't find device model. Got product ID: None
2021-09-27 19:27:31 ERROR (MainThread) [custom_components.bosch] Your device is unknown null
2021-09-27 19:27:31 ERROR (MainThread) [custom_components.bosch] Cannot connect to Bosch gateway, host 101130441 with UUID: None

I get the connection back to MyMode after about 5 minutes.

pszafer commented 2 years ago

Nobody ever got similar issue to yours. What I can offer to help, you might join our Discord community, PM me and I can try to connect to your device and check if somehow it's working for me...

pszafer commented 2 years ago

User had problem with internet connection of CT200. I think it is fixed.