deconz-rest-plugin: Tuya Radiator Valve TS0601 missing config parameters
Describe the bug
After updating deCONZ to 2.06.00 some of my Tuya TRV’s lost connection to Conbee. I paired them again, but one of the valves first didn’t appear in Phoscon (not sure if it matters) and most importantly it’s missing some of the config parameters in REST API. This is weird as I have 7 of those valve, and the valve I have problem with now was working correctly in previous version (2.05.85). I think the issue actually started with 2.05.88 but I’m not 100% sure, I made the update quite fast after another. All of the valves have same manufacturer and model.
Config from the valve that has all variables:
{
"config": {
"heatsetpoint": 2050,
"locked": null,
"mode": "off",
"offset": 0,
"on": true,
"preset": "manual",
"reachable": true,
"schedule": {
"W124": [
{
"heatsetpoint": 20,
"localtime": "T06:00"
},
{
"heatsetpoint": 15,
"localtime": "T08:00"
},
{
"heatsetpoint": 15,
"localtime": "T11:30"
},
{
"heatsetpoint": 15,
"localtime": "T12:30"
},
{
"heatsetpoint": 20,
"localtime": "T17:30"
},
{
"heatsetpoint": 15,
"localtime": "T22:00"
}
],
"W3": [
{
"heatsetpoint": 20,
"localtime": "T134:00"
},
{
"heatsetpoint": 15,
"localtime": "T08:00"
},
{
"heatsetpoint": 15,
"localtime": "T11:30"
},
{
"heatsetpoint": 15,
"localtime": "T12:30"
},
{
"heatsetpoint": 20,
"localtime": "T17:30"
},
{
"heatsetpoint": 15,
"localtime": "T22:00"
}
]
},
"schedule_on": null,
"setvalve": null,
"windowopen_set": false
},
"ep": 1,
"etag": "8d4d9e7e35d74fd0ce3f5e7d7670d64e",
"lastseen": "2020-11-17T19:12Z",
"manufacturername": "_TZE200_ckud7u2l",
"modelid": "TS0601",
"name": "Sypialnia lewy",
"state": {
"lastupdated": "none",
"lowbattery": null,
"on": false,
"temperature": 2000,
"valve": 0
},
"type": "ZHAThermostat",
"uniqueid": "bc:33:ac:ff:fe:57:11:78-01-0201"
}
Config from the valve that’s missing (locked, mode, preset, setvalve, state/lowbattery, state/valve):
{
"config": {
"heatsetpoint": 2800,
"offset": -100,
"on": true,
"reachable": true,
"schedule": {
"W127": [
{
"heatsetpoint": 20,
"localtime": "T06:00"
},
{
"heatsetpoint": 15,
"localtime": "T08:00"
},
{
"heatsetpoint": 15,
"localtime": "T11:30"
},
{
"heatsetpoint": 15,
"localtime": "T12:30"
},
{
"heatsetpoint": 20,
"localtime": "T17:30"
},
{
"heatsetpoint": 15,
"localtime": "T22:00"
}
]
},
"schedule_on": null
},
"ep": 1,
"etag": "e6115f13edbffa174cb34b1583d4d1d7",
"lastseen": "2020-11-17T20:57Z",
"manufacturername": "_TZE200_ckud7u2l",
"modelid": "TS0601",
"name": "Łazienka grzejnik",
"state": {
"lastupdated": "none",
"on": true,
"temperature": 2400
},
"type": "ZHAThermostat",
"uniqueid": "84:2e:14:ff:fe:5a:31:45-01-0201"
}
Steps to reproduce the behavior
- Delete the device in deCONZ
- Pair it again
Expected behavior
Expected to be able to set mode, preset, see valve position, etc.
Screenshots
n/a
Environment
- Host system: QNAP NAS
- Running method: Marthoc Docker container
- Firmware version: 26660700
- deCONZ version: 2.06.00
- Device: ConBee II
- Do you use an USB extension cable: yes
- Is there any other USB or serial devices connected to the host system? If so: Which? Yes, UPS
deCONZ Logs
n/a
Additional context
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 52
I have 3 Moes HY368 TRV and here they do connect to routers (in my case Ikea smart plugs, ikea usb range extender and Blitzwolf shp13):