# homebridge-platform-eq3btsmart

EQ-3 Bluetooth Smart Thermostat plugin for [Homebridge](https://github.com/nfarina/homebridge).

# Installation

1. Install Homebridge using: `npm install -g homebridge`
2. Install this plugin using: `npm install -g homebridge-platform-eq3btsmart`
3. Update your configuration file. See the sample below.

# Updating

- `npm update -g homebridge-platform-eq3btsmart`

# Configuration

## Sample Configuration

```json
"platforms": [{
    "platform": "eq3BTSmart"
}],
```

