Hi,
I have a tasmota switch to control a water pump. The switch is integrated in the entities so far and I can toggle on/off:
type: entities
entities:
- entity: switch.pumpe
name: Pumpe Garten
icon: mdi:water-pump
title: Schalter
state_color: true
show_header_toggle: false
Now I want to enable/disable the timers (all times) also with a separate switch.
In Tasmota console this reads as follow:
13:58:59.239 CMD: timers off
13:58:59.260 MQT: stat/Pumpe/RESULT = {"Timers":"OFF","Timer1":{"Enable":1,"Mod ...
So I need to send an mqtt command “timers off” to the device.
But how? Any help is appreciated.