Skip to content

pbu80/sensor.rpi_power

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

rpi_power

Version mantained maintainer forum
A sensor that checks your Raspberry Pi charger so its not giving you undervoltage.

To get started put /custom_components/sensor/rpi_power.py here:
<config directory>/custom_components/sensor/rpi_power.py

Example configuration.yaml:

sensor:
  platform: rpi_power

Optional config options:

key required default description
text_state no false Sets the desctiption as the state if true.

⚠️ This require Kernel 4.14 or higher.

Creative Commons Attribution-ShareAlike 4.0 International License


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

About

A Custom component for Home-Assistant that checks if your Raspberry Pi power supply is giving enough voltage from the kernel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%