I have flashed a Sonoff T1 1CH and 3CH.
The 3CH shows in Hassio but the 1CH does NOT.
I have a few Basics as well I am just copying and pasting settings. I have checked over and over the settings and can’t see anything I have done wrong with the 1CH T1.
Saved in my light.yaml file
- platform: mqtt
name: "Garage Light 3CH"
state_topic: "stat/garagelsch3/POWER1"
command_topic: "cmnd/garagelsch3/POWER1"
availability_topic: "tele/garagelsch3/LWT"
qos: 1
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
retain: false
- platform: mqtt
name: "West Lights"
state_topic: "stat/garagelsch3/POWER2"
command_topic: "cmnd/garagelsch3/POWER2"
availability_topic: "tele/garagelsch3/LWT"
qos: 1
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
retain: false
- platform: mqtt
name: "South Lights"
state_topic: "stat/garagelsch3/POWER3"
command_topic: "cmnd/garagelsch3/POWER3"
availability_topic: "tele/garagelsch3/LWT"
qos: 1
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
retain: false
- platform: mqtt
name: "Test"
state_topic: "stat/garagels1ch/POWER"
command_topic: "cmnd/garagels1ch/POWER"
availability_topic: "tele/garagels1ch/LWT"
qos: 1
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
retain: false