miataguy
Members-
Posts
33 -
Joined
-
Last visited
miataguy's Achievements
Newbie (1/6)
0
Reputation
-
Is there a list of ISY compatible Z-Wave door locks? If not, are there specific brands or models that are known *not* to work?
-
Just ran a quick test, and you're right - that's the way it works. Thanks for the help!
-
I have Alexa integrated with my ISY - no problems. All works as expected. But I'm trying to add some functionality. I set up an Alexa group with one of my ISY programs included in the group. So when I say "Alexa, turn on <group>", the program runs. All good. Since that program is a lighting program, it sets things up exactly the way I want. However, if I say "Alexa, turn off <group>", nothing happens. I suppose this is expected behavior, but I'm not sure. Is there a way to have "Alexa, turn off..." run either a different program from "turn on", or run the same program with some variable difference so I can differentiate? Am I making sense?
-
That helps - thanks!
-
I need to make what a controller? The responder? How do I do that? I can only set it up as a controller or a responder.
-
I have 2 Switchlinc devices (2477S) set up in a scene to control one light. One of the two is wired to the load and is the responder, the other has no load connected and is a controller. If I turn the light on or off from the controller, all is well. But if I turn the light on locally at the responder, the controller switch does not indicate the on/off status of the load. How can I make the controller show the correct load status regardless of how the load is controlled?
-
Wanted to circle back on this since I finally found the problem. There was a moisture sensor in the air handler that was triggering and shutting off power to the thermostat. I replaced the moisture sensor with a float switch. Problem solved.
-
I have an Insteon 2441TH installed. Been working fine for the past year. The past week, it has shut down twice. This is what I see in the log. What caused it to shut itself down? Nothing programming is doing it. What do the error codes mean? Why did it set the set points at 60 and 80 at 3:37am? I have no program that does it. Main thermostat - Main Humidity 40% Sat 2016/06/25 08:44:59 PM System Log Main thermostat - Cool Ctl Status On Sat 2016/06/25 09:12:36 PM System Log Main thermostat - Main Heat/Cool State Cool On Sat 2016/06/25 09:12:36 PM System Log Main thermostat - Main Humidity 39% Sat 2016/06/25 09:34:03 PM System Log Main thermostat - Main Humidity 37% Sat 2016/06/25 09:54:02 PM System Log Main thermostat - Cool Ctl Status Off Sat 2016/06/25 09:56:21 PM System Log Main thermostat - Main Heat/Cool State Off Sat 2016/06/25 09:56:21 PM System Log Main thermostat - Main Cool Setpoint 78° Sat 2016/06/25 10:12:38 PM Program Log Main thermostat - Main Error 1 Sat 2016/06/25 10:13:01 PM System Log Main thermostat - Main Sat 2016/06/25 10:13:01 PM System -2 Main thermostat - Main Cool Setpoint 78° Sat 2016/06/25 10:13:01 PM Program -1 Main thermostat - Main Heat Setpoint 67° Sat 2016/06/25 10:13:01 PM Program Log Main thermostat - Main Heat Setpoint 67° Sat 2016/06/25 10:13:23 PM Program -1 Main thermostat - Main Cool Setpoint 78° Sat 2016/06/25 10:24:02 PM Program Log Main thermostat - Main Cool Setpoint 78° Sat 2016/06/25 10:24:24 PM Program -1 Main thermostat - Main Heat Setpoint 67° Sat 2016/06/25 10:24:24 PM Program Log Main thermostat - Main Heat Setpoint 67° Sat 2016/06/25 10:24:46 PM Program -1 Main thermostat - Main Error 0 Sun 2016/06/26 03:36:59 AM System Log Main thermostat - Main Heat Setpoint 60° Sun 2016/06/26 03:36:59 AM System Log Main thermostat - Main Cool Setpoint 80° Sun 2016/06/26 03:37:00 AM System Log Main thermostat - Main Thermostat Mode Off Sun 2016/06/26 03:37:01 AM System Log Main thermostat - Main Status 77° Sun 2016/06/26 03:37:03 AM System Log
-
Upgraded to the latest FW, and can no longer view log files. Throws an error: Couldn't open the Excel Macro /Users/myname/isy/UDReport.txt I tried deleting the isy directory under the (evidently incorrect) assumption that it would be recreated. It wasn't. Works fine in Firefox, not in Safari.
-
I understand that I can only set up one or the other. I currently use Mobilinc Connect on my personal system, but now I'm setting up a new system for my nephew, so I need to make a decision. What are the plusses and minuses of ISY Portal vs. Moblinc Connect? The most important feature is voice control of lights, thermostat, and door locks, as my nephew does not have use of his hands.
-
I should've known that. Thanks!
-
I set up an Insteon scene via ISY containing two switches. One of the switches is connected to a load, and was added to a scene as a responder. The other switch has no load connected, and was added to the scene as a controller. So both switches control the load - no problem there. When I control the load using the non-load switch, everything works as expected. However, if I control the load using the switch that's connected to the load, the other switch doesn't show the correct state of the load. The light goes on, but the controller switch doesn't *show* that the light is on. Is there a way to fix that?
-
Got it. Thanks!
-
I'm not confusing programs with scenes. I may not be articulating it well. I'm not using ISY scenes. Forget I ever said scenes. In a program, I'm sending an X-10 ON command to a device. That program status is "True". I never run the else clause in that program, so it always stays true. Is there a way to make that program false from another program?
-
I have a bunch of X-10 scenes programmed into my devices. I have the ISY set up to recognize when those scenes are triggered by using If X-10 received conditions. Works great. Here's the rub: I only turn these scenes on. Never off. Subsequent scenes control the same devices. So, for example, turning the "Good Night" scene On effectively shuts the "Movie" scene to off. The problem is the ISY still thinks the Movie scene is on, and it still shows the program where I receive the Movie scene trigger as "True". Is there a way to programattically tell ISY that the Movie scene is no longer On? Is there a way to programmatically tell ISY that a program is no longer running?