A Homebridge plugin for controlling a Dyson fan.This has been tested with and works using the Dyson Pure Cool Link™ Tower, but may also work with other Dyson fans.
See also: config-sample.json
"accessories": [
{
"accessory": "Dyson Fan",
"homeKitFanType": "Fan",
"name": "Bedroom Fan",
"model": "475",
"host": "192.168.1.110",
"username": "NN8-AU-XXXXXXXX",
"password": "x"
}
]
You will need the following values set in the homebridge config.json accessory definition to connect to your fan:
username
);password
);host
).To ensure the IP address of your fan stays the same you can either change your router's DHCP lease duration to permanent or pin your fan's MAC address to a specific IP via your router's DHCP reservation feature. Use this IP address in the host
field of the config.json
file.
If the value 475
as model
doesn't work for you, play around with different numbers above and below 475
until you find the right one, and then set the model
field in config.json
to this value.
There are currently two HomeKit fan types: Fan
and Fanv2
. The Fanv2
type will only work on iOS 11 and if used, the fan won't appear in the accessory list in the Home app on iOS 10. For maximum compatibility use the Fan
type in the homeKitFanType
config field. This is also currently the default value for this field if it's not specified.
If you need any help, feel free to reach out to me on Twitter.
homebridge-dyson HomeBridge interface to Dyson Link smart purifiers. This HomeBridge plugin is experimental and not affiliated with, or endorsed by Dyson. Configuration Connection to the Dyson Link sm
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support
homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A
homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r
Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg