- I have pretty standard settings in MQTT plugin, nothing special. See screenshots below. - In Home Assistant I have some manual sensors - After restart if Home Assistant they become unknown - By restarting OctoPrint connection restores and sensors display usual values - How to restore connection automatically without restart of OctoPrint? Example of Home Assistant sensor ```yaml mqtt: sensor: - state_topic: "octoPrint/event/PrinterStateChanged" value_template: "{{ value_json.state_string }}" unique_id: prusa_mk3_state name: "State" ``` <details> <summary>MQTT settings:</summary> <img width="684" height="632" alt="Image" src="https://github.com/user-attachments/assets/7d298774-3428-489f-8ced-56b11b950863" /> <img width="700" height="1340" alt="Image" src="https://github.com/user-attachments/assets/534d520d-0a1a-405f-9c1e-70b18efe3de1" /> <img width="705" height="329" alt="Image" src="https://github.com/user-attachments/assets/44f63b2d-70de-4086-87d4-700f6c10cba2" /> </details>
Example of Home Assistant sensor
MQTT settings: