Bruce Pennypacker
Bruce Pennypacker
I too would love to see support for washers & dryers, and would also gladly help. It appears that most of the constants, etc. that are needed [can be found...
What does the output of `pihole -v -f` show?
That should be reflected by phad, eventually. The version information is only checked once every 24 hours as it's something that doesn't change very often, and it also queries https://github.com/bpennypacker/phad/releases/latest...
Great. I'll definitely look into refactoring the version checks to avoid this sort of confusion in the future.
Thanks for the detailed information. I'll look into this as soon as I can.
The public IP is determined by querying one of the following URLs to see what is returned. This is an entry in your phad.conf fle: external_ip_url=https://diagnostic.opendns.com/myip,https://www.myexternalip.com/raw,http://ipv4bot.whatismyipaddress.com PHAD queries the list...
If you used the simple installer script then it installed a loop in your .bashrc file that looks something like this: ``` if [ "\$TERM" == "linux" ] ; then...
There sure is. I wrote phad in such a way that it should be relatively easy for somebody to modify it for virtually any display they want. I don't have...
The simple installer script just looks for the term `phad` to exist in your ~/.bashrc file. So if you want to reinstall it that way then edit that file and...
It should be retrieving the version by querying https://github.com/bpennypacker/phad/releases/latest. I haven't implemented any retries for that request so if it fails for any reason then you'll see it say the...