Everything posted by oberkc
-
Help with Z-Wave 3-way
I have a couple of Leviton zwave switches. I can add them as scene controllers. Unfortunately, I am unable to create scenes directly linked (link type: zwave) but only via the ISY (link type: default) to other zwave devices. The scenes function fine, but I assume would cease to do so absent the ISY-994 controller (unlike Insteon).
-
IR support for ISY on Polisy
I wonder if one of those Itach WF2IR-type devices, along with a network resource, could be made to work. I am (unfortunately) uncertain whether they can receive IR, or just transmit.
-
Insteon Alternative?
Don't know whether they are going out of business but I, too, used the GE/Jasco outlets and they work very well. At one point they were available at Lowes, but I don't see them anymore at my location.
-
Insteon Device Selection is Dismal in Canada
There may be a few tricks to the z-wave "inclusion" process, but they are relatively easy to learn and, once included, z-wave works quite well based upon my experience. I understand z-wave is a mesh-type system and may require multiple devices, depending upon how far away the z-wave device is from the ISY. Sometimes, a device has to be included close by before installation in the final location. Factory reset of the z-wave device is a good idea, like with Insteon. I will add, too, that z-wave works best as a responder device than as a controller. Outlets, and plug-in modules work quite well in scenes and programs. Controller devices (such as wall switches) have some potential issues with programs and scenes, but there are possible work-arounds depending upon which z-wave controller device you have. I would definitely give one a shot.
-
Zwave Yale Locks
I don't fully understand why this is the case, but I had to bring my lock quite close to the ISY (after factory resetting) to enroll it. Once enrolled, it works fine at the installed location, 30 feet away separated by walls, but with a couple of z-wave devices in-between. Enrolling the lock while installed did not work well for me. This process was also required by a couple of z-wave switches I use.
-
Z-Wave help please
This is how I have done a lot of my devices. In a couple of cases, this is the only way I could get it to work. I sometimes update them, and when I check the neighbors for each device, the logical ones seem recognized.
-
Write changes 1011 wont go away
I had a single switch that exhibited this behavior for a few years. I have several of these same brand and model switches yet only one exhibited this behavior but I never did figure out how to make that annoying (switch otherwise worked) green icon go away. Recently, I replaced the switch for unrelated reasons. No more green icon. Was this a bug in the ISY? A bug in the switch? A faulty or marginal device? Not sure there is enough data to reach any conclusions.
-
Insteon ON/OFF Keypads Not working properly
While I do not suspect this to be the problem, it is easy enough to check…. what happens if you try to include one of the buttons into a scene with anothe insteon device, as a controller? Does the scene work?
-
Can't seen to find answer - how can I use a "switched on" status to trigger a program?
Yes, "status" works on mine also. If, however, your logic works better with a "control" condition, try the "add/refresh button press node" trick. It might work for you (it does for me.)
-
Can't seen to find answer - how can I use a "switched on" status to trigger a program?
The GE smart switch is z-wave!? I have had zero luck using "switched on" with GE switches. "Status" seems to work for me, but not "switched on". There is one trick that I am aware of: right-click on the switch node and choose "zwave>>add/refresh button press node". Once the node is added, see if this new node triggers your program. I understand that other z-wave devices might work better in this regard.
-
Turn lights on/off with motion sensor with manual override
I have found the same thing in my house
-
Turn lights on/off with motion sensor with manual override
Don't think that you will accomplish your goals with a scene. I understand the quicker nature of scenes, and your desire to take advantage of this, but scenes are between devices and cannot be disabled as far as I know. No. I think you are fighting an uphill battle here.
-
Disabling actions in a scene
I don't expect that this will do what you want. In general, Insteon scenes cannot be stopped. Unfortunately, I cannot say with certainty that a mixed (z-wave/insteon) scene cannot be halted, but suspect the same is true as for a fully-insteon scene. Controlling when a device reacts to another device is best, in my estimation, done via programs, without scene relationships. Delete the scene and create a program such as: if time is from sunset to sunrise (next day) and motion sensor is switched on then turn on light wait a little bit turn off light else turn off light There are additional possibilities and sophistication that one can add, depending on needs and interests, but this should get you started.
-
Program to turn multiple lights on / off with a wait between
IIRC, adding a program to Alexa will result in the program executing THEN path when Alexa is told to turn it on, and executing the ELSE path if told to turn it off. No condition is needed.
-
"Sorry the hub ... is connected to is not responding, please check the network connection..."
I am only superficially aware of how all this works together. I am not familiar with many of the details. I would try restarting the node server. After that... Open alexa app, see if errors message with individual devices or indication of problems with the ISY skill
-
"Sorry the hub ... is connected to is not responding, please check the network connection..."
Is your portal account still active and connected to your ISY?
-
if then wait
I dont believe that a wait statement will force a re-evaluation of the conditions. However, if a triggering event occurs during a wait statement, further execution will halt, and start at the beginning action based upon whether the new condition being true (runs THEN path) or false (runs ELSE path). in your case, if a triggering event (variable changing value is a triggering event) during the 25 minute wait, further execution will halt and, given that the new condition is now false, will run the ELSE path, which has nothing in it.
-
Why no decent sales on Insteon devices?
I hear such predictions regarding apple homekit. We will see, I guess.
-
Tasker Plugin / Android Shortcuts
It has been a while since I used "tasker" app for this purpose. Unfortunately, my latest phone does not have any of the tasker profiles I had on previous phones so I am going by memory on all this. IIRC, I think mobilinc had a tasker profile that could be used. Mobilinc also had it's own widgets. I have, unfortunately, lost track of mobilinc capabilities since moving to a subscription service. I used to rely on android tablets throughout the house as home control devices but have gotten away from that for reasons that are increasingly unclear. I used tasker widgets along with mobilinc widgets on those tablets and they worked really well. Maybe there is still something there that can be used. Regardless, I think widgets and tasker plug-ins would be a wonderful addition to UD Mobile.
-
I need some guidance understanding ISY programming logic ...
Confirming MrBill...Changing the "and" to "or", all other statements being unchanged, will result in a different result. At 6am, it will trigger and now run TRUE (ran false before.). At sunrise, it will also now run true (ran false before.) In case it was not mentioned before, control conditions are true ONLY at the moment the device (light sensor, in this case) sends the expected command. At all other times, control conditions are false. Compare that to "status" conditions. Status conditions trigger programs whenever a device changes state (for any reason) and will remain true for as long as that device remains in the stated state (off, in this case).
-
I need some guidance understanding ISY programming logic ...
I think bpwwer provided a robust response. I disagree thate ELSE clauses are universally not useful. the reason you get so may emails is, besides the fact that your program is triggered three times ( 5:21, 6:00, 9:30, all false) is that you also have one-minute waits, followed by a second email. From your program, I expect an email at dusk, dusk + one minute, 6:00, 6:01, 9:30, and 9:31.
-
Can control scene via physical button but not via UD Adminstrative console
I forget the menu structure in 4.x, but I thought is was similar in function to 5.x. You may have to right-click on the individual devices within the scene and restore each from there.
-
Can control scene via physical button but not via UD Adminstrative console
I agree that this is strange and, likely, not as it should be (based upon memory of 4.x). There are only four devcies in the scene. If restoring the scene does not work, it would not be that time-consuming to delete the scene and re-create it.
-
Status vs Control
It is, in my estimation, worth clarifying this...”control” is true only when the switch is manually “controlled”. Furthermore, it is true only at that moment it is triggered and false at all other times. Additionally, control triggers a program only when the specified command (on, off, etc...) is initiated, regardless of previous state. status commands trigger a program whenever the status of a device changes state, regardless of how initiated (manually, as part of a scene or program, etc...), is true only when the new state is the one specified, and will remain true until the state changes.
-
New Home Build--Wanting to add Z-Wave to my next ISY
I am unaware of any real difference between the terms “hub” and “controller” if you have the ISY, you would not need a separate zwave controlloer or hub.