home-assistant-bosch-custom-component icon indicating copy to clipboard operation
home-assistant-bosch-custom-component copied to clipboard

KM 100

Open Th0tti opened this issue 2 years ago • 4 comments

`Logger: custom_components.bosch Source: custom_components/bosch/init.py:238 Integration: Bosch thermostat (documentation, issues) First occurred: 15:15:27 (3 occurrences) Last logged: 15:15:50

Your device is unknown null`

I use the KM 100.

2022-10-10 15:16:57.817 ERROR (MainThread) [bosch_thermostat_client.gateway.ivt] I cannot find supported device. Your devices: null 2022-10-10 15:16:57.818 ERROR (MainThread) [custom_components.bosch] Your device is unknown null

Th0tti avatar Oct 10 '22 13:10 Th0tti

Provide Bosch scan

pszafer avatar Oct 10 '22 13:10 pszafer

I cannot run the Bosch Debug Scan in Home Assistant. The service is not available. How can I create the log? Use Home Assistant OS.

Th0tti avatar Oct 10 '22 13:10 Th0tti

try to follow wiki: https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/wiki/Dev-Unsupported-firmware https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/wiki/Dev-Run-lib-with-Docker

pszafer avatar Oct 10 '22 19:10 pszafer

Unfortunately I can't run the debug mode.

2022-10-10 22:38:14.668 INFO (MainThread) [custom_components.bosch] Setting up Bosch component version 0.19.3. 2022-10-10 22:38:14.669 DEBUG (MainThread) [custom_components.bosch] Initializing Bosch integration. 2022-10-10 22:38:14.669 DEBUG (MainThread) [custom_components.bosch] Checking connection to Bosch gateway as http://192.168.178.31. 2022-10-10 22:38:14.670 DEBUG (MainThread) [bosch_thermostat_client.connectors.http] Sending GET request to /gateway/uuid 2022-10-10 22:38:18.366 DEBUG (MainThread) [bosch_thermostat_client.gateway.ivt] Can't fetch data for update_info Cannot connect to host http:80 ssl:default [Name does not resolve] 2022-10-10 22:38:18.399 ERROR (MainThread) [bosch_thermostat_client.gateway.ivt] I cannot find supported device. Your devices: null 2022-10-10 22:38:18.400 ERROR (MainThread) [custom_components.bosch] Your device is unknown null

I use the firmware 04.08. A Buderus heater GB192 is connected to my KM 100. I can access the heating in the app.

Th0tti avatar Oct 10 '22 20:10 Th0tti

`Logger: custom_components.bosch Source: custom_components/bosch/init.py:238 Integration: Bosch thermostat (documentation, issues) First occurred: 15:15:27 (3 occurrences) Last logged: 15:15:50

Your device is unknown null`

I use the KM 100.

2022-10-10 15:16:57.817 ERROR (MainThread) [bosch_thermostat_client.gateway.ivt] I cannot find supported device. Your devices: null 2022-10-10 15:16:57.818 ERROR (MainThread) [custom_components.bosch] Your device is unknown null

KM100 was supportet but with the new uodate it isn't supportet anymore.

MarcelW85 avatar Oct 29 '22 05:10 MarcelW85

Still need Bosch scan for this firmware

pszafer avatar Oct 29 '22 05:10 pszafer

Is there anyone who can run the Bosch Debug Scan for km 100

Th0tti avatar Nov 03 '22 09:11 Th0tti

Here it is bosch_scan.json.zip

vytukas4 avatar Nov 13 '22 09:11 vytukas4

Thanks. I hope there will be an update soon.

Th0tti avatar Nov 13 '22 15:11 Th0tti

When do you think you will integrate the new firmware of the KM 100?

Th0tti avatar Nov 30 '22 20:11 Th0tti

Scan attached here by @vytukas4 has also RC300 module in installation. So it won't help at all, as this module provide all data. For this scan my component will work

pszafer avatar Dec 08 '22 21:12 pszafer

Hi, I have an GB192i with km100 and RC310. Maybe my raw http scan is of any help. \bosch-thermostat-client-python\bosch_thermostat_client\bosch_cli.py scan --host xxx --token yyy --password zzz --protocol HTTP --device IVT rawscan_http_km100.zip

yafbu avatar Dec 09 '22 10:12 yafbu

Thanks. I hope there will be an update soon.

Th0tti avatar Dec 16 '22 18:12 Th0tti

I run Gb192i with RC300 and integrated KM100 (firmware 4.08.02) without issues. Maybe it‘s related to the poor performance of the km100. Just try to reset it via Buderus App (new password)

see: https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/issues/171#issuecomment-1176300533

comtel2000 avatar Dec 19 '22 19:12 comtel2000

I run Gb192i with RC300 and integrated KM100 (firmware 4.08.02) without issues. Maybe it‘s related to the poor performance of the km100. Just try to reset it via Buderus App (new password)

see: #171 (comment)

Did you select IVT as device type and then http IVT protocol? What IP, access token and password did you take?

Th0tti avatar Dec 27 '22 20:12 Th0tti

Did you select IVT as device type and then http IVT protocol? What IP, access token and password did you take?

yes, IVT HTTP protocol and I don't think you will succeed with my KM 100 credentials ;)

Choose the IP of your local KM100 + KM100 Gateway PWD or AccessToken + the a new generated Buderus App password

comtel2000 avatar Dec 29 '22 18:12 comtel2000

Did you enter the password from the sticker without the hyphens in the access token?

Th0tti avatar Dec 29 '22 19:12 Th0tti

yes, choose the gateway pwd from sticker without dashes as token and a new generated Buderus App password as password

comtel2000 avatar Jan 01 '23 20:01 comtel2000

I have the same problem with a Buderus Gb192i

2023-01-02 11:57:12.886 ERROR (MainThread) [bosch_thermostat_client.gateway.ivt] I cannot find supported device. Your devices: null
2023-01-02 11:57:12.889 ERROR (MainThread) [custom_components.bosch] Your device is unknown null

T1mey avatar Jan 02 '23 12:01 T1mey

I've now tried again to add the integration. I entered the correct address as the IP address. As token I used the password without dashes. I also changed the Buderus password (Bosch ID) from the app again. I still get the message: unknown model. I don't know anymore.

Th0tti avatar Jan 03 '23 06:01 Th0tti

it's not your Bosch ID password

Here a detailed password reset procedure KM100/RC300(310):

  • Go to RC3x0 -> Menu - Settings - Reset Internet Password
  • Open Buderus App
  • remove connected Heater, etc. if present
  • Add new device by scan the 2D Code on the sticker
  • Buderus app ask for a new password
  • enter a new password (do not use special characters)
  • use the new password for this integration

With my heater, these steps must be repeated after each power off/on restart of the heater (Gb192i/KM100 firmware 4.08.02)

comtel2000 avatar Jan 03 '23 08:01 comtel2000

Many Thanks. The problem is solved. It worked.

Th0tti avatar Jan 03 '23 19:01 Th0tti