Search found 2 matches

by Cosimo
25 Jan 2020, 23:59
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1039037

Re: Serial MCU controlled relay/switch

- platform: mqtt
name: lctech
command_topic: "lctech/cmd"
state_topic: "lctech/Relay0/POWER"
payload_on: "relay,0,1"
payload_off: "relay,0,0"


Not work ,my friend....WHY???
by Cosimo
24 Jan 2020, 18:42
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1039037

Re: Serial MCU controlled relay/switch

Hello. I don't know how to declare my lctech 4ch in Hassio. I wrote this in the configuration.yaml mo but it doesn't work what am I wrong? - platform: mqtt name: "LCtech" command_topic: "cmnd/lctech/Relay0/power" state_topic: "stat/lctech/Relay0/POWER" # availability_to...