Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
homebridge-dyson-fan
Advanced tools
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.
FAQs
A Homebridge plugin for controlling a Dyson fan.
We found that homebridge-dyson-fan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.