Skip to content

NikDevx/homebridge-temperature-humidity-sensor-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-temperature-humidity-sensor-file

This is a plugin for homebridge which makes it possible to create a temperature and humidity sensor in HomeKit via file.

Why via file?

When you have a DHT-sensor, you need sudo to read from it. I don't want to run homebridge as sudo, so I'm having a cronjob, which writes every n seconds to a file and read from it from homebridge.

Example config

{
  "accessory": "TemperatureFile",
  "name": "Temperature-sensor",
  "description": "The temparature sensor in the bedroom",
  "file_path": "/home/pi/dht/temp.txt"
},
{
  "accessory": "HumidityFile",
  "name": "Humidity-sensor",
  "description": "The humidity sensor in the bedroom",
  "file_path": "/home/pi/dht/hum.txt"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published