PDA

View Full Version : 519 W800 Broke?



jwilson56
May 13th, 2007, 09:22 PM
I upgraded to 519 and now my W800 does not work anymore. I fired Homeseer back up and it sees the W800 and receives stuff from my Palmpad so I know its not the hardware.

John

LOG: W800 : 4 - No response to last send
Error in transport callback OnReceiveIncompleteData
...romixis\Girder5\luascript\Classes/Transport/Base.lua:207: attempt to index field `Transport' (a boolean value)
C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Base.lua:207 in function <C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Base.lua:206>
Locals
self : table: 05C6B420
data : ~8
C:\Program Files\Promixis\Girder5\luascript\Classes/W800RF32.lua:147 in function <C:\Program Files\Promixis\Girder5\luascript\Classes/W800RF32.lua:145>
Locals
self : table: 05C6B420
Event : Data: 7E 0F 80 38 0C F8 9F FE ~.8. Code:
data : ~8
C:\Program Files\Promixis\Girder5\luascript\Classes/W800RF32.lua:112 in function <C:\Program Files\Promixis\Girder5\luascript\Classes/W800RF32.lua:109>
(tail call): ?
[C]: in function `xpcall'
Locals
pfunc : function: 072360A0
pargs : table: 07235FF0
arg : table: 07235FF0
func : function: 0597DBF8
Upvalues
clearLines : function: 014260E0
errorHandler : function: 014246B8
C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Core.lua:1031 in function <C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Core.lua:1029>
Locals
self : table: 05C6C1D8
Event : Data: 7E 0F 80 38 0C F8 9F FE ~.8. Code:
Upvalues
Statuses : table: 01439680
ResponseCodes : table: 0143C8A8
C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Core.lua:1206 in function <C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Core.lua:1204>
Locals
self : table: 05C6C1D8
Event : Data: 7E 0F 80 38 0C F8 9F FE ~.8. Code:
Upvalues
ResponseCodes : table: 0143C8A8
C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Core.lua:811 in function <C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Core.lua:787>
Locals
EventCode : 8192
EventData : ~8
Event : Data: 7E 0F 80 38 0C F8 9F FE ~.8. Code:
Upvalues
self : table: 05C6C1D8
C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Core.lua:519 in function <C:\Program Files\Promixis\Girder5\luascript\Classes/Transport/Core.lua:517>
LOG: W800 : 4 - No response to last send

quixote
May 13th, 2007, 10:53 PM
Mine appears under Transports, but shows an error (No response from Receiver). It seems to check for it every ten seconds. Transport Status says that it's connected.

jwilson56
May 14th, 2007, 06:19 AM
Can someone on the team verify this?

John

Rob H
May 14th, 2007, 08:08 AM
Just noticed that it has a dependency on the serial plugin, but removing that dependency I get the same as quixote, although I'm trying it with an RFXCOM rather than a real W800RF32.

I think I know what's wrong, just not sure what the fix is yet. According to the TransportManager, the baud rate is 9600, but the plugin specifies 4800. Looking for the cause now.

Rob H
May 14th, 2007, 08:16 AM
Here's a new version of the W800RF32 component - goes in luascript\components replacing the existing file.

Next message will contain the corresponding class (same name) which goes in luascript\classes.

Rob H
May 14th, 2007, 08:17 AM
Here's the new W800RF32 class - goes in luascript\classes

jwilson56
May 14th, 2007, 09:13 AM
So far everything looks back to normal. I will let you know after I do some more testing today...

Thanks for the quick fix

John

Rob H
May 14th, 2007, 09:58 AM
Phew! Glad it's working.

quixote
May 14th, 2007, 01:03 PM
Works great here, too. Thanks, Rob!

Promixis
May 14th, 2007, 08:03 PM
Works great here, too. Thanks, Rob!

and here :D