1.0.2 • Published 2 years ago

homebridge-heater-thermostat v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

Homebridge Pi Thermostat Plugin

This is a homebridge plugin to make a Raspberry Pi connected with a Relay Board and DHT22 Temperature and Humidity Sensor into a smart thermostat that can be controlled via the Home app on iOS using Homekit. This plugin only supports Heaters.

npm.io

Installation

  • You can use homebridge UI to install and configure this plugin.
  • To install manually: npm i homebridge-heater-thermostat

Configuration:

    {
      "accessory": "HeaterThermostat",
      "name": "Pi Thermostat",

      "relayPin": 21,
      "dhtSensorType": 22,
      "temperatureSensorPin": 4,

      "invert": false,
      "temperatureThreshold": 0.5,
      "maxTemperature": 28,
      "minTemperature": 12,
      "minimumOnOffTime": 120000, 
      "temperatureCheckInterval": 10000
    }

Screenshot