New release (v2.16) of the WeatherFlow PiConsole. Changes include:
- Fixed a bug that stopped the console from blanking on a Raspberry Pi 4
Due to a screw up I made in the install/update script, this update needs to be applied using the complete install command:
curl -sSL https://peted-davis.github.io/wfpiconsole | bash
rather than just the wfpiconsole update
command. Follow the installation through (it should skip a lot of steps), and it will update you to Version 2.16
@wxkeith This should solve your screen blanking issue on the Raspberry Pi 4. Just a few things to note that I found during testing:
- The DPMS settings are reset if you restart your pi
- If you wake the screen using a VNC connection, the screen will not always register that it has powered on, and therefore will not always power off again as expected. Touching the screen fixes this.
Could try xset dpms 10 10 10
and confirm that the screen is turning off every 10 seconds as expected? It is working well on my Pi4, but would be good to get confirmation from you as well.