Hi Wim,
Can you add support for these model TS0201, temperature and humidity sensors. Below I leave the JSON.
The plugin created the three features as correct but the humidity values are incorrect (in the image below the humidity value is 159, which should correspond to 16% and not 2%). Battery value does not update. Only the temperature value is correct.

ZHATemperature
**************************** Object info *****************************
{
"config": {
"offset": 0,
"on": true,
"reachable": true
},
"etag": "176d38a97a515fdb2a4f1290fc0564c8",
"lastannounced": null,
"lastseen": "2022-10-02T14:23Z",
"manufacturername": "_TZ3000_itnrsufe",
"modelid": "TS0201",
"name": "Ambiente - Frigorífico Temperatu",
"state": {
"lastupdated": "2022-10-02T14:23:17.801",
"temperature": 685
},
"type": "ZHATemperature",
"uniqueid": "a4:c1:38:50:b5:35:f2:1d-01-0402"
}
************************* End Object info ***************************
ZHAHumidity
**************************** Object info *****************************
{
"config": {
"offset": 0,
"on": true,
"reachable": true
},
"etag": "08df568fd44f24e6855849c30bd1e800",
"lastannounced": null,
"lastseen": "2022-10-02T14:23Z",
"manufacturername": "_TZ3000_itnrsufe",
"modelid": "TS0201",
"name": "Ambiente - Frigorífico Humidity",
"state": {
"humidity": 159,
"lastupdated": "2022-10-02T14:23:18.952"
},
"type": "ZHAHumidity",
"uniqueid": "a4:c1:38:50:b5:35:f2:1d-01-0405"
}
************************* End Object info ***************************
ZHABattery
**************************** Object info *****************************
{
"config": {
"on": true,
"reachable": true
},
"etag": "a593fd3730e9afd5fd1643a4cb15432e",
"lastannounced": null,
"lastseen": "2022-10-02T14:23Z",
"manufacturername": "_TZ3000_itnrsufe",
"modelid": "TS0201",
"name": "Ambiente - Frigorífico Battery",
"state": {
"battery": 53,
"lastupdated": "2022-10-02T14:23:16.648"
},
"type": "ZHABattery",
"uniqueid": "a4:c1:38:50:b5:35:f2:1d-01-0001"
}
************************* End Object info ***************************
Thanks.
Can you add support for these model TS0201, temperature and humidity sensors. Below I leave the JSON.
The plugin created the three features as correct but the humidity values are incorrect (in the image below the humidity value is 159, which should correspond to 16% and not 2%). Battery value does not update. Only the temperature value is correct.
ZHATemperature
**************************** Object info *****************************
{
"config": {
"offset": 0,
"on": true,
"reachable": true
},
"etag": "176d38a97a515fdb2a4f1290fc0564c8",
"lastannounced": null,
"lastseen": "2022-10-02T14:23Z",
"manufacturername": "_TZ3000_itnrsufe",
"modelid": "TS0201",
"name": "Ambiente - Frigorífico Temperatu",
"state": {
"lastupdated": "2022-10-02T14:23:17.801",
"temperature": 685
},
"type": "ZHATemperature",
"uniqueid": "a4:c1:38:50:b5:35:f2:1d-01-0402"
}
************************* End Object info ***************************
ZHAHumidity
**************************** Object info *****************************
{
"config": {
"offset": 0,
"on": true,
"reachable": true
},
"etag": "08df568fd44f24e6855849c30bd1e800",
"lastannounced": null,
"lastseen": "2022-10-02T14:23Z",
"manufacturername": "_TZ3000_itnrsufe",
"modelid": "TS0201",
"name": "Ambiente - Frigorífico Humidity",
"state": {
"humidity": 159,
"lastupdated": "2022-10-02T14:23:18.952"
},
"type": "ZHAHumidity",
"uniqueid": "a4:c1:38:50:b5:35:f2:1d-01-0405"
}
************************* End Object info ***************************
ZHABattery
**************************** Object info *****************************
{
"config": {
"on": true,
"reachable": true
},
"etag": "a593fd3730e9afd5fd1643a4cb15432e",
"lastannounced": null,
"lastseen": "2022-10-02T14:23Z",
"manufacturername": "_TZ3000_itnrsufe",
"modelid": "TS0201",
"name": "Ambiente - Frigorífico Battery",
"state": {
"battery": 53,
"lastupdated": "2022-10-02T14:23:16.648"
},
"type": "ZHABattery",
"uniqueid": "a4:c1:38:50:b5:35:f2:1d-01-0001"
}
************************* End Object info ***************************
Thanks.
Comment