4.1.0 • Published 11 months ago

@kadenthomp36/homebridge-dreo-ceiling-fan v4.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

Forked from homebridge-dreo from zyonse, please install for all other fans.

Homebridge Dreo Plugin

NPM Version npm

Compatability

  • CLF521S

Please open an issue if you have another model that works or doesn't work. This plugin is intended for only ceiling fan support.

Features

  • Temperature Sensor Display: Display the temperature sensor detected within your devices (for supported devices, check your devices capabilities). Because the Dreo devices temperature sensors are not entirely accurate, you can also set a specific temperature offset for your devices.

Installation

npm install -g @kadenthomp36/homebridge-dreo-ceiling-fan

(Or install through the Homebridge UI)

Configuration

Provide your Dreo app login credentials

"platforms": [
  {
    "options": {
      "email": "email@example.com",
      "password": "00000000"
    },
    "name": "Dreo Platform",
    "platform": "DreoPlatform"
  }
]

Contributing

If you'd like to add support for a new device type, you might find this writeup from @JeffSteinbok (HomeAssistant plugin maintainer) useful for tracing the Dreo App:

https://github.com/JeffSteinbok/hass-dreo/blob/main/contributing.md

4.1.0

11 months ago

4.0.0

12 months ago