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

Aidoo Zigbee AC controller heat temperature #336

Open
carlosignaciom opened this issue May 6, 2024 · 0 comments
Open

Aidoo Zigbee AC controller heat temperature #336

carlosignaciom opened this issue May 6, 2024 · 0 comments

Comments

@carlosignaciom
Copy link

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"
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant