Search found 2 matches
- Thursday 25 February 2016 2:42
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15092
Re: LIFX Support
OK, some progress... I at least realized my .lua file was utf-8 no ASCII encoding. So I converted it to ASCII and have a new error. pi@raspberrypi ~/domoticz/scripts/lua $ lua script_device_LIFXoffice.lua lua: script_device_LIFXoffice.lua:7: attempt to index global 'devicechanged' (a nil value ...
- Wednesday 24 February 2016 7:21
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15092
Re: LIFX Support
So I've hit a wall here, cant seem to control my LIFX using either the API or python script methods.Using the python method I get the following error: pi@raspberrypi ~/lifx-python $ python lifx_on.py ('0.0.0.0', 56700) Found light at my.ip.address:56700 Traceback (most recent call last): File "lifx ...