shimmeringbee / controller

Implementation of home automation controller (a.k.a hub and gateway), initially focusing on Zigbee devices, written in Go.

Home Page:https://shimmeringbee.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application: Lighting

pwood opened this issue · comments

Designed for controlling lighting. Considerations:

  • Zone based lighting, can set recursively on sub zones too.
    • Allow overrides for individual lights.
  • Human interface devices.
    • Should this be in lighting - or should it be external and lighting be requested by it.
  • Scene support (internally of controller or/and in devices).
    • Allow bulbs to be set differently and saved.
  • Brings up the question of Zigbee groups, could zones be mapped to groups.
    • How does ZDA handle that?
  • Colour conversion, RGB, Hue/Sat, XY, White Colour Temp
  • Match colour temperature to time of day / illumination sensors?
  • Animations?