Danalock action

Hi,
I am having troubles to get my Danalock working in HR…
I am using Fibaro HC3.
I can get back the status by reading Locked/Unlocked state in HR (actually in Fibaro the states are represented by boolean True/False), but i can’t close or open the lock.
In Fibaro we need to use “secure” / “unsecure” commands to close/open the lock, however, in HR
it doesn’t work. I have tried with On/Off, Open/Close,Lock/Unlock and also with “secure/unsecure” combinations but neither of them worked.

Can you please help a bit.

Thanks

The Lock Enum only has 2 possible values: Locked & Unlocked.

You need to request a change by writing Unlocked or Locked to the Lock attribute. A list of possible Enum values for a capability is available in the docs. When in doubt, look at the default layouts that the Home Remote uses. In LockTile.xaml you can see that it uses Unlocked/Locked for its DataActions.