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

Yale Smart Lock device status error #275

Open
PaulDevelter opened this issue Nov 11, 2024 · 0 comments
Open

Yale Smart Lock device status error #275

PaulDevelter opened this issue Nov 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@PaulDevelter
Copy link

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

@PaulDevelter PaulDevelter added the bug Something isn't working label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant