Skip to content

A homebridge plugin that get RaspberryPi metrics, such a CPU temperature and CPU voltage (in mv)

Notifications You must be signed in to change notification settings

georgo/homebridge-raspberrypi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-raspberrypi

npm version

A homebridge plugin that get RaspberryPi metrics, such a CPU temperature and CPU voltage (in mv)

Requirements

To monitor temperature and voltage, following Raspbian packages are required:

libraspberrypi-bin

Don't forget to assign homebridge user to video group.

Configuration

"accessories": [{
    "accessory": "RaspberryPi",
    "name": "Raspberry Pi"
}]

If you want value timing update, you can set 'interval' attribute in minutes. Default value is 3 minutes. I recommend to use lower interval than 10 minutes.

"accessories": [{
    "accessory": "RaspberryPi",
    "name": "Raspberry Pi",
    "interval": 1
}]

By default, basic Apple Home app is supported. You can change behavior in Eve app with parameter homeSupport. With value eve, voltage will be displayed in Eve application along with temperature in room overview, but nothing will be visible in Apple Home app.

"accessories": [{
    "accessory": "RaspberryPi",
    "name": "Raspberry Pi",
    "homeSupport": "eve"
}]

Version Logs

0.0.4

Store temperature history to filesystem

0.0.3

Added support for Apple Home app (enabled by default)

0.0.2

Added support for temperature history

0.0.1

Initial release after fork of original repository

About

A homebridge plugin that get RaspberryPi metrics, such a CPU temperature and CPU voltage (in mv)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%