harleydude
July 26th, 2004, 05:22 PM
I am running a LUA script when NR starts up, the script is as follows:
function OnPanelLoad()
local pn = NetRemote.GetVariable("NR.PanelName")
if (pn=="Home") then
NetRemote.ExecuteAction(-1,0,1,"LCARS_Start")
end;
end;
The script runs when NR starts, however it appears that there is 2 connection attempts to hsGirder. hsGirder is a girder emulator developed for integrating NR with HomeSeer. If I load NR and select another panel name in the script, all works fine. The only time I see a problem is if the script is run prior to or during the initial connection to hsGirder.
I know what is coming next, does it work with Girder. I do not know, my version of girder has expired. However I have been running NR with hsGirder for 2 months without any problems. Can someone with a valid copy of girder run this test and verify my problem with girder?
Any help appreciated.
Thanks HD
function OnPanelLoad()
local pn = NetRemote.GetVariable("NR.PanelName")
if (pn=="Home") then
NetRemote.ExecuteAction(-1,0,1,"LCARS_Start")
end;
end;
The script runs when NR starts, however it appears that there is 2 connection attempts to hsGirder. hsGirder is a girder emulator developed for integrating NR with HomeSeer. If I load NR and select another panel name in the script, all works fine. The only time I see a problem is if the script is run prior to or during the initial connection to hsGirder.
I know what is coming next, does it work with Girder. I do not know, my version of girder has expired. However I have been running NR with hsGirder for 2 months without any problems. Can someone with a valid copy of girder run this test and verify my problem with girder?
Any help appreciated.
Thanks HD