@django wrote:
Hi,
i have several Somfy RTS Covers implemented from FHEM via MQTT to HASSIO.
I can control the covers (up, down, stop) and i get the state (open. closed) from the covers.
So far so good…
But i also get the following messages in the Log-Viewer:2020-01-29 16:59:01 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not True or False: undefined
2020-01-29 16:59:01 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not True or False: down
2020-01-29 16:59:02 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not True or False: undefinedIt doesn’t really hurt me, but i want to understand why this error appaer.
Here is the definition of one cover:
- platform: mqtt
state_topic: “/FHEM/OG_Luna/Rolladen_LUNA/state”
command_topic: “/Service/fhem/cmnd”
name: “Rolladen_LUNA”
qos: 1
retain: true
payload_open: “set Rolladen_LUNA off”
payload_close: “set Rolladen_LUNA on”
payload_stop: “set Rolladen_LUNA stop”
state_open: “open”
state_closed: “closed”
optimistic: falseThanks for helping me out.
Posts: 2
Participants: 2