Everything posted by oberkc
-
ISY finder: not found
Do you have any idea what software version is on you ISY? While I am not certain, I wonder if the current ISY finder works with some of the older software versions. I recall that in the past, we had to install new launchers for each ISY software version. I also thought that we could access through a web browser at one point.
-
Wait Function Help
To be clear, wait statements do not force an evaluation. Programs will not automatically "keep evaluating" during wait statements. Wait statements are not program triggers. There would still need to be an external trigger to occur to force an evaluation during a wait statement.
-
Single events, statused, timings
I stand corrected. I thought the were both STATUS conditions. I need to get better glasses.
-
"snooze" Ring notifications
While this does not answer the question directly, there might be another option... First, disable the notifications via the Ring app. Second, create a notification in IoX, triggered by the Ring motion sensor. (This notification could certainly be paused by whatever method you have in mind.) Third, send this notification to your phone via UD Mobile. (May require the notification plug-in in Polyglot.) I do not recall a means to pause Ring notifications via ISY. I believe the Ring app allows notifications to be set only to occur within a defined timeframe, but that is the extent of my recollection.
-
Single events, statused, timings
I believe Techman was trying to make this point. There are program triggers, and there are program conditions. To use your example: IF Door light status is ON and Hall Light is switched ON Such a program has two conditions. Either condition may be a trigger for the program to evaluate. Once either condition is triggered (by a change of state), however, the entire IF statement is evaluated. So...if door light status changes to ON and hall light was already ON, the program would trigger and evaluate TRUE (both conditions are true).
-
Can a program have an "If" a program is enabled or disabled?
I am not sure I understand what you’re asking. Are you asking whether it is possible to add a condition in one program based upon whether another program is enabled or not enabled?
-
Status in Program
I don’t use that sprinkler system and can only guess. I do wonder if using the sprinkler system schedule along with insteon is incompatible. Have you considered the possibility of disabling your program based upon time. The time that you would disable the program would be the time that it is natively running.
-
ISY 3-way programming
In fact, scenes ARE "Insteon's method". And scenes, unlike programs, do not rely on ISY involvement. You are doing yourself a disservice by not using scenes. This is a capability that makes Insteon better than any other protocol that I have tried.
-
ISY994 to EISY: "It's complicated"
How many z-wave devices do you have? If not too many, it might be easier to simply add them as new to the EISY. Be sure to make a note beforehand which scenes and programs contained the zwave devices. If my experience is any indication, even with a series 500 ZWave board in the ISY with backup, the transition to the EISY did not go smoothly. It was a bit of work restoring all the zwave devices and they often ended up with different names (ZY vs ZW) which required fixing of scenes and programs regardless. If your zwave devices are limited in quantity, I would remove them from the ISY (taking notes where they were and creating a backup of ISY without any zwave devices) and starting from scratch with the EISY and zwave.
-
Getting Alexa to dim lights to 10%
What Alexa category did you use for this scene? Light? Switch? Scene? Other? Does this scene work when run from the admin console? Depending on the fixture and bulb, sometimes low levels of dimming can be more than the fixture can handle. I have not been successful trying to dim Insteon scenes from Alexa. Furthermore, if the scene is not added as Alexa category "light", I don't thing that Alexa will recognize the scene via voice commands within the context of the room in which Alexa resides. A simple solution (hopefully) would be to create an Alexa routine. Choose a voice input command that is easy to remember (such as Alexa: dim room). When commanded, Alexa would be programmed to turn on the Insteon scene.
-
My take on making sure the garage door is closed at night
Thanks for the refresher. I thought it might be something like this, but did not recall. I also did not recall whether there was another command such as "end repeat" to break a repeat sequence.
-
Creating a program that is triggered by a zwave action
I thought messing with things is what we do here. There is always one more thing to automate. Have fun at the beach.
-
Z-Wave 500 Board
If you want the whole ISY-994 unit, you can have that as well. I think it unlikely that I will use it again and I would rather it find a good home than sit it my house for the next 20 years collecting dust. Send me a PM with your address.
-
Creating a program that is triggered by a zwave action
To create a scene, you can choose the little symbol that is three small circles within one larger circle. I think it is also available under "link management". Scenes are a pretty basic and powerful feature of Insteon and ISY. If you are not familiar with them, I would check out the user manual or wiki.
-
Creating a program that is triggered by a zwave action
Perhaps I assumed too much or responded too quickly. Upon further review, I see that you are using a couple of programs where I (and I suspect most) would use a scene. Unless I continue to miss something, I would create a scene with your office "2-way" as a controller and the other switches as responders. Once created, get rid of the two programs. Scenes can be created from the admin console where the devices are all listed. One benefit of the scene is that it would work even if the ISY fails or is removed. If, for some reason, you would prefer to keep the programs, change the condition in the two programs from a "control" to a "status" type. I understand that you have already played around with these types of conditions and that status may not work for you in this case. Try a scene instead. (unfortunately, I have had less than full success using z-wave devices as scene controllers but I am hoping it will work for you for the z-wave switch you are using.)
-
Once stable system, improved with hardware, one last issue
I find this curious, and would consider the possibility that this is more than a coincidence. What else is plugged in here? If you disconnect the loads from the appliancelincs, does communication improve? If you remove one of the appliancelincs, does communication with the other improve? If you temporarily move the appliancelincs to another location, does this improve communication? Do both happen to be plugged into, or near, a surge suppressor?
-
Creating a program that is triggered by a zwave action
When you add the device to amazon Alexa, add the scene rather than adding the individual switch. Add it as Alexa category "light" just as you did when you added the zw switch. Also, remove the zw switch from Alexa so that she is not confused.
-
Z-Wave 500 Board
I think my old -994 has a 500 series board still in it. If I can figure out how to get it out, you can have it.
-
Z-Wave migration
I have a vague recollection that some (if not all) versions of the ISY-994 had separate (from Insteon) z-wave backups or none. It has been a while since I did it, though. When I did my move from ISY-994, I recall having some of my z-wave devices moved but it was inconsistent and some were not added. I was not sure that it was any easier than just factory resetting them and adding them new to the new IoX device. If you use your old 994 for z-wave only (assuming it works and disabling the PLM connection) you would also loose any scene relationships you have established between Insteon and z-wave.
-
My take on making sure the garage door is closed at night
Your program looks to me as if it will meet your stated requirements. The only thing I notice that may cause an issue is in the last repeat (repeat 1 time) of the last program. (I assume that your garage door is configured to alway trigger from an ON command, which may not be true.) First, I am not sure but assume that those last few lines will be executed twice (literally repeated 1 time). Second, if so, you might be closing your door, then opening the door 30 seconds later.
-
Creating a program that is triggered by a zwave action
One thing that I have noticed about z-wave switches on IoX is that most that I have tried do not trigger "control" (is switched on) conditions. I have found them also not to work well for me as scene controllers. (Because of this, I have tended not to use z-wave switches in locations where they would be conditions in my programs.) They seem to trigger "status" conditions, however. So, your program you might try something like: if 'switch' status is on then do something
-
Alexa routines not working - Fix made
My routine triggered by a variable is not working, based upon a manual change of value from 0 to 1 to 0. Alexa says that this "sensor" has been inactive for 15 days. I did not see any change in Alexa status from manually changing the values to the variable. On the other hand, routines triggered by door sensors seem to be working. I am on ISY 5.8.3 and the "Optimized" skill. Update: and now, a couple hours later, the variable changes, Alexa sees the change, and triggers the routine.
-
Color temperature is not an option
I just added the four-pack of Govee spot lights. Everything seems to work well, though color temperature is not an option from the Admin Console, One thing I noticed in the Govee app settings: an option for "LAN Control". Based upon the description, this should be toggled on for local control through the API to work.
-
Programming fanlinc with two KPLs
I think the hardest thing to wrap one’s head around in this situation is that you will have eight controllers (two keypads time four buttons) and all eight need to separately have responder levels defined, and that some responder levels will need to be zero (responder turn off when contoller turns on). For example, define a scene with nine devices, (eight keypad buttons as controllers and the fanlinc as responder). You will need to select each of the controllers within the scene and separately set the response levels for the other eight devices. You need to do that eight times, plus set the responder levels for the whole scene. This approach should work well if your goal is limited to controlling fans only via keypad buttons. if you desire to control the fans externally, such as via a program or alexa, using four separate scenes (for off, low, med, and high) can give you a bit more flexibility.
-
Programming fanlinc with two KPLs
Unfortunately, I don't have an example but I am with apostolakisl. I cannot envision why this cannot be done. The only thing I want to mention is that I have done fan control with a single scene and with four scenes. Both work for me. Setting these scenes up definitely takes some attention to detail.