Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix setting config/displayflipped and config/externalsensortemp for Bosch thermostat II #7517

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions devices/bosch/thermostat2.json
Expand Up @@ -3,7 +3,7 @@
"manufacturername": "BOSCH",
"modelid": "RBSH-TRV0-ZB-EU",
"vendor": "Bosch",
"product": "Thermostat II",
"product": "Thermostat II BTH-RA",
"sleeper": false,
"status": "Gold",
"subdevices": [
Expand Down Expand Up @@ -102,7 +102,7 @@
"write": {
"at": "0x400B",
"cl": "0x0204",
"dt": "0x30",
"dt": "0x20",
"ep": 1,
"eval": "Item.val",
"fn": "zcl:attr",
Expand Down Expand Up @@ -133,7 +133,7 @@
"cl": "0x0201",
"dt": "0x29",
"ep": 1,
"eval": "Item.val = Attr.val;",
"eval": "Item.val",
"fn": "zcl:attr",
"mf": "0x1209"
},
Expand Down