Homebridge platform plugin for free@home SmartHome devices.
IMPORTANT: If you upgrade from < 2.0.0
please read the Upgrade Notes carefully before installing this plugin.
npm install homebridge-freeathome
config.json
and configure platform. See Configuration section.To configure the plugin add the following json in the platform section in config.json
.
{
"platform": "free@home",
"sysIP": "<IP>",
"username": "<USERNAME>",
"password": "<PASSWORD>",
"mappings": {}
}
Replace <IP>
with the IP of your System Access Point.
You can configure the mappings if you want to ignore an actuator or channel if they are not connected/unused to hide them from the HomeKit UI. However this is only needed in rare cases. Usually you can leave this blank.
{
"platform": "free@home",
"sysIP": "<IP>",
"username": "<USERNAME>",
"password": "<PASSWORD>",
"mappings": {
"<ACTUATOR-SERIAL>": {
"blacklist": ["ch0000", "ch0001"],
},
"<ACTUATOR-SERIAL>": {
"blacklist": ["*"],
}
}
}
You can find the actuator serial in the web interface of the free@home SysAp Interface.
See the DoorBell Tutorial on how to setup the free@home DoorBell in HomeKit.
See the GarageDoor Tutorial on how to expose a Switch actuator as a GarageDoor accessory.
The changelog can be viewed here.
Upgrade Notes can be found in the CHANGELOG.
If you have any questions or help please open an issue on the GitHub project page.
Pull requests are always welcome. If you have a device that is not supported yet please open an issue or open a pull request withyour modifications.
If you find my work useful you can support the ongoing development of this project by buying me a cup of coffee
The project is subject to the MIT license unless otherwise noted. A copy can be found in the root directory of the project LICENSE.
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
Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r