wutu

Results 5 issues of wutu

Hi, If I send: `mosquitto_pub -t ws2812/color1/set -m '[255,0,0]'` The red channel is not set and I get the answer: `Client mosqsub/13205-vpimatic9 received PUBLISH (d0, q0, r0, m0, 'ws2812/color1', ......

From RabitMQ log: ``` =INFO REPORT==== 10-Aug-2017::21:00:54 === accepting MQTT connection (10.0.0.77:14185 -> 192.168.122.15:1883) =INFO REPORT==== 10-Aug-2017::21:00:54 === MQTT protocol error "10.0.0.77:14185 -> 192.168.122.15:1883" for connection qos2_not_supported ```

It would be nice to be able to use variables in the command. for example: `dateutils.ddiff '$date-var' 'now' -f '%dd %Hh'`

enhancement

If I have this setup: ``` { "variable": "23", "type": "number", "min": 21, "max": 26, "step": 0.1, "id": "fishtank-temp-set", "name": "Fishtank temp set", "class": "VariableInputDevice" } ``` When increasing the...

bug
help wanted

greetings, very nice project! I got this error when compiling with Arduino IDE 1.6.7 and 1.6.5. ``` In file included from C:\Users\wutu\Documents\Arduino\WifiPixels\examples\WifiPixels_MQTT_NeoPixel\WifiPixels_MQTT_NeoPixel.ino:8:0: mqtt_helper.h:6: error: 'MQTT' does not name a type...