hello I would like my Gosund plug with Tasmota to send the actual now Current value to mqtt every 10 seconds.
Code
Rule1 on System#Boot do RuleTimer1 10 endon on Rules#Timer=1 do Publish stat/%topic%/SENSOR {"Current":%current%} endon
Unfortunately this does not work. Can anyone here help me? Unfortunately this does not work. Can anyone here help me?
I don't want to import the data to nodered first, then reformat it there and then send it back to mqtt.