deconz-rest-plugin
deconz-rest-plugin copied to clipboard
Bosch Room Thermostat II 230V (RBSH-RTH0-ZB-EU)
Is there already an existing issue for this?
- [X] I have searched the existing issues and there is none for my device
Product name
Boosch Room Thermostat II 230V (RBSH-RTH0-ZB-EU)
Manufacturer
Bosch
Model identifier
RBSH-RTH0-ZB-EU
Device type to add
Thermostat
Node info
Endpoints and clusters
Basic
Further relevant clusters
Power Configuration
On/Off
Level Control
Color Control
Thermostat
Thermostat User Interface Configuration
Relative Humidity Measurement
Diagnostics
Poll Control
for testing I copied https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/devices/bosch/room_thermostat2.json, changed the model id and imported it into deconz. So far it looks good, i can read and change the temperature setpoint.
So I'd assume most of the things can be copied from https://github.com/dresden-elektronik/deconz-rest-plugin/blob/master/devices/bosch/room_thermostat2.json.
also according the the implemention from zigbe2mqtt it looks very similar https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/bosch.ts
Can you please add all screenshots?
is there a way to make one screenshot of the whole attribute table ? currently it shows only 4 elements without scrolling
is there a way to make one screenshot of the whole attribute table ? currently it shows only 4 elements without scrolling
No, not that I know of. Perhaps you can increase your resolution.
just updated the Issue with all screenshots. Let me know if you need more
I'm afraid to make a pull request, cause I just copy pasted things from the existing battery power room thermostat. but this ddf seems to work fine for me: https://gist.github.com/aSauerwein/b5ce7460a78820c8bb6dcdc451118a10
changes:
- i removed the config/battery
- added state/valve with read&parse of 0x4020
open questions
- I did not understand what the "bindings" are used for
- deconz-gui still shows the battery icon. don't know what needs to be changed to get that icon removed.
- for state/valve I just used
Item.val = Attr.val
but I'm not sure if that correctly matches the percent valve opening - I cannot control the thermostat with phoscon web app. It just displays 40F and nothing changes, but it's working fine over homeassistant and rest api
Why are you afraid of making a PR? Nobody was ever eaten alive as far as I recall 🙂
Just be brave!
As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.
As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.