GTench
Members-
Posts
248 -
Joined
-
Last visited
GTench's Achievements
-
Last Run Time is the same as Last Finish Time
GTench replied to GTench's topic in IoX Program Support
Thanks. I believe the variable or light status can only be changed by the code that follows the wait. I removed the 2nd OR condition from the program above just to simplify things but I still get identical times. Not really a problem since everything works ok but just puzzling. FYI here is the program that triggers the "OFF" one above Utility Room Lights On - [ID 0041][Parent 002F] If ( 'Alarm Panel / Basement Stairs Motion' Zone State is Open Or 'Alarm Panel / Furnace Motion' Zone State is Open Or 'Utility Room near Stairs' is switched On ) Then Disable Program 'Utility Room Lights OFF' Set 'Utility Lights' On $s_Utility_lights_switched_on = 1 Enable Program 'Utility Room Lights OFF' Run Program 'Utility Room Lights OFF' (If) Else - No Actions - (To add one, press 'Action') -
Last Run Time is the same as Last Finish Time
GTench replied to GTench's topic in IoX Program Support
Here is one of the programs. Utility Room Lights OFF - [ID 0042][Parent 002F] If $s_Utility_lights_switched_on is 1 Or 'Utility Room near Stairs' Status is On Then Wait 12 minutes Set 'Utility Lights' Off $s_Utility_lights_switched_on = 0 Else - No Actions - (To add one, press 'Action') If I look at the status it shows the program as running (all green) and lights go off after in this case 12 minutes. Both conditions are true while the program is running -
I have a program that uses a wait for 20 minutes to shut off a light when it has been turned on. The program works correctly; that is, it shuts the light off after 20 minutes but I noticed that the last finish time is always the same as the last run time. Should the last finish time not be 20 minutes longer? Gary
-
@IndyMike Thank you. Very useful information!
-
I did a restore on a switchlic the other day. After the restore I compared its link table to IoX's and they were identical. Today I checked again and there is a mismatch. Just wondering why and what the mismatched records are saying. What does EA and E2 represent? Gary
-
I had a similar experience with a plugin dimmer module many years ago. I have a number of plugin modules that are primarily used to power various Christmas decorations. Wife plugged a fountain into a dimmer module once. The dimmer module did not play well with the pump motor and caused disruption on the network. Sometimes things went on when they should not and sometimes did not go on when they should
-
I just replaced my approx. 10 year old serial PLM connected to my Eisy with a new serial PLM. I followed the wiki replacement instructions and everything is working fine now but it was an interesting journey. This will be my 3rd PLM. I started quite early with insteon. I have about 120 insteon devices with 4 or 5 being wireless RL2s, a dozen or so Zwave devices and 11 node servers. The only wireless devices other than the RL2s are some Yolink devices. The reason for the replacement was erratic behavior with my lights starting about 6 months ago. I had a "all lights off" event when one of the KPL button was pressed. Never had this happen before. The only lights impacted were about 15 or so of the older insteon switches that respond to the all off command. A few months went by with no problems but then I experienced a few "all lights on events" which I also never had before but only when an insteon switch (KPL I think) was activated but this did not always happen (but was sometimes repeatable). Then I just started occasionally having only a few of the older insteon lights coming on (but not all of them) but this was infrequent and random but very annoying (WAF!). The replacement process took about 3 hours. During the replacement process I had 55 popup messages saying "could not communicate with...". and 3 times there was a message saying that the system was restarted or rebooted and to create a new session which I did. At the end of all this, everything including the programs were working as normal and I have had no random events for 3 or 4 weeks now. Wondering what the significance was of the popup messages since everything works fine. Gary
-
@Javi Yes the app works ok as far as I can tell but if I try to retrieve a lists of PG3 node servers all I get is that error message. I press ok then I get Please Wait Getting Node Server data from Polyglot but then no response after waiting a anumber of minutes. For what it is worth, I got the same result using the previous version so I upgraded hoping it would correct the issue
-
When I press the Plugins (BETA) icon using android version 1.1.77, I get error code 500 getEisyYhingName is not a function. Gary
-
@sjenkins I don't believe calibrate would be of use to be with G2. Also I noticed that 0.1.11 does not show up in the store yet
-
@Whitehambone no, it would be nice if the node server could be restarted via a program if it disconnects but as far as I know this is not possible. I also tried setting the state to green and/or doing a re-discover in a program if it disconnects but that did not work. It also did not work if I did in manually from the AC. Right now I am trying using a program to notify me if it is disconnected then I will manually restart it
-
@sjenkinsGlad to be able to help. Really appreciate you adding in the G2 functionality even though you did not need it for yourself
-
@sjenkins For me personally, I don't see any need for using any type of automations with the powerview app now that your plugin works.
-
@sjenkins Yes that works (see below) Clicking the scene "On" button moves each shade to its 15% position. Thanks
-
@sjenkins I did not set up this scene in the powerview app only in the AC. I had previously tested single room scenes that I set up in powerview and they worked fine by pressing the activate button in the AC. Would you like me to set up a multi room scene in powerview and test that in the AC?