Skip to content

andypiper/pistate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PiState

A Python-based MQTT publisher for data about the state of a Raspberry Pi and GPIO connected devices.

Requirements

  • python-mosquitto MQTT client library
  • RPi.GPIO library for access to Raspberry Pi GPIO pins

Current state

Currently works and publishes RPi host information along with onboard CPU and GPU temp.

Preliminary support for controlling BerryClip attached on the GPIO pins.

TODO

  • proper Python class
  • error handling around CPU/GPU etc
  • looping temperature update
  • check for root access
  • exit handler
  • daemonize
  • config files

About

A Python-based MQTT publisher for data about the state of a Raspberry Pi and GPIO connected devices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages