We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yale smart lock devices are doing this: returned bad value for status Bad status from . Removing this service.
Checking the api output gives this for the device: { "deviceId": “xxxx”, "name": "Yale_SmartLock", "label": "Side Door Lock", "manufacturerName": "0BHk", "presentationId": “xx”xx, "deviceManufacturerCode": "iRevo", "locationId": “xxxx”, "ownerId": “xxxx”, "roomId": “xxxx”, "components": [ { "id": "main", "label": "main", "capabilities": [ { "id": "contactSensor", "version": 1 }, { "id": "lock", "version": 1 }, { "id": "healthCheck", "version": 1 }, { "id": "refresh", "version": 1 }, { "id": "battery", "version": 1 } ], "categories": [ { "name": "SmartLock", "categoryType": "manufacturer" } ] } ], "createTime": "2024-07-11T11:36:25.402Z", "profile": { "id": “xxx” }, "viper": { "uniqueIdentifier": “xxxx”, "manufacturerName": "iRevo", "modelName": "Lock", "endpointAppId": “xxxx” }, "type": "VIPER", "restrictionTier": 0, "allowed": [], "executionContext": "CLOUD" }
and this for the lock status: { "components": { "main": { "contactSensor": { "contact": { "value": null } }, "healthCheck": { "checkInterval": { "value": 60, "unit": "s", "data": { "deviceScheme": "UNTRACKED", "protocol": "cloud" }, "timestamp": "2024-07-12T11:04:29.956Z" }, "healthStatus": { "value": null }, "DeviceWatch-Enroll": { "value": null }, "DeviceWatch-DeviceStatus": { "value": "online", "data": {}, "timestamp": "2024-11-11T09:57:55.851Z" } }, "lock": { "supportedUnlockDirections": { "value": null }, "supportedLockValues": { "value": null }, "lock": { "value": "locked", "data": {}, "timestamp": "2024-11-11T09:57:55.851Z" }, "supportedLockCommands": { "value": null } }, "refresh": {}, "battery": { "quantity": { "value": null }, "battery": { "value": 88, "unit": "%", "timestamp": "2024-11-11T09:57:55.851Z" }, "type": { "value": null } } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Yale smart lock devices are doing this:
returned bad value for status
Bad status from . Removing this service.
Checking the api output gives this for the device:
{
"deviceId": “xxxx”,
"name": "Yale_SmartLock",
"label": "Side Door Lock",
"manufacturerName": "0BHk",
"presentationId": “xx”xx,
"deviceManufacturerCode": "iRevo",
"locationId": “xxxx”,
"ownerId": “xxxx”,
"roomId": “xxxx”,
"components": [
{
"id": "main",
"label": "main",
"capabilities": [
{
"id": "contactSensor",
"version": 1
},
{
"id": "lock",
"version": 1
},
{
"id": "healthCheck",
"version": 1
},
{
"id": "refresh",
"version": 1
},
{
"id": "battery",
"version": 1
}
],
"categories": [
{
"name": "SmartLock",
"categoryType": "manufacturer"
}
]
}
],
"createTime": "2024-07-11T11:36:25.402Z",
"profile": {
"id": “xxx”
},
"viper": {
"uniqueIdentifier": “xxxx”,
"manufacturerName": "iRevo",
"modelName": "Lock",
"endpointAppId": “xxxx”
},
"type": "VIPER",
"restrictionTier": 0,
"allowed": [],
"executionContext": "CLOUD"
}
and this for the lock status:
{
"components": {
"main": {
"contactSensor": {
"contact": {
"value": null
}
},
"healthCheck": {
"checkInterval": {
"value": 60,
"unit": "s",
"data": {
"deviceScheme": "UNTRACKED",
"protocol": "cloud"
},
"timestamp": "2024-07-12T11:04:29.956Z"
},
"healthStatus": {
"value": null
},
"DeviceWatch-Enroll": {
"value": null
},
"DeviceWatch-DeviceStatus": {
"value": "online",
"data": {},
"timestamp": "2024-11-11T09:57:55.851Z"
}
},
"lock": {
"supportedUnlockDirections": {
"value": null
},
"supportedLockValues": {
"value": null
},
"lock": {
"value": "locked",
"data": {},
"timestamp": "2024-11-11T09:57:55.851Z"
},
"supportedLockCommands": {
"value": null
}
},
"refresh": {},
"battery": {
"quantity": {
"value": null
},
"battery": {
"value": 88,
"unit": "%",
"timestamp": "2024-11-11T09:57:55.851Z"
},
"type": {
"value": null
}
}
}
}
}
The text was updated successfully, but these errors were encountered: