I'm using ESPEasy on a couple of devices.
One of them is a fake Wemos D1 Mini (1MB), the other one is a real Wemos D1 Mini (4MB).
Both seems configured well, connected on mosquitto server on my Lede (OpenWRT) router.
My first try was with the embedded Home Assistant MQTT server, but I read online that it's not pretty good, so I switched everything to Mosquitto.
I can see everything connected and logged via MQTT.fx, but both Wemos doesn't accept commands via MQTT.
I try to publish on them
Code: Select all
/ESP_Easy/cmd/neopixel/1,255,0,0
Code: Select all
/ESP_Easy_2/Rele/Switch,1
What I did wrong?
I can see in the log that the unit "get" the MQTT message, but it seems that it's just not "understanding" it correctly:
Code: Select all
1814362 : MQTT : Topic: /ESP_Easy/cmd/neopixel/1,255,0,0
1814362 : MQTT : Payload:
Instead,
Code: Select all
/ESP_Easy/cmd/NeoPixelAll/255,255,255
Using in the "Command" box the text "neopixel,1,255,0,0" and hitting submit, or using via HTTP ?cmd=neopixel,1,255,0,0, both colour my picture red.
And using the switch command the same way, I can hear the relay clicking.
Please help me, I'm stuck
