Jonesyj83 / PiHole-ArgononeFanSpeed

Argonone Fan Speed Monitor/Editor displayed in Pi-hole. View and change fan settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buy me a coffee.

If you like my projects, you can buy me a coffee.

Buy Me A Coffee

PiHole Argonone Fan Speed

I have create this addon for PiHole to display Fan Speed changes and CPU Temp. I am just doing this to teach myself some programming. Everything is working on my end. If there is better ways of doing this please let me know.

The Graph will update only on changes with fan speed or if no speed has change in 1 hour, it will update to current speed/temp. Not a Programmer, just like to play around. If there is a better way of coding this, please let me know.

Will only work with DarkElvenAngel ArgononeD daemon https://gitlab.com/DarkElvenAngel/argononed

Updates

v2.0.2 Added Settings Page, can Update/View all settings for Argononed

screenshot

screenshot

screenshot

Installation

This installation script should work with any modified PiHole Installations you have. make sure https://gitlab.com/DarkElvenAngel/argononed is installed and not the standard script

wget https://raw.githubusercontent.com/Jonesyj83/PiHole-ArgononeFanSpeed/main/install.sh
chmod +x install.sh
bash install.sh

Update

This updates PiHole-ArgononeFanSpeed and PiHole to the latest versions

wget https://raw.githubusercontent.com/Jonesyj83/PiHole-ArgononeFanSpeed/main/update.sh
chmod +x update.sh
bash update.sh

Uninstall

wget https://raw.githubusercontent.com/Jonesyj83/PiHole-ArgononeFanSpeed/main/uninstall.sh
chmod +x uninstall.sh
bash uninstall.sh

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Curent working PiHole version

Pi-hole v5.3.1 Web Interface v5.5 FTL v5.8

About

Argonone Fan Speed Monitor/Editor displayed in Pi-hole. View and change fan settings

License:MIT License


Languages

Language:PHP 57.9%Language:Shell 23.7%Language:JavaScript 15.7%Language:Hack 2.7%