Hi,
I make an hard reset on my razberry to reset all my configuration. I exclude and reinclude all my device but my module FGD 211 did not work now with switch if raspberry is on. If a shutdown rasberry it's ok my switch work perfectly but with raspberry on there is nothing, light did not turn on.
Nervertheless when I action the switch I can see that in log :
[2014-06-30 21:14:39.739] RECEIVED: ( 01 0D 00 04 00 0C 07 60 0D 00 01 20 01 FF 4F )
[2014-06-30 21:14:39.740] SENT ACK
[2014-06-30 21:14:39.741] SETDATA devices.12.data.lastReceived = 0 (0x00000000)
[2014-06-30 21:14:39.743] SETDATA devices.1.instances.1.commandClasses.32.data.srcNodeId = 12 (0x0000000c)
[2014-06-30 21:14:39.744] SETDATA devices.1.instances.1.commandClasses.32.data.srcInstanceId = 0 (0x00000000)
[2014-06-30 21:14:39.745] SETDATA devices.1.instances.1.commandClasses.32.data.level = 255 (0x000000ff)
So switch is correctly connect. Sometime it's work but the state is not ok on API and blue UI event if in the log it's report.
How can i solved it ? Only change it's that before device was include in 1.4.1 version and now in 1.7.1 maybe if I exlude device switch to 1.5.0 version and reinclude device it will work again. It's very anoying probleme
FGD 211 did not work after hard reset
Re: FGD 211 did not work after hard reset
Maybe I find somethink, I don't now why but one of my fgd 211 rework, I compare the two log :
Work :
[2014-06-30 21:36:34.002] RECEIVED: ( 01 09 00 04 00 11 03 26 03 00 C5 )
[2014-06-30 21:36:34.003] SENT ACK
[2014-06-30 21:36:34.004] SETDATA devices.17.data.lastReceived = 0 (0x00000000)
[2014-06-30 21:36:34.005] SETDATA devices.17.instances.0.commandClasses.38.data.level = 0 (0x00000000)
Not work :
[2014-06-30 21:36:52.982] RECEIVED: ( 01 0D 00 04 00 0E 07 60 0D 00 01 20 01 FF 4D )
[2014-06-30 21:36:52.983] SENT ACK
[2014-06-30 21:36:52.984] SETDATA devices.14.data.lastReceived = 0 (0x00000000)
[2014-06-30 21:36:52.985] SETDATA devices.1.instances.1.commandClasses.32.data.srcNodeId = 14 (0x0000000e)
[2014-06-30 21:36:52.986] SETDATA devices.1.instances.1.commandClasses.32.data.srcInstanceId = 0 (0x00000000)
[2014-06-30 21:36:52.987] SETDATA devices.1.instances.1.commandClasses.32.data.level = 255 (0x000000ff)
It's seem module dont send correct frame but why ?
Work :
[2014-06-30 21:36:34.002] RECEIVED: ( 01 09 00 04 00 11 03 26 03 00 C5 )
[2014-06-30 21:36:34.003] SENT ACK
[2014-06-30 21:36:34.004] SETDATA devices.17.data.lastReceived = 0 (0x00000000)
[2014-06-30 21:36:34.005] SETDATA devices.17.instances.0.commandClasses.38.data.level = 0 (0x00000000)
Not work :
[2014-06-30 21:36:52.982] RECEIVED: ( 01 0D 00 04 00 0E 07 60 0D 00 01 20 01 FF 4D )
[2014-06-30 21:36:52.983] SENT ACK
[2014-06-30 21:36:52.984] SETDATA devices.14.data.lastReceived = 0 (0x00000000)
[2014-06-30 21:36:52.985] SETDATA devices.1.instances.1.commandClasses.32.data.srcNodeId = 14 (0x0000000e)
[2014-06-30 21:36:52.986] SETDATA devices.1.instances.1.commandClasses.32.data.srcInstanceId = 0 (0x00000000)
[2014-06-30 21:36:52.987] SETDATA devices.1.instances.1.commandClasses.32.data.level = 255 (0x000000ff)
It's seem module dont send correct frame but why ?
Re: FGD 211 did not work after hard reset
It's seem due to 1.7.1 version I juste revert to 1.5.0 and reinclude FGD 211 and it's ok all work
Re: FGD 211 did not work after hard reset
try to reset the device and then re-iclude it
Re: FGD 211 did not work after hard reset
Probably your RaZberry is mistakenly included in association group 1 or 2, so instead of sending reports, your device tries to control it (sends Basic Set), and even doing it in a multichannel way.
RaZberry should be in association group 3 to receive status reports. Exclude it from all other groups.
RaZberry should be in association group 3 to receive status reports. Exclude it from all other groups.
Re: FGD 211 did not work after hard reset
How can I do that ? Or see if this is the probleme ?
Re: FGD 211 did not work after hard reset
I find now, it's work thank