Hello 👋
I have an Aqara U200 smart lock which overall works pretty well. At rare occasions I get the following error: Error: InteractionModelError: UnsupportedAccess (0x7e)
Usually it immediately works on the next try, that's why I decided to write a script that will lock/unlock the door and check if the command was successful - if not it tries again.
As scripts/automations will abort in case one of the steps fails I have set continue_on_error: true on all lock operations.
However this seems not to work, please have a look at the attached screenshot.
I would appreciate any hints on what I'm missing there.
Here you can find the entire script:
https://paste.debian.net/1388685
Many thanks!