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

MQTT Cover Error Message

$
0
0

@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: undefined

It 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: false

Thanks for helping me out.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles