WebThingsIO / zigbee-adapter

Zigbee adapter add-on for WebThings Gateway
Mozilla Public License 2.0
46 stars 29 forks source link

Aidoo Zigbee AC controller heat temperature #336

Open carlosignaciom opened 1 month ago

carlosignaciom commented 1 month ago

I’m receiving this error when I try to seat the heat target, when I press enter, I see a message asking for a value equal or lower than zero, what’s makes no sense if I’m trying to set a heat target. I didn’t remember to change anything on my gateway. Is there anything I can change to make this work?? It was working perfectly until today.

2024-05-06 16:16:08.877 INFO : zigbee-adapter: setProperty property: heatTarget for: zb-4c5bb3fffef186e5-thermostat profileId: 0104 endpoint: 1 clusterId: 0201 zcl: 0 (0) value: 0 2024-05-06 16:16:08.969 ERROR : Invalid message received: { "messageType": 8199, "data": { "adapterId": "zb-00212effff066bb5", "deviceId": "zb-4c5bb3fffef186e5", "property": { "name": "heatTarget", "value": 0, "visible": true, "title": "Heat Target", "type": "number", "@type": "TargetTemperatureProperty", "unit": "degree celsius", "minimum": null, "maximum": 0, "multipleOf": 0.5, "links": [], "profileId": 260, "endpoint": 1, "clusterId": 513, "attr": "occupiedHeatingSetpoint", "attrId": 18, "fireAndForget": true, "bindNeeded": false, "configReportNeeded": false, "initialReadNeeded": false }, "pluginId": "zigbee-adapter" } } 2024-05-06 16:16:08.970 ERROR : Validation error: [ { "keyword": "type", "dataPath": "/data/property/minimum", "schemaPath": "#/properties/minimum/type", "params": { "type": "number" }, "message": "should be number" } ]