highvolt-dev

Results 47 comments of highvolt-dev

Nice work, @hugoh Thank you for sharing. I'm happy to integrate your work into the project. For some users, docker will be an easier way to use the script, while...

@jiehanzheng @hugoh I am still interested in integrating this work into the project so it can be maintained

I had to help someone with this a few days ago. The .env should be in the main project folder, not the bin folder. Try the following: 1. `pip3 uninstall...

@danhausman thanks for confirming. I need to ensure this is setup correctly for seamless upgrades, I probably need to update `setup.py` for it to behave correctly. Keeping your issue open...

This issue _should_ be caused by the fact we are now formally installing the script. The installed copy is not tied back to the cloned repository once installed unless done...

@danhausman sounds like your Raspberry Pi didn't have network connectivity on the LAN with the gateway. Those error messages are triggered when API calls to 192.168.12.1 fail (with the exception...

@danhausman how is your network setup? do you have another router setup in AP mode?

@danhausman I would suspect this is caused by your 1 minute check interval and the fact that it can take longer than 1 minute for it to reboot, for its...

The uptime check actually happens late in execution so if the first part of the script can't get data because the router just got rebooted, you get the sort of...