
Guy Lavoie
Members-
Posts
700 -
Joined
-
Last visited
Everything posted by Guy Lavoie
-
Eisy programs not being triggered, thinks lights are off
Guy Lavoie replied to dbwarner5's topic in eisy
First thing to try with any motion sensor related issues is try a fresh battery. -
Great! Keep us posted...
-
Interesting. Could this in any way have affected UD Mobile in local mode? Earlier this morning UD Mobile wouldn't connect, and give me a "no proxies available" message. To get to connect I had to go into settings and re-enter my admin password, or so I thought. Coincidence or related? My question is: does UD Mobile need to be able to see anything external even if used in local mode?
-
It's not really about the feeling of abandonment, but about trading away known reliability for something new that has yet to make us feel as confident.
-
How do you think I feel about my 25 year old Ocelot controller, that's never missed a beat? It's like an old friend. It's still running a few things, like my solar pool heating. One of my projects is to make a PG3 plugin for it, so I can keep using the relay modules and other features. Right now I do that with X10 commands, not the best way. I've already tested serial communications with it from the eisy in Python. So it's just a question of getting it done.
-
new eisy with Zwave dual antennae dongle does not see any Zw
Guy Lavoie replied to Gammai's topic in ZMatter
That's the very first thing to check. If you have a spare device that was never added to a z-wave network, try adding that one first. If it works, that would pretty well indicate that this is the problem. To know if your eisy is seeing the adapter, in admin console, go to z-wave -> advanced -> z-wave information. Check that it says "Connected". -
programming to bail out mediocre communication issues?
Guy Lavoie replied to someguy's topic in IoX Program Support
Ah yes, the "use a bigger hammer" approach. Works as a short term solution, but will leave you unsatisfied over the long term, and cynical about the technology. As Paul said, the real solution is to try and work out the communications issues by testing, making small fixes or changes and observe if it improves, by not using the programming workarounds that you have added. Are your devices dual band? Are the ones that aren't reliable in an isolated location, where signal strength might be a problem. If you put other types of Insteon devices in the same area, so they also fail to respond? Sometimes, just adding something like a lamplinc to act as a signal booster/coupler helps. All things to consider. The Insteon support forum also has good suggestions, though it appears to be down, has been for at least a week. -
Yes, and the learning curve is quite steep. There is little or no tutorial information, it's mostly just reference material. The way to learn for most (including myself) is to install a simple plugin, and reverse engineer it to try and understand what does what. So far I've done two simple plug ins, mostly as an exercise to eventually make a more complex one. I'm also learning python at the same time. It's rewarding, but consider it mostly as a hobby, if you're counting the time you're putting into it.
-
The currently installed firmware version will remain. I've factory reset a ISY994i with a 300 series Zwave card and it didn't cause any issues.
-
8 Button KeypadLinc in scene does not respond
Guy Lavoie replied to ThisIsTheWay's topic in IoX Program Support
So the second scene did the trick. In my naming convention (to avoid going crazy) I'll usually give the scene a name (eg: "scn kitchen") for the scene where the keypadlinc controls the light, and "scn kitchen rev" for the reverse scene that updates the keypadlinc if the light is operated directly from the switch. -
Can an Eisy read the data on my 994i-ZS on the same network?
Guy Lavoie replied to LFMc's topic in eisy
The networking module comes by default with the eisy. Not sure about the Polisy. -
8 Button KeypadLinc in scene does not respond
Guy Lavoie replied to ThisIsTheWay's topic in IoX Program Support
Did you create a second scene with the on/off switch as the controller and the keypadlinc button as a responder? -
Well since 14.1 seems to be part of the promised January upgrade, I'll just wait until it's announced (and let a few early adopters dip their toes first). Maybe UDI will streamline the process too. I'm in no rush.
-
If I log into my eisy with ssh and do the unix command "uname -a", I get: FreeBSD 13.2 release p11
-
Well turning on/off keypadlinc button backlights isn't something distinct or particular, it's just a regular Insteon device as far as commands go. You're controlling a light. I'm grateful that Insteon designed-in the capability and programmability that the keypadlinc has. The toggle mode would really be annoying to use if there was no way to keep a button's next on or off command in sync with the actual status of the device it's controlling. Now not only is the next button press always correct, but you also get a visual indication with the backlight. I love it. Yes, I've done scenes similar to "all off". My previously mentioned kitchen lights are a good example. I can (by programmed Insteon commands or Alexa) I can control individual lights, I have a kitchen scene that control all 3 together, a "back of the house" scene that controls those 3 lights plus two others, and a "ground floor" scene that controls those and every other light on the floor, which gets turned off when I arm my alarm system. The beauty with Insteon scenes is that the response speed stays the same, whether you control 2 lights or 20. The multiple link system can appear to be daunting at first, but it is very well thought out.
-
Yes, that should solve your need. You can keep it simple because there is only one way to turn on the fan. When you have more than one trigger, such as a 3 way setup, then you need to create a second scene that gets triggered by that alternate switch so that it can also "turn off" the keypadlinc C button. I actually call those scenes "reverse" scenes. The alternative is to use a program, as you have done. A program will work fine if it's a single device like the fan that is being controlled because you can watch it's status with If statements. If there are multiple devices though (I have 3 switches in the kitchen that often get turned on and off as a scene, but can also be controlled individually) well there is no "If scene Status..." command in IoX to trigger on. That's where the virtual switch comes in. I have the virtual switch turned on and off as part of the scene, but it can't get turned on manually... So now my program can watch the status of that virtual switch to keep the keypadlinc button correctly lit or not. Keypadlinc buttons are great in toggle mode, but need a bit more programming to keep in sync.
-
The way I do that kind of thing is to have the button turn on a scene, and include a virtual switch in the scene (use the "Virtual" plugin to create the switch). Then have a program that looks for the status of the virtual switch getting turned on, waits 1800 seconds (30 minutes) then turns off the button and virtual switch.
-
Zone Nodes Seen in AC - But how do I see status and control - RESOLVED
Guy Lavoie replied to glenn_steiner's topic in Rachio
That goes for most plugins where you configure it by making parameter changes or doing some type of discovery. You need to exit the admin console and log back in to see the results. -
Yes, that's the idea: to redo the variable reference. I still have your mention in the back of my mind that this worked fine on the ISY but not on the eisy. This problem potentially popped up between the two. I'm looking forward to hearing how it goes this evening.
-
Well that should be easy to troubleshoot, if it's repeatable. One thing: In both the program(s) that sets the variable, and the program that looks for it being set to 1: edit the program, select the variable again from the list (as if you were selecting another variable), click on update to save the line, and save the program. I've seen odd stuff happen with variable references looking right but not working. It could be an admin console thing.
-
Scheduled event - [ID 000E][Parent 0001][Not Enabled] If On Wed Dec 25 Time is 12:01:00AM Then // Merry Christmas! Else - No Actions - (To add one, press 'Action')
-
- 8
-
-
That's good to know. I would have thought that the PLM would have done that, not the ISY. That way, a failed scene command could have been reported back to the ISY as a communication error with a device.
-
Interesting, a few days ago I also created a test program (but simpler than yours) to test that a series of waits would always complete, as part of trying to understand this problem. I created 9 integer variables, and a program like yours that incremented one variable, sent a few Insteon commands (turning off basement lights), wait a few seconds, then increment the next variable, etc, all the way to the end. Then I had a second program trigger it every few minutes. My thinking was that if the program ended before all the waits had executed, then some of the later integer increments would be missing. I let it run overnight. The next day, all the integers had incremented to the same value, about 550. None were missing. Both our tests seem to indicate that the problem is elsewhere. Having motion sensors in the mix can certainly be a factor. I suggest that CoolToys try to simplify it down to something more linear (without anything that might cause random triggers, like motion sensors) and/or break it up into several programs that would make it easier to troubleshoot.
-
Yes, I hope they give out a few more details of how it works, what's needed, etc. A teaser screen shot of the new admin console wouldn't hurt
-
Not to hijack the thread, but are you talking about the Insteon garage door kit that has an i/o linc? Just reply yes or no. If yes, it might be worth starting a separate thread on it. Thanks.