rchorowitz
Members-
Posts
26 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
rchorowitz's Achievements
Newbie (1/6)
0
Reputation
-
Will do... There is the Polyglot configuration page with detailed instructions, but there is also ... Plugins--->Configure--->[01] to [20]---->[01] ELK (Network)----> "Plugin Configuration".... That is the page I think may be set up incorrectly as it has fields for Base URL, User ID, Password, etc.
-
So it appears that the Custom Configuration Parameters for ELK in the "areas" section does not accept "," so "areas: 1,3" did not work. When I entered "areas: 1-3" the status of the two working area's zones now have status. The controller still has the red ! . I also cannot see any zones above 129, (where my type 16 non-alarms live), I attempted to add them manually using add node ----> zone node (there are two zone nodes). The first one throws "invalid request" the second does not seem to do anything.
-
Hi All, Attempting to transition from ISY and the whole Node Server/PolyGlot/Plug In thing has me confounded. I was able to get PG3x V. 3.2.17 to connect to the ELK and it loaded all the "zone nodes' except those zones that are type 16 "non-alarms". The ELK controller screen in the UI shows the NodeServer Online = Connected & the M1EXP = Connected. although it has a red ! next to the controller and it's sub-devices. I am unable to find any documentation that details the difference between the configuration in Poylglot and the configuration in eISY. The plugin configuration screen seems to enter MAC addresses in the UserID and the Base URL. The password is blank. I have tried many iterations to try and get to connect. If there is some documentation about what to enter in these fields it would be helpful? All of the 'zones' have a yellow dot, a red (smaller) and green rectangle next to them and no live status. If I enter a IP address of the M1EXP (with or without a port 2101 or 2601), clicking re-discover throws a TCP client request failed (NS-1-ELK:401). I have two 'active' areas defined in the panel, (areas 1 and 3... 2 is no longer being used) It seems area 3 loads fine and area 1 is the problem. I must be misunderstanding something. I have unplugged, rebooted and restarted the M1 and EISY to no avail. Would appreciate some direction, Thanks, Rob
-
To the best of my ability, yes. I can use the SMTP with other devices like printers and such.... No errors or messages from ISY. Just crashes or hangs. If I remove the email info while the UI is loading (and save it), the ISY runs as expected.
-
Email Fatal Error... When trying to add smtp.office365.com to the SMTP settings application crashes and ISY reboots. Antivirus disabled. Had to quickly remove the settings on re-launch to prevent the re-boot. F/W & UI v5.3.3 ISY994i PRO Java 8 build 1.8.0_301-b09
-
I have been looking at this waaaaaaaaaaayyy too long and I should probably blow it up and start over. I have tried so many options, but I cannot seem to get the logic correct. Here is the scenario.... I have an automated dog door. There are sensors on the dog’s collars that activate the door. I have two sensors, one inside and one out. The sensors are wired to a ZOOZ multirelay. ZEN16 (Z-Wave controller), that has 3 relays. I have an KPL with three relevant buttons. KPL.E= Lock-In KPL.F=Lock-out KPL.H=Both Locked The concept is to be able control the dogs access locking them in the house or locking them out… They tend to run in front of cars but have been trained to run in the house when the driveway alarm goes off. So, for example, when the alarm goes off, I want them “locked-in,” for 5-minutes but not “locked-out.” In addition, I have several buttons throughout the house with “Both Locked” so I can see status or just provide two-way access the door. Other keypads have all three options. I had to create a program to turn the relay off, when the keypad button is on, to provide visual status of a locked condition. I created three state variables lock-in, lock-out, both-locked. The keypads all belong to scenes so that I can change the status of all the related buttons. I have three programs, (total of 9) for each of the three conditions. In Status Light If $Dog_Door_Lock_In_Status is 1 Then Set 'Dog Door / Dog Door Master Lock-In' On Else Set 'Dog Door / Dog Door Master Lock-In' Off Lock In Control If 'Mudroom_Entry / DB.Dog Bath / DB.Dog Bath.E' Status is On Then Set 'Dog Door / ZW 015.1 On-Off Power Switch' Off Else Set 'Dog Door / ZW 015.1 On-Off Power Switch' On Lock In Status If 'Dog Door / ZW 015.1 On-Off Power Switch' Status is Off Then $Dog_Door_Lock_In_Status = 1 Else $Dog_Door_Lock_In_Status = 0 For the locked both I have: Lock Both Status If ( $Dog_Door_Lock_In_Status is 1 And $Dog_Door_Lock_Out_Status is 1 ) Or 'Mudroom_Entry / DB.Dog Bath / DB.Dog Bath.H' Status is On Then $Dog_Door_Lock_Both_Status = 1 Else $Dog_Door_Lock_Both_Status = 0 Both Status Light If $Dog_Door_Lock_Both_Status is 1 Then Set 'Dog Door / Door Dog Master Control' On Else Set 'Dog Door / Door Dog Master Control' Off Lock Both Manual Control If 'Mudroom_Entry / DB.Dog Bath / DB.Dog Bath.H' Status is Off Then Set 'Dog Door / ZW 015.2 On-Off Power Switch' On Set 'Dog Door / ZW 015.1 On-Off Power Switch' On Else - No Actions - (To add one, press 'Action') I have tried it many different ways and happy to start over with a better solution. If both lock-in and lock-out are on, and I hit the “both” button things enter a loop of turning on and off that required the programs to be stopped manually. Ideas? Thanks, Rob
-
If it helps anyone with a similar problem.... After adding several repeaters successfully, notifications still did not work. I tried every option, including/excluding the lock, tried repairing, updating neighbors, synchronizing, etc. and nothing seemed to work. After all of the repeaters were set up properly, I factory reset the lock and added it back to the ISY. Everything is now working as expected. Hope this helps someone from enduring the same pain! Rob
-
Aeotec Range Extender 7 Zwave Repeater. How do I know if the messaging is going thru the repeater ?
-
I have a repeater about 8 feet from the door. The ISY is about 15 feet below the repeater. If I query the lock, the status changes
-
Door Lock Failure Email - [ID 0084][Parent 007B] If 'ZW 003 Schlage Door Lock' Status is Jammed Then Send Notification to 'Email' content 'Front Door' Else - No Actions - (To add one, press 'Action')
-
Door Unlock User 1 - [ID 0085][Parent 007B] If 'ZW 003 Schlage Door Lock' User Number is 1 Then Send Notification to 'Default' content 'Front Door User 1' Else - No Actions - (To add one, press 'Action')
-
I can control the lock and change user codes. The lock status and battery level only report intermittently. I have also tried status is jammed and nothing happens
-
It does not seem to work with only the single IF Status 'ZW 003 Schlage Door Lock' User Number is 1'
-
I am attempting to create a simple program to send an alert when a user unlocks. I currently have 15 users. I have created 15 programs, (one for each user) and 15 custom emails. The IF of the program is: Status 'ZW 003 Schlage Door Lock' is Access Code 1 And [Control] 'ZW 003 Schlage Door Lock' is switched [alarm] Unlocked by Keypad I am unable to use 'control' without including "alarm", which I do not believe I need. I have tried the logic both ways and tried with variables. The "alarm" appears on a second line and may be an error in the GUI logic? F/W 5.3.0 Anyone else having the same issue? Thanks, Rob
-
I am having similar issues. The option button is missing. I have had to factory reset the lock several times to get it to connect. The first time only the lock populated. Several attempts later it added "Access Control Alarm", "Home Security Alarm", and "Intrusion Alarm" Is there any additional documentation regarding Schlage and Configurations? I also have a Nexia bridge, but cannot use both the ISY and Nexia. The Nexia interface makes keeping track of user names, codes, etc much easier to manage.