-
Posts
5776 -
Joined
-
Last visited
Everything posted by paulbates
-
This can be used with V4. You'll have to follow the link in post to Automation Shack and experiment a little to get it to do what you want. I've not used it, but I believe its intended for what you are trying to do. You will need a 24x7 linux/windows box to run it on. The same forum member / author has a v4 and v5 (nodeserver) for the webcontrol board, but it sounds like you've already set up control by web Paul
-
I'll defer back to @TomL, I was suggesting debugging ideas based on the same symptoms setting up other nodeservers Paul
-
Yes, I would try that next.
-
The node server added Ring in slot 3. There are no nodes in device listing. Do I add each desired node include giving them and node and primary node address? If so is there a naming convention for these? No. Go to details in the Ring nodeserver and restart it. Paul
-
In addition to Ronvod’s comment, search the forum for ISY launcher to install the admin console on your PC
-
It didn't hit me until now, Keypad keys have to be controlled by scenes, and can't be controlled directly. If you look at a key in the admin console there is no On or Off command for keys. Create a single device scene for the key and try turning that on and off with alexa Paul
-
Glad its working! Paul
-
This includes the directions for replacing the card and restoring your ISY
-
It's not the keypad as a device. I have alexa controlling several keypad keys for lighting. I control the scene, not the actual button, but that shouldn't matter.
-
I use outletlincs in Michigan, outside with no problems. You can get a weather proof cover that also covers the plugs. There are on/off and dimmer versions Paul
-
All zones have the same insteon ID address, plus a zone number. If you pick a valve in the admin console, and look at the very top of the admin console, under the device name is the address. Its been a while since I used an EZ, but I think there should be a single digit number after the insteon address xx:xx:xx # That should be it. Paul
-
A suggestion is to have 3 programs: 2 programs manage capturing the "If sensor is switched on" for each sensor... and 1 disabled "sub routine" program that handles the wait and turn off the light: Catch "is switched on" from MS, then run disabled program 3 to count down and turn off light Catch "is switched on" from Door sensor, then run disabled program 3 to count down and turn off light Disabled program that waits, then turns off the light The last one that runs the disabled program 3 wins. Edit: having said that, configure the motion sensor to "send on commands only", let the ISY program 3 turn the light off Paul
-
If you use ‘is switched on’ for the if clause, you won’t need to query it. Paul
-
I have a program check for the low battery node to switch on and it sends me a notification. Pail
-
You can go to Tools, Generate Topology. It takes a while, but it will eventually open a browswer window with a list of devices and scenes and that can be printed. Paul
-
That’s a good point, they all have pluses and minuses Paul
-
I've had 2 of the Venstar Colortouch's for 5 years. I currently have the T7900 model. I've been very happy with them: Lots of HVAC features Mobile app for my wife to use Remote configuration/management web page for multiple stats / properties Local API - ISY integration has zero cloud involvement I also have 3 of their remote sensors: 1 on opposite living spaces for each stat, and one outdoors shared between them It uses the Nodelink Nodeserver Here's what Nodelink provides the ISY for use in programs Paul
-
My answer was to put an old access point in the detarched garage that had line-of-sight to dual band devices in the back of the house. A range extender, lamplinc, etc, will do the same thing. I have 2 iolincs in the garage and they work fine this way. Paul
-
I don’t know how to do that. I sold my 2413U on the homeseer board and bought a 2413s. There may be a sale this week, I haven’t looked. Also from my note yesterday, you don’t want to do this ‘big bang’. Run both side by side and migrate scenes and make new ISY programs one room / function at a time at a pace that you can manage as you learn. Pail
-
Glad I could help. I had 2 different RCS x10 stats that I had to replace ? check things out and if you decide to migrate, do a little at a time, room/function as opposed to Big Bang, as the isy has its own way of thinking. But once I got it down, functions are implemented relatively quickly. Paul
-
FWIW, I migrated to the ISY for similar reasons. It turned out to be less work for me to migrate from hs2 to the ISY from hs2 to hs3. The ISY thinks differently.. there’s pluses and minuses. This is only one of a list of things to consider. Paul
-
Hi and welcome to the udi forums! You can, free of charge, open a port I your firewall and access the ISYs web pages and admin console over the internet. These pages are basic and many people opt for an additional charge app of which there are a number of choices. I migrated from homeseer 4 years ago. Paul
-
Negative my last. I believe you can use "replace with ..." Install the new remote and name it the same plus a 1 or something on the end Right click on the old remote and pick "remove from folder" Put the new remote in linking mode by pressing and holding its set button Right click on the old remote in the root folder and pick "Replace <old device> with <new device> Let it finish Test Single click on the old remote, press delete Rename the new remote by removing the 1 at the end so the new one has the same name as the old Paul
-
Skip this, read my next post I don't think wireless devices are supported by the ISY's "Replace Device with..." function. What you can do: For scenes, you can put the new remote in linking mode and add the new buttons, one at a time, to the scenes that the old remote supported. For programs, you'll do a similar thing.. right click on the main program folder and pick 'find and replace' to replace the buttons one at at time in programs. Then simply single click on the old defective remote, and press delete to get rid of the old device and its presence in scenes I'd back up before, and after... and test everything. Paul
-
Agreed its likely a program. An additional thing you can do is wait for it to happen, and then go to the admin console, programs tab and then summary tab. Click the "Last Run Time" column heading twice so the arrow is pointing down. The list will show the most recently run programs at the top. If a program is doing this, it will have run recently and be near the top of the list.. look at those first as culprits. Paul