2019 Aug 12, 04:25 PM
I was just looking at the code for the MQTT_schedule plugin.
It looks like it can do what you want.
I didn't write that plugin but with a little testing I think I can write some needed documentation for it. Without testing it looks like you can send either a Python list (array) containing just a run time for each station (eg [30, 0, 0, 0, 0, 0, 0, 0] to run station 1 for 30 seconds) or a dictionary like you have used with the station name included.
It looks like it can do what you want.
I didn't write that plugin but with a little testing I think I can write some needed documentation for it. Without testing it looks like you can send either a Python list (array) containing just a run time for each station (eg [30, 0, 0, 0, 0, 0, 0, 0] to run station 1 for 30 seconds) or a dictionary like you have used with the station name included.
<p><br></p>