Skip to content

Commit

Permalink
Merge pull request #1217 from cygnusb/bosch_rth
Browse files Browse the repository at this point in the history
Bosch Room Thermostat 2 - add 230V variant, update battery variant
  • Loading branch information
blakadder authored Nov 5, 2024
2 parents 62ff10a + b9d8546 commit 1a6bd1c
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
22 changes: 21 additions & 1 deletion _zigbee/Bosch_BTH-RM.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ link: https://www.conrad.de/de/p/bth-rm-bosch-smart-home-funk-temperatursensor-l
zigbeemodel: ['RBSH-RTH0-BAT-ZB-EU']
compatible: [zha, z2m]
---
## Pairing

Scan the qr code in the battery compartment to get the install code, which is needed for pairing.
Put your coordinator into pairing mode by using the 95 chars text string from the qr-code (see below).
Reset the thermostat and put it into pairing mode by removing one battery and putting the battery back whilst pressing the front button.
The thermostat should show **RES** after a short moment. Release the button and push it again until the led line indicator lights green.

See Youtube video: https://www.youtube.com/watch?v=jTK9Ual40aI

## ZHA

Call the Home Assistant service "zha.permit" with the device IEEE number and installcode from the cover. The zigbee interview works fine after.
Call the Home Assistant action "zha.permit" [action zha.permit](https://www.home-assistant.io/integrations/zha/#action-zhapermit) with the qr install-code from the battery compartment.

![zha_join_example](./assets/images/zha_join_by_qr_install_code.png)

## Z2M

You will need a coordinator that supports install codes in Z2M. zstack adapters do support this in Z2M.
If your adapter is not supported, you will get the message _Add install code is not supported_.

See: https://github.com/Koenkk/zigbee2mqtt/issues/17492

Use _Add install code_ in Z2M Tools menu to add the qr install-code and put Z2M into pairing mode.
35 changes: 35 additions & 0 deletions _zigbee/Bosch_BTH-RM230Z.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
date_added: 2024-10-26
model: BTH-RM230Z
vendor: Bosch
title: Room thermostat II 230V
category: hvac
mlink: https://www.bosch-smarthome.com/uk/en/products/devices/room-thermostat-for-underfloor-heating/
link: https://www.conrad.de/de/p/bth-rm230z-bosch-smart-home-funk-repeater-funk-temperatursensor-luftfeuchtesensor-raumtemperaturregler-thermostat-2859443.html
link2: https://www.amazon.de/dp/B0BKLSJ3TN
zigbeemodel: ['RBSH-RTH0-ZB-EU']
compatible: [zha, z2m]
---
## Pairing

Remove the front panel from the thermostat and scan the qr code to get the install code, which is needed for pairing.
Put your coordinator into pairing mode by using the 95 chars text string from the qr-code (see below).
Reset the thermostat and put it into pairing mode by attaching the front panel whilst pressing the front button.
The thermostat should show **RES** after a short moment. Release the button and push it again until the led line indicator lights green.

See Youtube video: https://www.youtube.com/watch?v=q1lYXYUKbDk

## ZHA

Call the Home Assistant action "zha.permit" [action zha.permit](https://www.home-assistant.io/integrations/zha/#action-zhapermit) with the qr install-code from the cover.

![zha_join_example](./assets/images/zha_join_by_qr_install_code.png)

## Z2M

You will need a coordinator that supports install codes in Z2M. zstack adapters do support this in Z2M.
If your adapter is not supported, you will get the message _Add install code is not supported_.

See: https://github.com/Koenkk/zigbee2mqtt/issues/17492

Use _Add install code_ in Z2M Tools menu to add the qr install-code and put Z2M into pairing mode.
Binary file added assets/images/zha_join_by_qr_install_code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a6bd1c

Please sign in to comment.