1.0.6 • Published 5 years ago

homebridge-wifi-room-sensor v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

npm version

homebridge-wifi-room-sensor

This is WiFi Room Sensor plugin for Homebridge.

Features

  • Display sensors state.

Installation

  1. Install required library.

    apt-get install nmap
  2. Install required packages.

    npm install -g homebridge-wifi-room-sensor
  3. Check the MAC address and IP address of WiFi Room Sensor.

  4. Add these values to config.json.

      "accessories": [
        {
          "accessory": "WiFiRoomSensor",
          "name": "WiFi Room Sensor",
          "ip": "TOKEN_FROM_STEP_3",
          "mac": "TOKEN_FROM_STEP_3",
          "interval": 5000
        }
      ]
  5. Restart Homebridge, and your WiFi Room Sensor will be added to Home app.

License

See the LICENSE file for license rights and limitations (MIT).

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago