Are the distance numbers published in some topic when using MQTT? I’m integrating with Home Assistant and learning MQTT in the process, but the component (https://www.home-assistant.io/integrations/opengarage/) grabs the distance from the API, while it seems like only open/closed status gets published to MQTT. I’d rather not poll the API every 10s or whatever and just rely on the pub/sub model, but if I can’t get the info I need it won’t work.
Am I just missing it when I search the firmware source?
Thanks!