[Solved] Easy Question MQTT vs. Event
Posted: 08 Aug 2017, 02:58
Hi,
I'm trying to simply activation this event via MQTT but i cannot get around it ! Can anyone help me ?
Here's the event in question :
on spray do
gpio,15,1
timerSet 1,1
endon
on Rules#Timer=1 do
gpio,15,0
endon
The name of my EspEasy is SprayNode, the name of my device (GPIO) is Spray and the name of my event spray. I've tried many combinaison without success. SprayNode/cmd/spray, SprayNode/Spray/spray ....
Do i need a payload of 1 ?
I'm trying to simply activation this event via MQTT but i cannot get around it ! Can anyone help me ?
Here's the event in question :
on spray do
gpio,15,1
timerSet 1,1
endon
on Rules#Timer=1 do
gpio,15,0
endon
The name of my EspEasy is SprayNode, the name of my device (GPIO) is Spray and the name of my event spray. I've tried many combinaison without success. SprayNode/cmd/spray, SprayNode/Spray/spray ....
Do i need a payload of 1 ?