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

Mqtt switch not appearing

$
0
0

ok, although I’m using homeassistant for a while now, I suddenly seem to have a very dummy problem

  • I’ve upgraded from version 0.112.5 to 2021.1.0 (because of some timstamp bug)
  • I’ve added an extra switch (named balco 1 below in my configuration.yaml), similar as I’ve done for many other mqtt switches with tasmota

However, after reloading my configuration.yaml, no sign of it in home assistant:

  • not visible in the states
  • nothing about it in the error logs
  • nothing mentioned when running --check_config
  • yamlint is happy about the yaml-file

So I seem to be missing something very obvious here … . Can anyone shine some light on this one?

Thanks!

switch:
...
  - platform: mqtt
    name: "verlichting terras"
    command_topic: cmnd/tuinverlichting/Power1
    state_topic: stat/tuinverlichting/POWER
    payload_on: "ON"
    payload_off: "OFF"
    availability_topic: "tele/tuinverlichting/LWT"
    payload_available: "Online"
    payload_not_available: "Offline"
  - platform: mqtt
    name: "balco 1"
    command_topic: cmnd/tasmota_balco_1/Power1
    state_topic: stat/tasmota_balco_1/POWER
    payload_on: "ON"
    payload_off: "OFF"
    availability_topic: "tele/tasmota_balco_1/LWT"
    payload_available: "Online"
    payload_not_available: "Offline"
Version 	2021.1.0
Installation Type 	Home Assistant Core
Development 	false
Supervisor 	false
Docker 	false
Virtual Environment 	true
Python Version 	3.8.5
Operating System Family 	Linux

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 106737

Trending Articles



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