Guy Lavoie
Members
-
Joined
-
Last visited
-
Currently
Viewing Topic: Can’t set correct door state in program
Everything posted by Guy Lavoie
-
Silent doorbell by flashing lights?
In the case of Insteon switches (and any other technology where the controller can track the status) you could create a program for each light to continually write it's status to a variable whenever the status changes. You would need to "And" the status change with a flag variable that would test false if the doorbell routine is triggered, in order to not memorize the status changes caused by the doorbell routine itself. Finally, a second program (per light) to set the light back to the last remembered status once the doorbell routine ends and the flag is cleared. Just a bunch of little programs.
-
Sudden issues with eisy
Tried doing a restore from a backup?
-
Portal expired
I'm not sure the portal is needed for local network use of UD Mobile. I have a eisy with portal subscription and a Polisy without, and both devices are accessible when I'm at home, and only the eisy when I'm away.
-
PolisyPro will not let me add any new devices?
Try factory reset as suggested by Paul. Also try manual linking, by going into (IoX): "Link Management" -> "Start Linking", then go press the link button on the device. Another thing: I've had that disappearing dialog box when trying to add a device. It turned out that...the device was already existing in my device list. it doesn't tell you that it already exists, the box just disappears.
-
Local Access
What exactly do you mean by "local access"? IoX finder is not showing your controller? If so, try clicking on "Add" and writing the URL manually. For example, if your controller appears in your router's device list as 192.168.0.123, then the URL would likely be https:192.168.0.123:8443/desc
-
Replaced PLM, it will not talk to devices>>SOLVED!
How about a simple test for the PLM: try manually linking a spare switch or module to the PLM, just using the link buttons on each device. Just to see if they can talk to each other, without the isy being involved.
-
Cant Access EISY|Home
He's logged in on the console (physical keyboard and hdmi monitor) so no network access is needed to log in and see this.
-
Cant Access EISY|Home
We love happy endings 😀 Good to know. So no automatic updates, but there were some unintended update errors caused by this.
-
Cant Access EISY|Home
Look at the file: /var/isy/FILES/WEB/sysconfig.txt Scroll down to the *****IoX******* heading and you'll see the version on the following line.
-
Cant Access EISY|Home
Since you can access it on the console, what happens if you try to reinitiate the acquisition of a ip address? Something like this: sudo dhclient -r re0 What error message do you get, if any?
-
Cant Access EISY|Home
What version of IoX were you running up until now? 5.9.1 or older? If older, any hints that an update might have happened? Tried just unplugging and reconnecting the network cable, or a different cable? Everything else in your local network is working as before?
-
How do I connect to a building on a separate meter?
Well, if the distance is too great for the technology desired (Insteon or zwave for example) but you have wifi or wired ethernet, you could set up a separate controller (like a ISY994i) and have your master controller, like a eisy, send commands to it using REST commands. That might be a useable solution if the number of devices to be controlled is small. Tracking status would be more difficult however.
-
Program help, please
If you can detect the double tap as an event in a program, then you could have two programs, something like this: If switch double-tap on event Then set motion detector parameter 1 to <enable> If switch double-tap off event Then set motion detector parameter 1 to <disable> I don't know these devices, so I can't tell you what is settable or not by program statements.
-
X-10 Devices Stopped Working With EISY.
Which Insteon device has no link button?
-
X-10 Devices Stopped Working With EISY.
The mystery here is that Insteon is working but not X10, and (seemingly) only X10 transmission with the eisy. It's as if the PLM was unable to transmit X10. Yet another PLM was tried with the same results. The hardware connections like the PLM cable seem ok since Insteon works. The next thing I'd try is moving the PLM to an outlet on a different circuit, and maybe on the alternate phase. It sounds like there is a X10 signal issue, at least in some area of the house. Alternately, try a X10 transmitting device (like a transceiver) in the same outlet as the PLM. Is that device now having trouble transmitting? Has anything been added that might be a "signal sucker"? We add and move so many electronic items nowadays that this might be hard to really be aware of.
-
X-10 Devices Stopped Working With EISY.
Have you tested to see if your eisy can receive X10 signals? Do you have programs triggered, or variables set by received X10?
-
iox finder shows old ISY even though it's not online
If I'm not mistaken, after a while it will also disappear on it's own.
-
iox finder shows old ISY even though it's not online
It's in nostalgia mode. Have you tried highlighting the line and clicking on "delete"?
-
ISY994I firmware and X-10 modules
Yes, the X10 module was mostly a convenience, allowing you to add X10 devices to your device list. It would still be handy to a user who is looking to replace a defective unit and recover from a backup, without needing to edit all the programs.
-
ISY994I firmware and X-10 modules
If it doesn't already have the X10 module, you can't add it anymore. If you want to stick to a ISY994i, you'll need to find a used one that already has any modules you want.
-
Need help for an RF issue with X-10
Oh the (X10) memories! One thing I had acquired at the time was the Elk ESM1 signal meter. It turned out to be handy for this kind of thing. I sold off a bunch of X10 stuff but I hung on to that meter, because the bar graph shows signal strength of anything around the 120 kHz frequency, which is close enough to Insteon powerline signals. It helps me see any residual noise, as well as Insteon transmissions.
-
Trying to have Alexa say value of a variable
Yes, some individual skills have it. The Venstar thermostat skill also says the temperature. As UDI users, we'd like a generic variable -> spoken number capability.
-
Trying to have Alexa say value of a variable
Having that functionality would certainly be a boon. I wonder if it's something that UDI could add into their portal integration.
-
Polisy Pro to EISY migration
The ZWave backup and ZWave restore is the way I also understand it, since you're already using the Zwave/Zmatter board. The "Migrate to ZMatter/ZWave" menu option only appears (in the Configuration -> System menu, not Zwave) if you're currently using a Zooz 700 series stick and you want to go to the ZMatter dongle.
-
Extreme Newbie Questions
There might be more than one way to delete plugins, but the one I know is by going into IoX ->plugins ->configure. then pick the slot group and then plugin you want to delete. The configuration screen will come up, and click on "dlete" at the bottom.