@thrusty said in New plugin pimatic-mqtt:
Can I send mqtt-commands to ws2812 control from pimatic to a ESPEasy-device?
Yes. I use 8x ws2812 ledbar with ESPEasy like notification device.
For example my rule for low coal level warning:
{
"id": "coal-low-level-defcon-2",
"name": "Coal Low Level Defcon 2",
"rule": "when every 10 seconds and if $coal-level-simple-truncated-mean.coal-level-simple-truncated-mean > 50 and if $coal-level-simple-truncated-mean.coal-level-simple-truncated-mean < 65 then publish mqtt message \"neopixel,8,40,0,40\" on topic \"mh/gf/lab/wd1mini-9/cmd\" and after 2 seconds publish mqtt message \"neopixel,8,0,0,0\" on topic \"mh/gf/lab/wd1mini-9/cmd\"",
"active": true,
"logging": false
}