2019 Aug 14, 01:24 AM
I am very happy to report that the formatting you provided me for sending commands worked wonderfully - for testing, I used variants of this string:
mosquitto_pub -d -h localhost -p 1883 -t sip-schedule -m '{"S01":0, "S02":5, "S03":0, "S04":5, "S05":0, "S06":0, "S07":0, "S08":0}'
Being able to send the payload as a message makes this solution very flexible for use with an Arduino platform moisture meter - I'll keep you posted!
Thanks again,
Ryan
mosquitto_pub -d -h localhost -p 1883 -t sip-schedule -m '{"S01":0, "S02":5, "S03":0, "S04":5, "S05":0, "S06":0, "S07":0, "S08":0}'
Being able to send the payload as a message makes this solution very flexible for use with an Arduino platform moisture meter - I'll keep you posted!
Thanks again,
Ryan