aderusha / HASwitchPlate

LCD touchscreen for Home Automation
MIT License
727 stars 128 forks source link

QOS or how to check mqtt state #119

Closed Thoky81 closed 3 years ago

Thoky81 commented 3 years ago

I would like to ask if the plate can publish the actual state of the buttons. Is this possible with mqtt qos? For example when I arm/disarm alarm in Home Assistant I dont always see the button on plate updated even if the alarm state in HA is changing the state accordingly.

I have include with mqtt.publish:

data: ... retain: true qos: 2

That helped a bit I think, but still the response is not so reliably.

Can somebody advice?

Thanks

aderusha commented 3 years ago

Can you pull a debug log when the desired update is happening but being missed by HASP?

aderusha commented 3 years ago

Any update on this?

aderusha commented 3 years ago

Closing after no update from submitter