Netremote/Girdir and the new Elk Plugin

shenandoah75

Active Member
First of all huge thx to Harleydude for the new elk plugin... this is a huge improvement from when i first started looking...

i have two questions:

1) i understand the setup on the girder side, but obviously i would like entry to be more dynamic for netremote / touchscreen access. I.e. i want to force entry of the pincode, not store it as in girder. I would dynamically want to set values for custom settings in the same fashion as lights allow. I assume this is pretty simplke to do, but could i get an example of how to access the elk components?

2) kindof related to the above, anyone i have any skins with elk support they'd mind shared as a learning point?

thx
-brad
 
Brad,

If you load up the Flatstyle CCF you should be able to arm/disarm the system from the Security screen. Also in the NetRemote\luascript\DM folder, there is a Security.lua file. You can edit it to also include zone information on the Security screen.

In the Security.lua file, find
Code:
local SecurityDeviceTypes = {
	['Security\\Area'] = true
}
Change to
Code:
local SecurityDeviceTypes = {
	['Security\\Area'] = true,
	['Security\\Zone'] = true,
}

Save the file and restart NetRemote.

That should get you started.
 
Back
Top