@kadenthomp36/homebridge-dreo-ceiling-fan
TypeScript icon, indicating that this package has built-in type declarations

4.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @kadenthomp36/homebridge-dreo-ceiling-fan

Weekly Downloads

1

Version

4.1.0

License

Apache-2.0

Unpacked Size

57 kB

Total Files

24

Last publish

Collaborators

  • kadenthomp36