homebridge-heater-thermostat

1.0.2 • Public • Published

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.

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

/homebridge-heater-thermostat/

    Package Sidebar

    Install

    npm i homebridge-heater-thermostat

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    498 kB

    Total Files

    7

    Last publish

    Collaborators

    • eliz_kilic