Hello,
In the instructions it says to edit the display on the OLED display I would like the script under: sudo nano /opt/pironman/main.py this file no longer exists.
Can someone tell me the correct path?
Or is this only for the Version 2
Thanks
Hello,
In the instructions it says to edit the display on the OLED display I would like the script under: sudo nano /opt/pironman/main.py this file no longer exists.
Can someone tell me the correct path?
Or is this only for the Version 2
Thanks
To modify the OLED display of Pironman5:
1.The main code for controlling the OLED display and other functions is located in the pm_auto library’s pm_auto.py file:
2.You need to clone the repository and modify the oled_handler() function in the pm_auto.py file:
3.After making your changes, reinstall pm_auto in the virtual environment:
cd ~/pm_auto
/opt/pironman5/venv/bin/pip3 install ./
4.Then restart the Pironman5 service:
sudo systemctl restart pironman5.service
Hi,
any advise how I can change the Units in the OLED display under home assistant ?
I use a small 128GB nvme, currently it show 0.0 / 0.1TB which is not useful, better would be in GB for me.
I already installed the addon which is working fine but I could not find a way to change the units there
Well, AFAIK, you can get what you want but only if you hack the oled.py file. I did and now see 16/459 GB as opposed to 0/.4TB.