1.0.6 • Published 5 years ago

homebridge-tasmota-sonoff-thermostat v1.0.6

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

homebridge-tasmota-sonoff-thermostat

Homebridge plugin that turns a Tasmota Sonoff with an attached temperature module into a HomeKit thermostat.

Installation

Follow the instructions in homebridge for the homebridge server installation. This plugin is published through NPM and should be installed "globally" by typing:

npm install -g homebridge-tasmota-sonoff-thermostat

Configuration

An example configuration is below:

{
  "accessory": "tasmota-thermostat",
  "name": "Sonoff Radiator",
  "start_temperature": 10,
  "temperature_unit": "C", // "C" For CELSIUS "F" for FAHRENHEIT
  "mqtt": {
    "url": "mqtt://192.168.1.2:1883",
    "clientid": "clinetid",
    "username": "username",
    "password": "password",
    "sensor_name": "AM2301",
    "sensor_topic": "tasmota/sensor",
    "output_topic": "tasmota/output",
    "status_topic": "tasmota/status",
    "will_topic": "tasmota/will"
}

Release Notes

Roadmap:

  • Pull humidity data through to HomeKit
  • Add abilit for control by Google Home (Maybe by home assistent)
  • Write Tests
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago