[quote=“almiller, post:560, topic:168766”][quote=“hugheaves, post:558, topic:168766”][quote=“almiller, post:557, topic:168766”]I just installed the latest from the trunk and i am sporatically getting this error:
50 01/04/13 15:51:55.997 luup_log:8: (VistaAlarmPanel::processIncoming) Incoming data = ‘!RFX:0659888,88’. <0x2edae680>
50 01/04/13 15:51:55.998 luup_log:8: (VistaAlarmPanel::processExMessage) Decoded RFX message: serial = 0659888, loop[1] = true, loop[2] = false, loop[3] = false, loop[4] = false, flags.unknown2 = true, flags.unknown1 = false, flags.battery = false, flags.supervision = false <0x2edae680>
01 01/04/13 15:51:55.999 LuaInterface::CallFunction-2 lu_incoming failed [string “-- Required Libraries…”]:798: attempt to concatenate global ‘deviceSerialNo’ (a nil value) <0x2edae680>
50 01/04/13 15:51:58.517 luup_log:8: (VistaAlarmPanel::processIncoming) Incoming data = ‘!RFX:0659888,08’. <0x2edae680>
Any ideas?[/quote]
almiller,
That’s very interesting. Whatever alarm device you have sending this RF message is setting the “unknown2” flag to “true”. As the AD2USB manufacturer hadn’t figured out what the unknown flags do (hence the unknown part ), I was discarding (with an error message) any messages that had these flags set. However,as I just found out, the code to print the error message is actually broken, so you’re not getting the correct error message.
So, what sort of device is your “0659888”? Maybe we can figure out how we should be handling these messages.
Thanks,
Hugh[/quote]
Hugh,
I am thinking that is coming from my neighbors house - all of my wireless sensors are accounted for… I will ask and see if he will help me figure out which one it is…[/quote]
Sounds good. Let me know if you find anything out. Hopefully your neighbour won’t be too freaked out if you ask him about the messages you’re “sniffing” from his alarm system.
Anyway, I’ve updated the code in trunk to log the message correctly, instead of throwing the error.
Hugh