Mercurial > code > home > repos > pi_mqtt
diff pi_mqtt.py @ 7:f0d549ec5e59 default tip
deployment and hostname
author | drewp@bigasterisk.com |
---|---|
date | Mon, 23 Sep 2024 01:24:48 -0700 |
parents | 492eef562a88 |
children |
line wrap: on
line diff
--- a/pi_mqtt.py Sat Mar 23 16:53:38 2024 -0700 +++ b/pi_mqtt.py Mon Sep 23 01:24:48 2024 -0700 @@ -47,7 +47,7 @@ def main(): - host = 'garage5' + host = 'ga-iot5' log.info(f'connecting to {host=} - if this hangs, garage5 wg maight be missing ip addr') garage = pigpio.pi(host=host, port=8888) log.info('connected')