Hya,
while beginning to learn, some doubts and problems shows up…
May i ask help for the community?
My config sniplet:
# Kaffeemaschine
binary_sensor km:
- platform: mqtt
name: "tc91100"
unique_id: tc91100
state_topic: "BSTC91100/VACC/status"
payload_on: "1"
payload_off: "0"
availability:
- topic: "BSTC91100/status/LWT"
payload_available: "Online"
payload_not_available: "Offline"
switch km:
- platform: mqtt
name: "cups 5-8"
unique_id: tc91100b58
state_topic: "BSTC91100/gpio/14"
command_topic: "BSTC91100/gpio/14"
payload_on: "1"
payload_off: "0"
- platform: mqtt
name: "cups 2-4"
unique_id: tc91100b24
state_topic: "BSTC91100/gpio/12"
command_topic: "BSTC91100/gpio/12"
payload_on: "1"
payload_off: "0"
- platform: mqtt
name: "off"
unique_id: tc91100boff
state_topic: "BSTC91100/gpio/13"
command_topic: "BSTC91100/gpio/13"
payload_on: "1"
payload_off: "0"
My card only find:
type: entities
entities:
- entity: binary_sensor.tc91100
- entity: switch.tc91100
title: Kaffemaschine
i only find one switch…
How to access the other switches?