@myle wrote:
Just Tasmota it
with
AND it works
- platform: mqtt name: "Kettle Power" state_topic: "stat/Kettle/POWER" command_topic: "cmnd/Kettle/POWER" payload_on: "ON" payload_off: "OFF" optimistic: false qos: 0
now with MY DUM TV remote Pressing the record button
can toggle the the kettle
- id: IR remote Toggle Kettle alias: IR remote Toggle Kettle trigger: - entity_id: sensor.last_ir platform: state to: '190A332' condition: [] action: - data: entity_id: switch.kettle_power service: switch.toggle
my only Question is …
how do i send the “TuyaSend4 102,0” in mqtt
my only Question is how do I send
Posts: 1
Participants: 1