Skip to content

v.0.0.9

Compare
Choose a tag to compare
@idatum idatum released this 12 Jan 22:33
· 10 commits to main since this release
b4e3be3

Bug fix: Apply --sshTimeout arg value to timeout parameter of paramiko.client.SSHClient exec_command().
Optimization: Use local scope for Queue variable.

I recommend using the device_tracker.py --sshTimeout option to avoid potentially hanging on the SSH channel if the AP is rebooted (e.g. firmware update).

Also includes v.0.0.8:
Bug fix: Recreate paho.mqtt.client.Client to avoid ERROR:labtracker:SSL/TLS has already been configured. on MQTT disconnect/reconnect.