more G-Labs products

Author Topic: ZWave Status.Level No Longer Found After ZWaveNode.WakeUpNotify  (Read 1828 times)

February 22, 2015, 04:10:34 AM
Read 1828 times

george

  • *
  • Information
  • Newbie
  • Posts: 4
At some point after R466 I appear to have lost some functionality in a few of my programs that were triggered when a Z-Wave switch was turned off.  For some reason I am no longer seeing a ZWave Status.Level in the log file after a ZWaveNode.WakeUpNotify entry.  Program 91 is enabled and running, however it does not record a log entry as it did in R466.  My programs work fine if I turn off the switch from the Dashboard. 

R466 log entry:
Code: [Select]
"2015-02-21T18:04:04.0183500-08:00 HomeAutomation.ZWave 6 ZWave Node ZWaveNode.NodeInfo 04 10 01 25 27 75 73 86"
"2015-02-21T18:04:04.0186920-08:00 HomeAutomation.ZWave 6 ZWave Node ZWaveNode.WakeUpNotify 1"
"2015-02-21T18:04:04.0189030-08:00 HomeAutomation.HomeGenie.Automation 91 Automation Program Z-Wave Node WakeUp LR Lamp<br>6 Basic Get"
"2015-02-21T18:04:04.1736480-08:00 HomeAutomation.ZWave 6 ZWave Node ZWaveNode.Basic 255.0"
"2015-02-21T18:04:04.1756690-08:00 HomeAutomation.ZWave 6 ZWave Node Status.Level 1"

R478 log entry:
Code: [Select]
"2015-02-21T18:16:30.1996280-08:00 HomeAutomation.ZWave 6 ZWave Node ZWaveNode.NodeInfo 04 10 01 25 27 75 73 86"
"2015-02-21T18:16:30.2053060-08:00 HomeAutomation.ZWave 6 ZWave Node ZWaveNode.WakeUpNotify 1"

Thank you in advance for looking into this!

February 22, 2015, 05:07:37 PM
Reply #1

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
There was a change in how the last value has been stored.  If your programs look at the former state to do anything, you may need to update the code in your script.

February 23, 2015, 04:55:56 PM
Reply #2

george

  • *
  • Information
  • Newbie
  • Posts: 4
Thank you bkenobi for the reply!  My programs are written in Wizard Script and I had been relying on Program 91 (Query On Wake Up) to retrieve the new Status.Level setting.  Is it Program 91 that is the issue as it is no longer being triggered to run?  Unfortunately, I am a C# (and Z-Wave) newbie so any additional insight you could give would be greatly appreciated!

Thanks again for your help!

February 24, 2015, 05:52:40 AM
Reply #3

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
I'm not familiar with that module, but after a quick review, I don't see anything that should be a problem related to the new code.

February 24, 2015, 12:36:16 PM
Reply #4

george

  • *
  • Information
  • Newbie
  • Posts: 4
Thanks, bkenobi, for having a look.  Given my limited experience, that was my thought too and why I posted in Bug Reporting.  My Wizard Script is simply triggering on ZWaveNode.NodeInfo, ZWaveNode.WakeUpNotify and Status.Level.  However, since Program 91, while running, appears to no longer be executing a Basic.Get and not retrieving Status.Level, my script just sits there.

Thanks again!