Sonoff T1 - Not showing in Hassio

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

with what?

Use discovery. You don’t need to configure anything in your yaml files.

1 Like

Thanks for the tip. I have just been continuing on the way I learnt first, I will do some research discovery.

It has shown itself up in the list now. I was doing restarts of HASS in configurator, but when I turned the power off to install the switch in the wall it power cycled my raspberry PI which is what must have triggered it to start showing.