04-19-2025, 08:43 PM
Hi BjoernStefan,
please find below some action to do:
1. Remove Autostart and restore config default value
restore the parameter in the config.txt
going to replace the content of only the line below and leaving everything else unchanged:
2. And then install the new version (has been easyer to modify - thanks to Cloporte33440)
install evdev lib
# manually unzip and copy peppymeter.control.py and peppymeter_control.service to /home/pi/PeppyMeter/ (File Attached)
create and start service
Best regards and let us know,
Francesco
PeppyMeter_Control - Last.zip (Size: 1.88 KB / Downloads: 8)
please find below some action to do:
1. Remove Autostart and restore config default value
Code:
sudo rm -r /home/pi/PeppyMeter
sudo systemctl disable fda_autopeppy.service
sudo rm -r /etc/systemd/system/fda_autopeppy.service
restore the parameter in the config.txt
Code:
nano /home/pi/PeppyMeter/config.txt
going to replace the content of only the line below and leaving everything else unchanged:
Code:
"exit.on.touch = False"
2. And then install the new version (has been easyer to modify - thanks to Cloporte33440)
install evdev lib
Code:
sudo apt-get install python3-evdev
# manually unzip and copy peppymeter.control.py and peppymeter_control.service to /home/pi/PeppyMeter/ (File Attached)
create and start service
Code:
sudo cp /home/pi/PeppyMeter/peppymeter_control.service /etc/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable peppymeter_control
sudo service peppymeter_control start
Best regards and let us know,
Francesco
