Jump to content

paulbates

Members
  • Posts

    5672
  • Joined

  • Last visited

Everything posted by paulbates

  1. Perfect, thank you Jimbo.
  2. I know what I want.. I used pushover in my last house. One of the things I liked and used was pushover's "apps", which sorted notifications into folders. It was pretty cumbersome to set up all the Network Resources to get to that end. Fast forward; I have read the notification server and UDM docs.I have eisy, UDM and the notification server. When I look at the notification service in UD mobile, one of the options is "Add Pushover Service nodes", and when I click it, there's a user and app fields. Before I try it out and stumble through it, I'm wondering what the intentions are or if someone has tried it and knows: Questions This is intended one way: eisy programs/scenes->Notification sever->devices->pushover? I can use "Add Pushver service nodes" multiple times to connect with multiple pushover apps I've created? It shows up as a device I can use in a "Then" statement from my programs to create notifications more simply? Do the notifications sent this way not show up on UDM?
  3. I set up a new ecobee smart thermostat and bought the ecobee NS. Though there was a little bit of a wiring adventure, the thermostat install went fine and started the heater up, mobile app works. I followed the directions for the NS and got the PIN code when firing up the NS entered it in my online account within a few minutes. That was the end of it. I got the basic device (pink in the picture) but none of the info from the stat. I went to the node menu, picked the ecobee and install all devices... after a few minutes i got these devices. I think I'm missing the main control pane, and the names on most of the individual items is wrong... See pics I'm guessing an uninstall and reinstall is in order? But want to make sure I don't goof up the pin part.... will that be needed again??
  4. I haven't personally tried it, but "Send X10" remains in the admin console under Devices when creating a program. There's no reason for UDI to remove code to support X10 when moving to iox. The thing to think about: Physically connecting from the eisy to the powerline for X10. You'll either need: The right cables & adapters to get a PCS05 x10 powerline adapter connected to the EISY... USB serial adapter+ the right serial cable ... or... Possibly an Insteon USB PLM. The question is does it support X10? It likely does, but a number of Insteon devices dropped x10 support. If no one here knows, you can ask on forum.insteon.com If it does still work, a serial PLM does work but needs the optional UDI cable/adapter. If there's a chance you'll build your father's powerline network with new devices, and the if PLM still supports X10, I'd add new Insteon devices and would get the USB PLM so both can be installed
  5. Thanks @Jimbo.Automates .. Does your NS communicate with the ecobee door/window sensors?
  6. I'm on-the-line. The stories I've read here say that the ecobee can do a lot of functionality on its own with no programming. There's some appeal to that. RIght now if I buy a refurb Ecobee, they offer 2 of their door sensors at a decent discount. That's the next-to-top smart thermostat, a remote sensor and 2 entry sensors for south of $200... hard to say no. At the same time, I am really comfortable with the insteons.
  7. @Hoosier Daddy One more question. The comment that occupancy reporting takes a while, that suggests that the sensor network is managed by polling vs interrupt/signaling from the sensor?
  8. @Hoosier Daddy This helps a lot. In my previous home I had the Venstar colortouches and venlink/nodelink... the reporting and control for the ecobee look very similar. Now there are more questions 🤪, but they are ecobee specific and I need to look/read a little more. Thank you.
  9. I'm looking at an ecobee stat. I want to monitor one door and window with a sensor to shut the AC down when either is left open, and also be aware of them being opened when traveling. I know how to do this with Insteon wireless open/close sensors, my question is can I access the same information from ecobee smartsensor for doors and windows with this node server? It would help to have screenshots of the AC for this plugin
  10. I have an eisy. the upgrade itself went fine. Two things to note: Notifications stopped coming to my android phone and ipad via UDM.. Haven't had a chance to diagnose it yet. I happened to run the upgrade about 1.5 hours before my yard lights off program ran. They ran on the reboot of the iSY and the "catch up window" is the default and much shorter than that. I don't think this is specifically related to this upgrade
  11. Sorry about the frustration. More physical investigation is in order Was the house originally designed for smart switches, or the owner that installed the switches wasn't the orginal builder? In addition to the switches you can see, there may be Insteon inline or micro modules behind fixtures Have you looked near the electrical panel for the hub/isy/controller? The switches are older, possibly powerline only - and the electrical panel is the center of the Insteon powerline network To the comment(s) already made above, you should see if you can work around the problem to use the house Buy a few regular switches from the hardware store Pick a few switches in key areas causing the most pain. Factory reset the switch - here the manual, look at the bottom of page 14 (printed page #) Did that work so the light switches on Yes - move along to the next No - replace with a regular switch Repeat on another key switch
  12. I just got an eisy and added dusk/dawn programs and had programs not function 100% using the "Time" command. The way to check out what's happening is to go to the program tab, and then click the Summary sub-tab to the left. That provides a list of programs and run dates/times... including the Next run. See what next run says for these programs. I had problems there that vanished, but arguably I was making changes at the same time. One of the things I saw was that the Next run for some of my programs using the time command was that the scheduled day was the next day... this was in the am, 8 hours or more before dusk
  13. The motion sensor can be set to send an "on" to a device or scene when it detects motion, and then sends an "off" after a specified amount of time. You'll need to look at the manual for 2842-222 as well as options in the admin console to change the settings. Some things can be set in ISY options and some things are jumper pins on the back..but its not hard to figure out What type of light is it.. regular, LED, fluorescent, low voltage? An unreliable "off" command could be because the light you are turning on is injecting line noise and possibly cause the "off" message to not reach the switch once its turned on...unlikely but possible and easy to eliminate: To test if the load is the problem, remove the light bulbs if possible and retest. If that doesn't solve it, add to your program's then clause, put a 3 second wait at the end, and another turn light off. The motion sensor does this, it sends 2 "Off" commands a few seconds apart
  14. Do you have an eisy and a functioning python dev environment set up to work in? Here are some things to review to get started, assuming you answered "yes", twice, above: There's an python API that defines communication with the eisy resources and formatting of data appropriately: https://wiki.universal-devices.com/index.php?title=ISY_Developers:API:Python
  15. @IndyMike and @Geddy Thanks for responding The same happened to me Mike... a while after discussing it here, I made some mods, another program I left alone, and they all went to where they should be for Next Scheduled Run!(?). Included in this was no longer having it wait a day to start a new program with a schedule. Calling this one closed, thanks again
  16. Thanks @IndyMike. Could be something that's been there all along and didn't notice or forgot. I'll update it and let it run and see what happens.
  17. Thanks @Techman. I created a new program with only the schedule condition to trigger at dusk minus 30 minutes and no other conditions. Its first "next scheduled runtime" is tomorrow, thursday at 5:53pm, and dusk today day is 5:17, so it will be a few minutes before that. Wondering if you or someone could create a test program like above with the only condition being if time = sunset - 30 minutes, save it and then look at next scheduled runtime. If it doesn't happen on other systems then I'll know it's something specific to me and I'll submit a ticket. Thanks in advance if a couple of people are willing to try that
  18. I'm guessing its dst related, but I'm writing new programs on a new eisy so can't be 100% sure I'm writing programs that look at time. At this point I'm not worried about the one running the next day vs today. The problem is the "next runs" are all times that look correct for before DST took effect.. an hour after the sun has set. The eisy reports the correct DST at the top, but next run is ~1 1/4 hour behind. Am I doing something wrong? The "Lights on at Dusk" program was working as written before the time change Take a look: (Sorry about the eye strain on the last one, it can be "zoomed in on"
  19. I have an eisy with the latest iox. While my system did successfully change time related to DST, I have a problem with this program: Lights on Dusk - [ID 0003][Parent 0002] If Time is Sunset - 30 minutes Or ( 'Premise Lighting / Back Patio Lights - Kitchen' is switched Fast On Or 'Premise Lighting / Back Patio - Living Room' is switched Fast On ) Then Set 'Premise Lighting / Premise Lights' On 75% Else - No Actions - (To add one, press 'Action') When I look at the program summary tab, it's next scheduled for tomorrow @ sunset - 30, not today. I had this same problem initially when I first set up my eisy.. I wrote this program, earlier in the day, and the "next scheduled run" was the following day... not the day of as it should have been. The problem cleared up after letting it run the following day and its been fine... until DST change. I have 2 time of day programs that shut these lights off at specific times and they are both scheduled appropriately. I just rebooted the eisy, no change.
  20. Looks like you have a 99i? These threads cover some things to try:
  21. Also possible-to-likely is that the new router's ip4 subnet is different than the old router's. Via the mobile app: Settings Systems Pick your isy Scroll down to "local connection settings" Your ip and ports will be listed there
  22. As it's deprecated, the 994 is not receiving updates, including the added ability to support new insteon i3 devices. It requires the eisy.
  23. I'm enjoying using udm... I'm on a several week camping trip and able to check in on eisy.. easily. I'm in the transition period of being less reliant on the AC and learning things I have to do there versus udm My question is about the refresh circular icon at the top right. Operations of the eisy, programs and insteon control/status events, seem to make it to the app on their own and instantly. Some local AC changes like programming updates or insteon network changes don't seem to make it right away and the refresh captures it Is there a time frame for local changes to catch up, or is it best to refresh app instances after making AC changes?
  24. Yeh I'm not going for precise room to room control. As you'd expect, the second floor is off a few degrees from the first; direction depending on the season. With the venstar colortouch, 'averaging' could be selected between the stat and the remote. That helped a lot without doing zone surgery to an existing hvac system, other than a few one time adjustments to the registers and paddles in the ducts. This cut down on the "why is it hotter/colder up hear" comments.
  25. I had venlink that led to nodelink for many years at my previous house. I set everything up, and it just worked including integrated notifications through pushover. And to your point, I kind of forgot how I did it. Almost forgot the logins to the rpi. It's hard to see that these programs appear to be fading away. @io_guy has provided this community much and is very responsive and his software did my property a lot of good for a long time. Now I'm starting over at a new house with an eisy. I'm looking at an ecobee, but to @larryllix's comment, I'm not sure what functions I need to automate it with the eisy. The ecobee is very capable on its own. I'll put it and a remote temp sensor in and see where that gets me.
×
×
  • Create New...