more G-Labs products

Author Topic: 1.00 beta r466 : Several "ZWaveLib UNHANDLED message"  (Read 1327 times)

January 28, 2015, 12:11:33 AM
Read 1327 times

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Hi,

My Status.Level from my 2 types of motion sensor are not updated. So i launch HG in command line, and i get several ZWaveLib UNHANDLED message :
Code: [Select]
ZWaveLib UNHANDLED message: 01 09 00 04 00 36 03 20 01 FF 19
...
ZWaveLib UNHANDLED message: 01 09 00 04 00 36 03 20 01 00 E6
...
ZWaveLib UNHANDLED message: 01 09 00 04 00 1F 03 20 01 FF 30
...
ZWaveLib UNHANDLED message: 01 09 00 04 00 1F 03 20 01 00 CF

Perhaps, a change in the code in last version ...

Bye

January 28, 2015, 08:40:32 AM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hi noilio,

thanks for pointing to this.  Found and fixed the bug (line 59 of Sensor.cs class, it was using Basic.Get instead of Basic.Set value).
 ;)
Cheers,
g.

January 28, 2015, 09:22:55 AM
Reply #2

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544

January 28, 2015, 12:37:46 PM
Reply #3

RichieC

  • ***
  • Information
  • Full Member
  • Posts: 67
I have this problem with r466 too..

All of my Motion sensors have stopped working since this update ..

Do you know when the next update/fix will be pushed out for this?

Rich

February 01, 2015, 09:04:36 PM
Reply #4

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Hi Gene,
I try with the new version (r474) and all devices are up/down again ("Status.level" = 0 or 1) ! :)
Thanks.
Bye