You need to enable the non-secure port in the Elk Panel and ensure it is set to 2101. Then in Girder set the Elk plugin to use port 2101. The plugin does not support the secure port.
Type: Posts; User: harleydude; Keyword(s):
You need to enable the non-secure port in the Elk Panel and ensure it is set to 2101. Then in Girder set the Elk plugin to use port 2101. The plugin does not support the secure port.
My 2 cents...
I for one think that NetRemote is the best touchscreen interface available. I know a lot of people are asking for Android and iOS support, but that really does not interest me. A...
Try
Name = pld1
win.ShellExecuteEx("C:\\growlnotify\\growlnotify.exe ", Name, "C:\\", win.SW_SHOWNORMAL)
Paul,
You should be able to create a script action for the Caller ID event. The payload variables will contain the Caller ID data.
If pld1 and pld2 actually contain the Caller ID data, remove the "" from around them in your call.
Things are starting to slow down for me at work. Should be able to start looking into this soon.
Keep badgering me.
You can go into the settings for the Elk and click Apply. This forces the plug-in to reload.
I will look into this when I get some time, I have seen the same since the storms have kicked up here...
Tieske8,
My day job has been keeping me really busy as of late. To my knowledge I have not made any changes to the plug-in on my end. If you care to take over support for this plug-in, please be...
Jumbodogs,
In order to disarm/arm the system you will need to collect the digits on the phone then send them to Girder in one event. Once there you can run some Lua to disarm/arm the Elk.
In a nutshell you will have to do the following:
1. Open Com port connected to modem
2. Wait for RING commands to come in from the modem
3. Issue the answer call command to the modem: 'ATA'...
Tim,
The direction Promixis has decided to go may provide future avenues for revenue. However, right now NetRemote is Promixis' flag ship product for touchscreens and an immediate source of...
Tim,
I have followed the OS debate for some time now and your comments on a web based environment . You have shown some nice screen shots of what you have been able to do with the web interface,...
I am trying to connect to my APC UPS to monitor it.
{ -- #0
[1] = { -- #1
["SerialNumber"] = "3B0717X64493 ",
["ReadReportLength"] = 5,
["DeviceName"] = "Back-UPS ES...
Girder, NetRemote and the PIR1 should be all you need.
NetRemote provides the graphical interface
PIR1 will learn and output the IR
Girder handles interaction between NetRemote and the PIR1
Just an FYI. There is a problem with the luascritpt\classes\voice.lua file.
In current distribution the following lines are included:
local Events = {
'Speach Start',
'Speach End',
...
Well that will solve my issue with Components enabling/disabling, but it will not solve some of the other items I have mentioned.
As I also mentioned in another post, a consistent user interface...
Mike,
Added the following:
ComponentManager:Subscribe (function (...) print (unpack(arg)) end)
Plenty shows up in the console, but nothing when the CM is opened or closed.
Mike,
I added this to my UI file. I did not see anything in the console as I opened and closed the Component Manager.
OnComponentEvent = function (self,...)
local component =...
Yes, ConfigComponent mostly.
That would be great. Right now I have put a refresh button on the screen. Would like to have something that did not require that.
Thanks Mike
Bump.
Working on a few things and have to restart the component I am working with or restart Girder to get some list controls to update.
Ron,
I guess I need an ID for an Action as well for the Reminder component.
Thanks
Ron,
Need one plugin ID and 2 config for Reminders component.
Thanks
I have been working on my Reminders component for Girder and decided to throw in a screen for them in NR. Still a bit rough, but it is a start.
Figured it out. Really nice that one can do so much with a bit of Lua code and NetRemote.