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

MQTT Cover device doesn't update the status

$
0
0

@RienduPre wrote:

Hi,

I’ve made a MQTT cover device (see below). The up and down controls do work perfectly, but the status remains unknown

cover:
  - platform: mqtt
    name: Voorkamer Rolluik
    device_class: shutter
    state_topic: "homeassistant/cover/voorkamer_rolluik/state"
    command_topic: "homeassistant/cover/voorkamer_rolluik/set"
    payload_open: "Open"
    payload_close: "Closed"
    state_open: "Open"
    state_closed: "Closed"
    state_opening: "Opening"
    state_closing: "Closing"
    optimistic: false
    qos: 1
    retain: true
    value_template: '{{ value.x }}'

When I sent the open command using dev tools it doesn’t update either
Schermafbeelding 2020-03-25 om 10.01.03

Any idea what I’ve done wrong?

Thanks,
Rien

Posts: 6

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95464

Trending Articles



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