Securifi Community Forum

Securifi Products => Almond+ => Topic started by: atrueresistance on September 11, 2014, 04:07:45 pm

Title: Ability to group sensors and create zones
Post by: atrueresistance on September 11, 2014, 04:07:45 pm
Do you have a timeline of when to expect the ability to group sensors and automate zones?

ie
Code: [Select]
# turn on entertainment center if present
If MotionSensor == 'tripped':
     If Location == 'Living Room':
          TurnOnHomeEntertainmentCenter()

or

# morning wakeup light
dt = datetime.now()
if dt.strftime('%A') == 'Monday' and dt.hour == 7 and dt.minute == 21:
     TurnOnBedroomLamp()

or

#turn on/off all three bulbs in fixture
s= {}
s['sensor0'] = 0
s['sensor1'] = 1
s['sensor2'] = 0
for key in d:
     if key.value == 1:
     break
         SetfixtureBool(key.value)
     
Title: Re: Ability to group sensors and create zones
Post by: christiangraves on September 11, 2014, 08:30:01 pm
Also waiting patiently for this.  :)
Title: Re: Ability to group sensors and create zones
Post by: LGNilsson on September 12, 2014, 01:14:37 am
It'll be part of the automation when we launch it. We're sadly behind schedule on this, as we expected it to be released this month, but it won't be until October now.