Home

Awesome

Raspberry Pi Power Supply Checker

GitHub Release License Project Maintenance Contributors<a href="https://liberapay.com/Toast/donate"><img alt="Donate using Liberapay" align="right" align="top" src="https://liberapay.com/assets/widgets/donate.svg"></a> Discord

A sensor for Home Assistant that checks your power supply and reports back to your setup this simple sensor reports values from the kernel and if it reports anything else then 0 then there are issues with the power supply.

<h2>Breaking change: this project went from sensor to binary_sensor.</h2>

For more information about Raspberry Pi Power supplies check the following link.

Getting started

⚠️ This requires kernel 4.14 or higher.

Place the component at this location on your setup:

and then restart Home Assistant to make sure the component loads.

Here is a list of the current values the component checks for:

ValueDescription
0Everything is working as intended
1000*Under-voltage was detected, consider getting a uninterruptible power supply for your Raspberry Pi.
2000*Your Raspberry Pi is limited due to a bad power supply, replace the power supply.
3000*Your Raspberry Pi is limited due to a bad power supply, replace the power supply.
4000*Your Raspberry Pi is throttled due to a bad power supply this can lead to corruption and instability, please replace your charger and cables.
5000*Your Raspberry Pi is throttled due to a bad power supply this can lead to corruption and instability, please replace your charger and cables.
8000*Your Raspberry Pi is overheating, consider getting a fan or heat sinks.

Due to how custom_components are loaded, it is normal to see a ModuleNotFoundError error on first boot after adding this, to resolve it, restart Home Assistant.