📅  最后修改于: 2023-12-03 15:31:03.244000             🧑  作者: Mango
Gosund Homebridge is a framework that allows you to control your Gosund smart home devices through Apple's HomeKit. It allows you to create virtual devices in HomeKit that can control your Gosund devices and provide automation features.
To install Gosund Homebridge, you will need Node.js and Homebridge installed on your system. Follow these steps to install Gosund Homebridge:
npm install -g homebridge
npm install -g homebridge-gosund
Configure your Gosund devices by following the instructions on the plugin's GitHub page
Start Homebridge by running the following command:
homebridge
Here is an example configuration for Gosund Homebridge:
{
"platforms": [
{
"platform": "Gosund",
"devices": [
{
"name": "Living Room Light",
"type": "bulb",
"ip": "192.168.1.101",
"manufacturer": "Gosund",
"model": "WP3",
"serial": "12345678"
},
{
"name": "Kitchen Plug",
"type": "plug",
"ip": "192.168.1.102",
"manufacturer": "Gosund",
"model": "WP2",
"serial": "87654321"
}
]
}
]
}
Gosund Homebridge is a great framework for integrating your Gosund smart home devices with Apple's HomeKit. It provides a seamless integration that allows you to control your devices through Siri and the Apple Home app. With its easy installation and setup, you can be up and running in no time.