Many thanks for pulling this together. Unfortunately I'm getting an error when trying to start on my PI.
pi@raspberrypi:/boot/vpower $ sudo python vpower.py ../vpower.cfg
Traceback (most recent call last):
File "vpower.py", line 10, in
from PowerMeterTx import PowerMeterTx
File "/boot/vpower/PowerMeterTx.py", line 66
print(f'Power: {int(power)} W \r', end="")
^
SyntaxError: invalid syntax
pi@raspberrypi:/boot/vpower $
All files currently set to default values.
Many thanks for pulling this together. Unfortunately I'm getting an error when trying to start on my PI.
pi@raspberrypi:/boot/vpower $ sudo python vpower.py ../vpower.cfg
Traceback (most recent call last):
File "vpower.py", line 10, in
from PowerMeterTx import PowerMeterTx
File "/boot/vpower/PowerMeterTx.py", line 66
print(f'Power: {int(power)} W \r', end="")
^
SyntaxError: invalid syntax
pi@raspberrypi:/boot/vpower $
All files currently set to default values.