Jump to content

slimypizza

Members
  • Posts

    108
  • Joined

  • Last visited

Profile Information

  • Location
    : Atlanta, GA

Recent Profile Visitors

919 profile views

slimypizza's Achievements

Experienced

Experienced (4/6)

21

Reputation

1

Community Answers

  1. Is that the whole program? You dont have a command to turn the lights off. Add that statement to the ELSE portion of your program. That will turn your lights off at 11pm.
  2. There are a lot of entities but you might end up being glad they’re there. HA makes available plenty of sensors and items to control.
  3. roblombardo what are you using to control your garage door? I'm using an Insteon I/O Linc 2450 that I've had for several years.
  4. I would suggest using Home Assistant if something like this is what you need:
  5. You might try restarting HA and your ISY as well.
  6. I have used the Insteon 2450 along with geofencing to open my garage door for several years. I do not have it close the door when I leave. I do that myself from the car. The programs below work fine for me and/or my wife coming home. The garage door opens and the kitchen light turns on when pulling in the driveway. I use Home Assistant to handle the geofencing and it sends a rest command to my EISY to change state variable $s.J_ArrivedHome (or $s.T_ArrivedHome) to = 1 when the geofence zone is entered. I have another program that resets those ArrivedHome variables back to 0, 15 seconds after being triggered. My recommendation would be to cut out the part of your program that closes the door. ArriveOpenGarage - [ID 0020][Parent 0001] If $s.J_ArrivedHome is 1 Or $s.T_ArrivedHome is 1 Then Set 'Kitchen Light' On Run Program 'Garage_Open' (If) Else - No Actions - (To add one, press 'Action') Comment: Open the garage and turn on Kitchen light whenever someone arrives. Garage_Open - [ID 003A][Parent 0001][Not Enabled] If 'garage door-Sensor ON=Closed' Status is On Then Set 'garage door-Relay' On Else - No Actions - (To add one, press 'Action') Comment: Trigger relay only if garage door is closed.
  7. I echo the sentiment of the Insteon hardware. Big fan. On the subject of the I3 however, I’m not so impressed. Indeed my attempt to replace a 2477D with an I3 this weekend did not turn out well. The switch kept getting stuck on the wall plate when turning on and off. I tried several times to make it fit better then gave up. Didn’t even get as far to realize the dimming range was not comparable to the 2477D. I wont be using the I3 unless there is a design change.
  8. Im using the Insteon iolinc and have been for a few years now. When we moved a couple of years ago to a house that had MyQ, I took the iolinc from the old house, scrapped MyQ and installed the iolinc. Works very well with my KPL switches, geofence, Alexa, and Home Assistant. Haven't looked at the Yolink solution. Always wanting to learn more, I'll read up on that.
  9. I’ll mention this just because its happened to me more than once. The device address can sometimes be misread. The letter O looks like a zero, etc. When I’ve keyed new devices in incorrectly like this I got the same error as you, “Cannot determine Insteon Engine”. Doesn’t hurt to double check the address. Good luck.
  10. No I have not used the node. Looks like that may be the way to go though.
  11. "program IF monitors the geofence variable and the THEN arms the blink cameras" Thanks, Yes I have geofencing set up and it works fine. Its the THEN arms the blink cameras part I'm asking about. The only hook I have is alarm_control_panel.blink_home in Home Assistant. I am trying to figure how to call that from EISY.
  12. Any answer to this? I’d like to do the same thing. I use geofencing already and have variables set up based on who is home so logically it should be easy to arm cameras based on these variables. I do not have the Blink node yet. Is doing something like this possible?
  13. I just got my first 8 button KPL and noticed that setting the backlighting for one button does indeed affect all of the buttons. I'd rather it not behave that way.
  14. Ah! I didn't realize that. Thanks.
  15. Currently using NEST thermostats and interfacing with Home Assistant. In our previous house we used Honeywell also with HA. I preferred the Honeywell because of the monthly usage reports. NEST sends monthly reports as well which are not as useful unless you care how many eco leaves you got.
×
×
  • Create New...