HomeGenie Forum

Development => Bug reporting => Topic started by: nolio on January 28, 2015, 12:11:33 AM

Title: 1.00 beta r466 : Several "ZWaveLib UNHANDLED message"
Post by: nolio on January 28, 2015, 12:11:33 AM
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
Title: Re: 1.00 beta r466 : Several "ZWaveLib UNHANDLED message"
Post by: Gene on January 28, 2015, 08:40:32 AM
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.
Title: Re: 1.00 beta r466 : Several "ZWaveLib UNHANDLED message"
Post by: nolio on January 28, 2015, 09:22:55 AM
Oki thanks Gene.
Title: Re: 1.00 beta r466 : Several "ZWaveLib UNHANDLED message"
Post by: RichieC on January 28, 2015, 12:37:46 PM
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
Title: Re: 1.00 beta r466 : Several "ZWaveLib UNHANDLED message"
Post by: nolio on February 01, 2015, 09:04:36 PM
Hi Gene,
I try with the new version (r474) and all devices are up/down again ("Status.level" = 0 or 1) ! :)
Thanks.
Bye