Merge pull request #19 from atkaper/patch-1

Add client.loop_forever() for auto-reconnect
This commit is contained in:
Trammell Hudson
2023-12-04 20:09:56 +01:00
committed by GitHub

View File

@@ -31,6 +31,7 @@ def hc2mqtt(config_file: str, mqtt_host: str, mqtt_prefix: str):
thread = Thread(target=client_connect, args=(client, device, mqtt_topic)) thread = Thread(target=client_connect, args=(client, device, mqtt_topic))
thread.start() thread.start()
client.loop_forever()
# Map their value names to easier state names # Map their value names to easier state names