brunohorta82 / EasyIot

Firmware Oficial OnOfre
https://onofre.store
MIT License
30 stars 16 forks source link

Payload is not supported #75

Open det-peralta opened 3 years ago

det-peralta commented 3 years ago

Descrição:

Pelo que percebi, as mensagens de mqtt estão a ser todas publicadas no /state e acho q a mqtt cover atual do Home Assistant não consegue processa las corretamente.

configuration.yaml

mqtt:
  broker: ip
  username: user
  password: pass
  discovery: true
  discovery_prefix: homeassistant
  birth_message:
    topic: hass/status
    payload: online
    retain: true
  will_message:
    topic: hass/status
    payload: offline
    retain: true

LOG:

2021-05-31 10:36:17 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload 'CLOSE' is not numeric
2021-05-31 10:36:17 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload 'CLOSE' is not numeric
2021-05-31 10:36:17 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): CLOSE
2021-05-31 10:36:18 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): 99
2021-05-31 10:36:18 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): 98
2021-05-31 10:36:18 WARNING (MainThread) [homeassistant.components.mqtt.cover] Payload is not supported (e.g. open, closed, opening, closing, stopped): 97
det-peralta commented 1 year ago

Olá Bruno, alguma novidade sobre este assunto?