(→Installation) |
(→LIFX LAN interface) |
||
Line 34: | Line 34: | ||
Dependency: [https://github.com/mclarkk/lifxlan LIFXLAN SDK] | Dependency: [https://github.com/mclarkk/lifxlan LIFXLAN SDK] | ||
+ | |||
+ | === Agocontrol LIFX LAN service configuration === | ||
+ | Configuration for the agocontrol service goes into /etc/opt/agocontrol/conf.d/lifx.conf. Example: | ||
+ | <pre> | ||
+ | [lifx] | ||
+ | API=LAN | ||
+ | NumLights=4 # The number of bulbs you have. By setting this, the discovery goes much faster | ||
+ | PollDelay=10 # Seconds between checking e.g. dim level | ||
+ | </pre> |
Contents |
This page is documenting the state of development of the LIFX bulb integration.
LIFX White and LIFX Color bulbs as supported.
Command set: ON, OFF, DIM, SETCOLOR - working fime
sudo apt-get install agocontrol-lifx
Then enable and start the daemon
sudo systemctl enable agolifx.service sudo systemctl start agolifx.service
Configuration for the agocontrol service goes into /etc/opt/agocontrol/conf.d/lifx.conf. Example:
[lifx] API=Cloud APIKEY=add_your_key_here
This interface is extremely experimental at the moment and should not be used except for development.
sudo apt install python-bitstring
Dependency: LIFXLAN SDK
Configuration for the agocontrol service goes into /etc/opt/agocontrol/conf.d/lifx.conf. Example:
[lifx] API=LAN NumLights=4 # The number of bulbs you have. By setting this, the discovery goes much faster PollDelay=10 # Seconds between checking e.g. dim level