Jump to content

rana

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rana's Achievements

Newbie

Newbie (1/6)

3

Reputation

  1. Thank you for all of you hard work its working and im enjoying it
  2. but it does not work run a run a program ones the program runs it jumps to the 10% i want to do this with in a program
  3. im looking for a way to fade the lights to 10% right now i just jumps to 10% and thats not easy on the eyes. so how do i fade to 10%
  4. rana

    fanlinc help

    First of all think you guys for all of your help. this is what i ended up doing From High to Med If Status 'AC - Cool Ctl' is On And Status 'Master Bed Room-Motor' is High Then Set 'Master Bed Room-Motor' Med $High2MedMBR = 2 Else - No Actions - (To add one, press 'Action') And from Med to High If Status 'AC - Cool Ctl' is Off And $High2MedMBR is 2 Then $High2MedMBR = 0 Set 'Master Bed Room-Motor' High Else - No Actions - (To add one, press 'Action') I also did the same thing for Med to Low and its working out just fine now
  5. rana

    fanlinc help

    Not really but kind of yes the part i dont understand how i would increase speed by one level and reduce fan speed by one level
  6. rana

    fanlinc help

    ok lets start over forget about everything i have posted so far. If AC on then reduce fan speed by one level If AC off then increase speed by one level and if fan off leave it off
  7. rana

    fanlinc help

    1. track them individually 2. oberkc you got it but i would nice to return the fan to its previous status so if it was on high then say at high and if it was on low then stay at low
  8. rana

    fanlinc help

    Hey Xathros the code is fixed now What im trying to do when the AC turns on set the Fan to med. Only do this if the fan is on. And When AC is off then return to previous status if it was high then high if it was low then back to low
  9. rana

    fanlinc help

    The fan is control from my iphone and wife's iphone. I like the fan to be on high when the AC is off and med when its on. and she like the fan on low all the time Now if i can also set a fan mode manually and automatic when set to automatic the ac controls it. If set to manual then the iphone controls it. Or when AC on then set to med. When AC off then return to previous status
  10. rana

    fanlinc help

    Need help programing my Fanlinc If my AC is off Fan is set to High If Status 'AC - Cool Ctl' is Off And ( Status 'Master Bed Room-Motor' is not off Or Status 'Living Room-Motor' is not off ) Then Set 'Master Bed Room-Motor' High Set 'Living Room-Motor' High Else - No Actions - (To add one, press 'Action') If my AC is on Fan is set to Medium If Status 'AC - Cool Ctl' is On And ( Status 'Master Bed Room-Motor' is not off Or Status 'Living Room-Motor' is not off ) Then Set 'Master Bed Room-Motor' Med Set 'Living Room-Motor' Med Else - No Actions - (To add one, press 'Action') Now how do i program if the fan is on low just leave it on low regardless of the AC being on or off
  11. thank you LeeG that worked The state variable is updated by my router. im running this proximity script http://forum.universal-devices.com/viewtopic.php?f=51&t=9854&hilit=proximity
  12. here is my code but its now working the way i wanted it to If $OCCUPIED is 0 or Status 'Motion Sensors / Laundry Motion Sensors-Sensor' is On or Control 'Backyard1' is switched On or Control 'Backyard1' is switched Off or Control 'Backyard2' is switched On or Control 'Backyard2' is switched Off or Control 'Front Door' is switched On or Control 'Front Door' is switched Off or Control 'Master Bath Room' is switched On or Control 'Master Bath Room' is switched Off Then Send Notification to 'TXT MSG All' content 'home is OCCUPIED ' Else - No Actions - (To add one, press 'Action') The problem is i get msg when i'm at home. i was hoping to get msg when im alway not all the time
  13. What is the best way to code this situation? When I’m away and a switch is turned on or off to send me a notification. I’m hoping I don’t have to program each switch individually. I’m sure there is a better and easier way of doing this
  14. rana

    triple tap switch

    thank you and this is what worked for me If Control 'Hallway1' is switched On Or Control 'Hallway1' is switched Off Or Control 'Front Door' is switched On Or Control 'Front Door' is switched Off Then $Away += 1 Wait 5 seconds $Away = 0 Else - No Actions - (To add one, press 'Action')
×
×
  • Create New...