yesterday - last edited yesterday
Hi,
We have a door lock integrated with google home and it used to lock / unlock on commands like Hey Google, Lock front door, Lock all the locks.
Unlock front door, Unlock all the locks. Unlock is followed by asking PIN.
Now when i command unlock all the locks. It responds with I'm not sure which device to unlock. Previously It used to ask for pin and proceeds to unlock. Single device lock/unlock operations and "lock all the lock" operations are working.
I need assistance on resolving this issue. please let me know if you need any additional information.
Regards,
Prithiviraj
Answered! Go to the Recommended Answer.
yesterday - last edited yesterday
Thanks for reaching out. In instances where users request to unlock multiple locks concurrently, the system is designed to verify the specific lock to be actioned, a measure implemented for security. This aligns with Google's ongoing efforts to refine natural language processing, enhance security protocols, and improve device integrations through regular updates.
yesterday - last edited yesterday
Thanks for reaching out. In instances where users request to unlock multiple locks concurrently, the system is designed to verify the specific lock to be actioned, a measure implemented for security. This aligns with Google's ongoing efforts to refine natural language processing, enhance security protocols, and improve device integrations through regular updates.
17 hours ago
Thank you for your response.
Thanks for the clarification regarding the current behavior of Google smart home when handling unlock commands for multiple locks.
However, I’d like to highlight that during our initial certification process, the command “unlock all the locks” was explicitly tested and verified to function correctly. It prompted for a PIN and successfully unlocked multiple devices in a single command. This was also documented in the certification feedback we received, where both “lock all the doors” and “unlock all the doors” were evaluated as expected behaviors.
Given this, could you please confirm whether the “unlock all the locks” command has been officially deprecated or restricted as part of a recent update? If so, is there any documentation or changelog that outlines this change in supported voice commands?
17 hours ago
We got this error report during Google's certification last year.
issue #1: Lock command for multiple lock devices only works for one
We expect both locks are locked with this single voice command.
Voice command: "lock all the doors"
Sent command:
PostData:
"{\"inputs\":[{\"context\":{\"locale_country\":\"US\",\"locale_language\":\"en\"},\"intent\":\"action.devices.EXECUTE\",\"payload\":{\"commands\":[{\"devices\":[{\"customData\":{\"propertyId\":\"1c8863ec-e82f-402e-819f-00eb864478f4\"},\"id\":\"FEEA72DA8A72\"}],\"execution\":[{\"command\":\"action.devices.commands.LockUnlock\",\"params\":{\"followUpToken\":\"008e8db1add449c251865a49f8b79b1cb92beb8e59f91c632610849b191f7078f329b39feeb0819751597485129f5fbdc9b817e154c34bbe8cc62c71c81788aeb8d57145f86765bc6c9821818a3fac22964e1b2feab5caabb18675a1\",\"lock\":true}}]},{\"devices\":[{\"customData\":{\"propertyId\":\"1c8863ec-e82f-402e-819f-00eb864478f4\"},\"id\":\"FFC87379508F\"}],\"execution\":[{\"command\":\"action.devices.commands.LockUnlock\",\"params\":{\"followUpToken\":\"008e8db1ad69e4165fa150b89e110ecf9597bf05bec23f22b28d726cc87134dfe084ea07f7a3eefb546738f08f44cfa46b13513d8704a64a598b8567eaa0a31c6bc6e4d94d17f5c4b1c4a23fe54dbc5db584062261c08d8e30c71f0a\",\"lock\":true}}]}]}}],\"requestId\":\"9578872500254590249\"}"
Response:
Body:
"{\"requestId\":\"9578872500254590249\",\"payload\":{\"commands\":[{\"ids\":[\"FEEA72DA8A72\"],\"status\":\"PENDING\",\"states\":{\"isLocked\":false,\"isJammed\":false,\"online\":true}}]}}"
issue #2: Unlock command for multiple lock devices only works for one
We expect both locks are unlocked with this single voice command.
Voice command: "unlock all the doors"
Sent command:
PostData: "{\"inputs\":[{\"context\":{\"locale_country\":\"US\",\"locale_language\":\"en\"},\"intent\":\"action.devices.EXECUTE\",\"payload\":{\"commands\":[{\"devices\":[{\"customData\":{\"propertyId\":\"1c8863ec-e82f-402e-819f-00eb864478f4\"},\"id\":\"FEEA72DA8A72\"}],\"execution\":[{\"challenge\":{\"pin\":\"1357\"},\"command\":\"action.devices.commands.LockUnlock\",\"params\":{\"followUpToken\":\"008e8db1ad534d4543fc3b169ac87071fe1521d798af7bebc66d5e67b8b6809e329b8f8296a3e4e7422e8c5a2d6ec0bf2906588500cd00ebf6de74dc3d6472d8041c4ef03bce1cbfbf309784d7331c69cbf503ce5347b7c1c68f5fae8eb67cf8a047297714451eba7319aee9733a722c6e8069a8ad6f833e87ec\",\"lock\":false}}]},{\"devices\":[{\"customData\":{\"propertyId\":\"1c8863ec-e82f-402e-819f-00eb864478f4\"},\"id\":\"FFC87379508F\"}],\"execution\":[{\"challenge\":{\"pin\":\"1357\"},\"command\":\"action.devices.commands.LockUnlock\",\"params\":{\"followUpToken\":\"008e8db1ad8f87d5585764a116284ea7d8a20754a83572c2cb89eb200f4851e93d3b522b6262dd6fa1130a97c948a415bf9baac796891343b3dbb7a013ff35e6fcaa8f651177596179ffe7a5ecc547a2cb5b1de54f1ac084bb7bc9e41a0ffe294717509a15bde248368d28e73cf14c9d74cdfc8f6a21707e6d7a\",\"lock\":false}}]}]}}],\"requestId\":\"7689799274923978436\"}"
Response:
Body: "\"payload\":{\"commands\":[{\"ids\":[\"FEEA72DA8A72\"],\"status\":\"PENDING\",\"states\":{\"isLocked\":true,\"isJammed\":false,\"online\":true}}]}}" Response: {"payload":{"devices":{"FEEA72DA8A72":{"online":true,"isLocked":false,"isJammed":false},"FFC87379508F":{"online":true,"isLocked":true,"isJammed":false}}},"requestId":"0e21103c-f17c-43c8-b68f-288a0559af51"}