m |
|||
Line 1: | Line 1: | ||
+ | == Overview == | ||
This page is documenting the state of development of the LIFX bulb integration. | This page is documenting the state of development of the LIFX bulb integration. | ||
− | + | ||
− | Dependencies | + | == Installation notes == |
+ | === Dependencies === | ||
pip: | pip: | ||
− | wget https://bootstrap.pypa.io/get-pip.py | + | <pre>wget https://bootstrap.pypa.io/get-pip.py |
sudo python get-pip.py | sudo python get-pip.py | ||
− | + | </pre> | |
− | requests: http://docs.python-requests.org/en/master/ | + | <pre>requests: http://docs.python-requests.org/en/master/ |
sudo pip install requests | sudo pip install requests | ||
+ | </pre> | ||
− | + | == Development history == | |
− | + | ||
2016-11-16 Connecting bulb to network, not working, trying different suggestions from the net | 2016-11-16 Connecting bulb to network, not working, trying different suggestions from the net | ||
Line 26: | Line 28: | ||
2016-11-18 Able to list devices, turn on and off lights | 2016-11-18 Able to list devices, turn on and off lights | ||
+ | |||
2016-11-20 Started working on lifxbase.py and lifxnet.py | 2016-11-20 Started working on lifxbase.py and lifxnet.py | ||
+ | |||
2016-11-20 Started working on agolifx.py - on/off working fine | 2016-11-20 Started working on agolifx.py - on/off working fine | ||
+ | |||
2016-11-22 Started working on agolifx.py - basic dimming working fine | 2016-11-22 Started working on agolifx.py - basic dimming working fine | ||
+ | |||
2016-11-23 Added testsuite | 2016-11-23 Added testsuite |
Contents |
This page is documenting the state of development of the LIFX bulb integration.
pip:
wget https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py
requests: http://docs.python-requests.org/en/master/ sudo pip install requests
2016-11-16 Connecting bulb to network, not working, trying different suggestions from the net
2016-11-16 Connecting bulb to network, working after just letting the app wait for 5 minutes
2016-11-16 Created API key, basic Python script in place to get bulb info - working
2016-11-18 Trying out lifx-sdk for LAN communication (UDP/IP) Dependencies -- https://github.com/smarthall/python-lifx-sdk -- https://pypi.python.org/pypi/bitstruct/3.3.1
2016-11-18 Able to list devices, turn on and off lights
2016-11-20 Started working on lifxbase.py and lifxnet.py
2016-11-20 Started working on agolifx.py - on/off working fine
2016-11-22 Started working on agolifx.py - basic dimming working fine
2016-11-23 Added testsuite