Hello,
after a while I tried again to connect my thermostat Moes ZHT-GA-006 (BHT-006) to deconz (https://www.amazon.de/gp/product/B0BG7PK3CF?th=1).
I use Docker / Deconz 2.25.1
The device is regognized as _TZE200_aoclfnxz / TS0601",
{
"config": {
"heatsetpoint": 1900,
"locked": false,
"mode": null,
"offset": -300,
"on": true,
"preset": "auto",
"reachable": true,
"schedule": {
"W127": [
{
"heatsetpoint": 2050,
"localtime": "T08:31"
},
{
"heatsetpoint": 2050,
"localtime": "T16:11"
},
{
"heatsetpoint": 2050,
"localtime": "T18:31"
},
{
"heatsetpoint": 1950,
"localtime": "T21:31"
}
]
},
"schedule_on": false,
"setvalve": false
},
"ep": 1,
"etag": "fffff",
"lastannounced": null,
"lastseen": "2024-01-13T08:52Z",
"manufacturername": "_TZE200_aoclfnxz",
"modelid": "TS0601",
"name": "Thermostat 104",
"state": {
"lastupdated": "2024-01-13T08:53:16.119",
"on": false,
"temperature": 2150
},
"type": "ZHAThermostat",
"uniqueid": "vvvvv"
}
By now I have 2 Problems:
First : I could not to set the attribute “preset”. Other values than “auto” like “manual” will be not be accepted.
Error
[
{
"error": {
"address": "/sensors/104/config/preset",
"description": "Could not set attribute",
"type": 608
}
}
]
Second:
It is similar to the first. I could set the “schedule_on” attribute to “true” / “false” , but there is no change at the device… at the device it did not change the icon from “the clock” to "the “hand”(?).
any idea ?