Changes

Jump to: navigation, search

LED Lighting

516 bytes added, 16:43, 14 January 2018
/* Control */
= Control =
* You can control them with our good old [https://foo.fixme.ch/trigger.html trigger].
* You can control LED strips with the official app Magic Home Pro for [https://play.google.com/store/apps/details?id=com.zengge.wifi Android] or [https://itunes.apple.com/us/app/magic-home-pro/id1187808229?mt=8 iOS].
* You can also use the [https://github.com/beville/flux_led flux_led] library, or some [https://git.fixme.ch/francois/34c3/src/master/led implementation] from FIXME.
* A script for controlling through Blender objects exists [https://fixme.ch/wiki/File:Flux_controller.blend.zip here]
 == API ==* https://git.fixme.ch/FIXME/led-ctrl-2018* A service is being has been created to be on Foo to control the leds through an API* Everything is in the repo, but it's a python script using Flask that runs on Apache though wsgi* Usage example: <pre>curl https://gitled.fixme.ch/FIXME-XGETcurl https://led.fixme.ch/status -XGETcurl https://led.fixme.ch/ctrl-2018XPOST -d 'do=on'curl https://led.fixme.ch/ctrl -XPOST -d 'do=off'curl https://led.fixme.ch/ctrl -XPOST -d 'do=police'curl https://led.fixme.ch/ctrl -XPOST -d 'do=color&r=255&g=0&b=0'</pre>
= Devices =
290
edits