Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95419

Hello, I have integrated a tasmota sonoff ch pro 4 that appears in the entities, but it does not show me enabled its functionalities, I have applied the following code

$
0
0

@Bryan_Zapata wrote:

light:

  • platform: mqtt
    name: “Channel 1”
    state_topic: “stat/sonoff4Chan/POWER1”
    command_topic: “cmnd/sonoff4Chan/POWER1”
    availability_topic: “tele/sonoff4Chan/LWT”
    qos: 1
    payload_on: “ON”
    payload_off: “OFF”
    payload_available: “Online”
    payload_not_available: “Offline”
    retain: false

  • platform: mqtt
    name: “Channel 2”
    state_topic: “stat/sonoff4Chan/POWER2”
    command_topic: “cmnd/sonoff4Chan/POWER2”
    availability_topic: “tele/sonoff4Chan/LWT”
    qos: 1
    payload_on: “ON”
    payload_off: “OFF”
    payload_available: “Online”
    payload_not_available: “Offline”
    retain: false

  • platform: mqtt
    name: “Channel 3”
    state_topic: “stat/sonoff4Chan/POWER3”
    command_topic: “cmnd/sonoff4Chan/POWER3”
    availability_topic: “tele/sonoff4Chan/LWT”
    qos: 1
    payload_on: “ON”
    payload_off: “OFF”
    payload_available: “Online”
    payload_not_available: “Offline”
    retain: false

  • platform: mqtt
    name: “Channel 4”
    state_topic: “stat/sonoff4Chan/POWER4”
    command_topic: “cmnd/sonoff4Chan/POWER4”
    availability_topic: “tele/sonoff4Chan/LWT”
    qos: 1
    payload_on: “ON”
    payload_off: “OFF”
    payload_available: “Online”
    payload_not_available: “Offline”
    retain: false

I have changed the topics for my own assigned in tasmota it does not occur to me that another fault may have

example

Posts: 4

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 95419

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>