📜  gosund homebridge (1)

📅  最后修改于: 2023-12-03 15:31:03.244000             🧑  作者: Mango

Gosund Homebridge

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.

Features
  • Easy installation and setup
  • Supports multiple Gosund devices including plugs, switches, and bulbs
  • Provides automation features and integration with other HomeKit devices
  • Can be controlled through Siri and the Apple Home app
Installation

To install Gosund Homebridge, you will need Node.js and Homebridge installed on your system. Follow these steps to install Gosund Homebridge:

  1. Install Node.js from nodejs.org
  2. Install Homebridge by running the following command:
npm install -g homebridge
  1. Install the Gosund Homebridge plugin by running the following command:
npm install -g homebridge-gosund
  1. Configure your Gosund devices by following the instructions on the plugin's GitHub page

  2. Start Homebridge by running the following command:

homebridge
Example Configuration

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"
        }
      ]
    }
  ]
}
Conclusion

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.