I had to install pip on my Pi Zero, but then had to manually install requests and psutil. Not sure why. But then when I run the script, it seems to just hang. I left it for a few minutes, and nothing. No error on screen, just nothing.
All good terminating the script. That’s all I could do.
I ran in debug mode, and get the following
requests.exceptions.ConnectionError
requests.exceptions.ConnectionError
requests.exceptions.ConnectionError
requests.exceptions.ConnectionError
Resend All Sensors
Decided to look at my options again. I changed it from using the local IP address and port, to my domain name and it working now. Odd, it wouldn’t work with the local IP address, so not sure what is happening there.
Anyway, working now, and will update as long as my internet is working.