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 e1e1caa commit 0878ce3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ Place the component at this location on your setup:
* Hass.io: `/custom_components/rpi_power/sensor.py`
* Hassbian / Other: `<config directory>/custom_components/rpi_power/sensor.py`

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

| 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. |

***Example configuration.yaml***

```yaml
Expand Down Expand Up @@ -54,16 +66,6 @@ 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

Expand Down

0 comments on commit 0878ce3

Please sign in to comment.