relockOn = str(pluginAction.props["relockOn"]) not working.

Jann
Posts: 120
Joined: Sun Mar 12, 2006 10:20 am
Location: Auburndale, FL
Contact:

relockOn = str(pluginAction.props["relockOn"]) not working.

Post by Jann »

I was digging into the code for this because the lock manager refuses to disable auto relock.

It ENABLES it fine.
BUT I change the "Configure auto relock" screen (in Edit Action Settings), to "Auto relock after a code has been entered" to be off, it STILL sends the following to the lock via "ZWave" when the action is executed:

Code: Select all

   Z-Wave Lock Manager Debug       setRelock action called
   Z-Wave Lock Manager Debug       Indigo lock selected: 1303638890
   Z-Wave Lock Manager             Enabling auto relock mode with a timeout of 30 seconds:
The box DOES save the option cos when I bring the config box up it still says "OFF" in the drop down. the following code just doesn't seem to read it:

Code: Select all

relockOn = str(pluginAction.props["relockOn"])
 relockTime = str(pluginAction.props["relockTime"])
Can we get this fixed, @howartp?
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: relockOn = str(pluginAction.props["relockOn"]) not work

Post by howartp »

Quite possibly!

Oeter


Sent from my iPhone using Tapatalk Pro
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: relockOn = str(pluginAction.props["relockOn"]) not work

Post by howartp »

https://github.com/howartp84/ZWaveLockM ... tag/1.0.57 should fix this.

Let me know before I push it to the store.

Peter
Post Reply

Return to “ZWave Lock Manager”