OK, ich habe einige Mqtt Geräte in meinem Haus. Wenn zum Beispiel die Leinwand runterfährt geht die Türklingel an. Das gleiche bei den Jalousie.
OK, I have some Mqtt devices in my house. For example, when the screen goes down, the doorbell goes on. The same with the blinds.
It looks like every MQTT devices aktivate my Doorbell.
I tryed differend Options. But I can´t find the problem,
switch:
-
name: Fingerprint Tuerklingel
state_topic: “fingerprintDoorbell/status/ring”
command_topic: “fingerprintDoorbell/status/ring”
payload_on: “on”
payload_off: “off”
optimistic: false
qos: 0
retain: true
-
name: Leinwand hoch
state_topic: “wemos55/leinwand/fenster/aussen/licht/gpio/12”
command_topic: “wemos55/leinwand/fenster/aussen/licht/gpio/12”
payload_on: “1”
payload_off: “0”
optimistic: false
qos: 0
retain: true