-
Posts
4589 -
Joined
-
Last visited
Everything posted by Xathros
-
Excellent. Happy to help. -Xathros
-
I think your remote port forwarding may be the issue. Or, possibly your remote IP address has changed. Are you using a DDNS service for the remote location? -Xathros
-
My apologies. I did in fact misunderstand the question. Not being familiar with Tasker, I cannot answer that. However, I do believe the other thread has the info you are looking for. -Xathros
-
I would suspect that you could place a resistor in series with the IOLinc relay contacts to keep the display clock functional and still trigger the door. You would need to experiment to find an appropriate value. -Xathros Edited for spelling.
-
Was anything logged between 16:20:17 and 16:20:39? If so, please post those entries. -Xathros
-
Using /rest/status/21 61 F8 2 I get: Indicating that the Dusk/Dawn node of this motion sensor is On. Using: /rest/status/1 C9 FA 1 I get: Indicating the on level of 41% on this dimmer. Hope this helps. -Xathros
-
Insteon scenes don't have a status. You would need to test the status of each scene member to make a determination. Many of us choose a single member device to represent the status of a scene. Others will set a variable at the same time as turning on/off a scene and use the value of the variable to represent the scene's status. -Xathros
-
Any dual band Insteon device that receives a message with hops remaining will retransmit that message on both the power line and RF bands. It is not an either/or situation. -Xathros
-
I see nothing wrong with your programs or logic here. More likely, you have a battery in one or more motion sensors that is getting low. Many of the ALL ON insteon events seem to be related to low battery conditions with motion sensors. -Xathros
-
I'm not sure that I fully understand the exchange in the OP but it looks like there may be a session cookie involved which I believe is not supported by the ISY. -Xathros
-
Interesting results. I knew things got queued up on the ISY but that test really shines a light on it. -Xathros
-
Since the notification is the same for both, why not just include both addresses in the Email 1 group and send once ? -Xathros
-
Since you are well covered by access points, you might try putting the PLM behind a Filterlinc to force it to use RF only. See if that brings up your reliability any. -Xathros
-
Yes. That is all you should need. -Xathros
-
Create a program as follows: Program: GarageAutoLightPrevent If Control 'Garage Lights' is Switched Off Or Control 'Garage Lights' is Swiatched Fast Off Then Wait 5 minutes Run Program 'GarageAutoLightPrevent' (Else Path) Else Use the True/False state of this program in the conditions for your garage lights program: If From Sunset +X Hours to Sunrise (next day) And 'Dark Downstairs however you determine that' And GarageAutoLightPrevent is False Then Set scene 'Arriving Home' On This will prevent the garage auto lights from operating for 5 minutes after you turn the garage lights off. Hope that helps -Xathros
-
Princerichy- As Michel said above, secondary KPL buttons need to be placed in a scene and the scene used to turn them On/Off. Setting the backlight level (usually done on the primary node) affects the On and Off brightness levels for ALL buttons of the KPL. It does not turn on/off individual buttons - only sets the KPL's 2 brightness levels globally. -Xathros
-
Hybrid scenes (Zwave + Insteon) are not yet supported. UDI is working on this. -Xathros
-
amp; is the URLEncoded form of & You should be able to replace "amp;" with "&" as long as you have the EncodeURL box checked. -Xathros
-
Remove the colon from the end of the path line, increase the timeout to 1500. -Xathros
-
Anytime. Happy to help.
-
Add the KPL buttons A, B, C & D to this scene as responders too. Correct. Only the buttons are scene members here. This is the expected behavior. As expected under program control. There will be delays as the program executes and has to wait for insteon commands to process. The solution is in #1 above. Certainly possible to do exactly what you want. Hope this helps. -Xathros
-
Your choices are: Add the ISY994 to the Java exception list as above or upgrade the firmware to 4.1.2 or higher. I would recommend not upgrading to 4.2.2 (current beta) and instead wait for 4.2.3 hopefully this weekend as there are a couple of known issues with 4.2.2. Adding the 994 to the exception list is probably the easiest thing to do for the moment. -Xathros
-
Sorry. Assumed from Brian's post that it was a 99i. At least that gave a description of Why this happened. -Xathros
-
I don't believe that any of the KPL's require a current through the load as all of them have a neutral wire unlike the 2 wire Switchlinc dimmers. The KPL is powered from line to neutral regardless of whether or not there is a load attached. There should be NO current passing through the ground wire! The KPL should operate just fine without the ground connected however this is against code for safety reasons. -Xathros
-
Add ISY-99 to exception list with Java 1.7.51+ With the advent of Java 1.7.51 and up, Java applets are now required to contain a manifest file. Those that don’t are now not allowed to run unless you make a security exception for the applet. UDI has released newer firmware (4.1.2) that includes a manifest file and meets the new requirements. The ISY-99 series is not receiving firmware updates after firmware 3.3.10 as it has run out of room for the larger code in the newer firmwares. If you have decided not to upgrade to the ISY-994 series controllers, you will need to work around the new Java requirements and add an exception for your ISY-99i. Here is how to make that exception. MAC: Open System Preferences and double click the Java icon. In the Java preferences, click the security tab. Click “Edit Site List†Click “Add†and enter the URL for your ISY. Acknowledge the warning that this poses a security risk by clicking “Continue†Click “OK†then “OK†and close the Java preferences window. Windows: Open the Windows Control Panel Double click the Java control panel applet. Click the Security tab Click the “Edit Site List…†button. Click the “Add†button and enter the URL for your ISY-99i series controller. Click “OK†and close the Windows Control Panel†This should get you back up and running until you can upgrade to an ISY-994 and the newer firmware. -Xathros