dear all,
I’ve a lot of message like the followin in my log:
2021-05-07 21:45:02 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): stop
2021-05-07 21:45:05 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): stop
2021-05-07 21:45:05 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): stop
2021-05-07 21:45:08 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): stop
following a sample of my cover config:
- platform: mqtt
name: "Tapparella"
unique_id: tapparella_camera
state_topic: "shellies/shellyswitch25-F40ADC/roller/0"
command_topic: "shellies/shellyswitch25-F40ADC/roller/0/command"
position_topic: "shellies/shellyswitch25-F40ADC/roller/0/pos"
set_position_topic: "shellies/shellyswitch25-F40ADC/roller/0/command/pos"
availability_topic: "shellies/shellyswitch25-F40ADC/online"
payload_available: "true"
payload_not_available: "false"
qos: 1
retain: false
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
position_open: 100
position_closed: 0
optimistic: false
anyone can give me ant suggestion?
thanks in advance
regards
Stefano