bottleneck
Choose style:

Author Topic: Ability to group sensors and create zones  (Read 3357 times)

0 Members and 1 Guest are viewing this topic.

Offline atrueresistance

  • Backer
  • *
  • Posts: 51
  • Thanks: 0
  • Registered : 18/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Ability to group sensors and create zones
« 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)
     
« Last Edit: September 11, 2014, 04:49:37 pm by atrueresistance »

Offline christiangraves

  • Backer
  • *
  • Posts: 11
  • Thanks: 1
  • Registered : 24/08/2013
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Ability to group sensors and create zones
« Reply #1 on: September 11, 2014, 08:30:01 pm »
Also waiting patiently for this.  :)

LGNilsson

  • Guest
Re: Ability to group sensors and create zones
« Reply #2 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.

 

Page created in 0.05 seconds with 17 queries.