Jump to content

Hurting2Ride

Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by Hurting2Ride

  1. Hi Steve, If you don't mind me asking, what weatherstation hardware and software are you using? And how do you like it? The closest WB weatherstation to me is far enough away that the readings are a couple of degrees off from my home. Since I just installed a couple of whole-house fans I want to automate them to turn on when there's enough temp difference between the inside of the house, the attic and the outside so I'm in the process of deciding weather (haha, get it...) to just buy some temp sensors or to go all the way and buy a weatherstation. Thanks!
  2. I also have the new 7-day integrated thermostat w/ the humidity module. My thermostat is rev 2.2 build 1810. I checked and my humidity is being correctly reported regardless of Thermostat Mode. However, I am not receiving updates from the thermostat automatically and have to use a program to poll it every few minutes to catch changes. I am running 3.1.6.
  3. I believe Trigger Reverse is specific to how the IOLinc reports on the connected sensor, i.e. my sensor to determine if my garage door is open uses this to turn ON a KPL6 key when the sensor circuit is OPEN rather than CLOSED and vice versa. I'm guessing this is what Oberkc was referring to as well.
  4. Just be cautious in your use of it that way since it would be shared between any programs that happen to trigger during the same time. Such as the one that runs a sprinkler valve to top off your pool for 5 minutes and the one that closes your garage after an hour.
  5. Hook up a siren to it. Will probably take <24 hours before everyone remembers to walk around it... ...on a more serious but related note, what settings do you have set on the sensor and where is it located?
  6. I purchased one of the new integrated 2491T7E thermostats and have had no issues. (But boy do I want to be able to read that remote sensor...)
  7. I would use a similar approach as the above, with a couple of minor changes. 1) Have your "i.Alarm_is_Set" variable use 1/-1 as its on/off values. (I use "i." to specify an integer variable). This makes it simple to issue a "$i.Alarm_is_Set *= -1" which will flip back and forth between the off and on state. 2) Using the above, you can now have your IR command just run that 1 line program and you have your ability to use the key to flip back and forth between the states. If you want to do more than that, such as the suggestion to have the lamp in your bedroom blink to confirm which state you are in, change the variable to be a state variable. Add a program (or programs) that trigger on the value change to perform the actions you want. 3) Using the variable also makes it easy to do things like start the coffee machine up 15 min before your alarm is set to go off, or turn on the instant hot-water appliance to be ready for your shower.
  8. I misread that as "SMNP" and nearly jumped out of my chair. This is what happens when you code at 3am...
  9. I'd leave the schedule for every day and just add a "Last Run" IF statement that required more than 36 hours to have passed since last run.
×
×
  • Create New...