Control Tasmota flashed devices via MQTT

I can’t provide a complete example at the moment, but I think you’ll have to create a Cron triggered rule which uses the MQTT action to publish an empty message to

cmnd/rega/PulseTime1

You then need to setup a (new) Channel on your Thing which listens to

stat/rega/RESULT

and probably uses REGEX to filter to make sure it includes the PulseTime1 keyword.

1 Like