Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swetoast authored Apr 12, 2019
1 parent 7271c96 commit e1e1caa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,25 @@ and then this as an automation that sets off a notification in homeassistant.

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.

| Value | Description |
| ------------- | ------------- |
| 0 | Everything 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 powersupply, replace the power supply. |
| 3000* | Your Raspberry Pi is limited due to a bad powersupply, replace the power supply. |
| 4000* | The Raspberry Pi is throttled due to a bad power supply this can lead to corruption and instability, please replace your changer and cables. |
| 5000* | The Raspberry Pi is throttled due to a bad power supply this can lead to corruption and instability, please replace your changer and cables. |
| 8000* | Your Raspberry Pi is overheating, consider getting a fan or heat sinks. |

## Issues
Use the bugtracker for your issues if a value is missing please use the following command to get the value

```bash
cat /sys/devices/platform/soc/soc:firmware/get_throttled
```

Then post in the bug report makes it so much easier for me to implement the missing values.

## Donate

| Donate | Developer |
Expand Down

0 comments on commit e1e1caa

Please sign in to comment.