Page 1 of 1

Popp Strike Lock Control parameters problem

Posted: 17 Jun 2018 13:11
by añep
I have a problem with parameters. It is imposible save parameters number 3 and 4.

Re: Popp Strike Lock Control parameters problem

Posted: 18 Jun 2018 10:09
by Eagle
There is a problem with the current firmware of the strikelock. The parameters 3 and 4 do not work (maybe are deactivated, cause of security issues or something like that, i dont know).

Popp is aware of that problem and sent me this workaround for zway. I can confirm, that this works flawless

1) Make sure the strike lock is included secure
2) Open Expert View and go to device status
3) select you strikelock
4) change the window to expert commands
5) scroll down to door lock
6) set operation mode to timed operation (2)
7) set outside state to door unsecured with timeout (1)
8) set inside state to door unsecured with timeout (1)
9) set your desired lock timeout (your auto off time) in the 2 fields named timeout, minutes and timeout, seconds
10) press ConfigurationSet
11) go to your smarthome ui
12) go to local apps and install http device
13) rename and change to toggleButton
14) set http method to Post
15) copy that: http://yourIP:8083/ZWave.zway/Run/devic ... 98].Set(1)
to your url for action on field. yourIP needs to be your gateway ip and deviceID must be your lock ID
16) enter your zway login in the field login and password
17) save

your http device should control your lock. after your timeout the lock will close again.

Re: Popp Strike Lock Control parameters problem

Posted: 19 Jun 2018 19:19
by añep
Eagle wrote:
18 Jun 2018 10:09
There is a problem with the current firmware of the strikelock. The parameters 3 and 4 do not work (maybe are deactivated, cause of security issues or something like that, i dont know).

Popp is aware of that problem and sent me this workaround for zway. I can confirm, that this works flawless

1) Make sure the strike lock is included secure
2) Open Expert View and go to device status
3) select you strikelock
4) change the window to expert commands
5) scroll down to door lock
6) set operation mode to timed operation (2)
7) set outside state to door unsecured with timeout (1)
8) set inside state to door unsecured with timeout (1)
9) set your desired lock timeout (your auto off time) in the 2 fields named timeout, minutes and timeout, seconds
10) press ConfigurationSet
11) go to your smarthome ui
12) go to local apps and install http device
13) rename and change to toggleButton
14) set http method to Post
15) copy that: http://yourIP:8083/ZWave.zway/Run/devic ... 98].Set(1)
to your url for action on field. yourIP needs to be your gateway ip and deviceID must be your lock ID
16) enter your zway login in the field login and password
17) save

your http device should control your lock. after your timeout the lock will close again.
OK, thanks for your reply.

Regards.