1.3.6 • Published 5 years ago

homebridge-eq3ble v1.3.6

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

Homebridge EQ3BLE

Homebridge plugin to control EQ3 bluetooth thermostats.

It's possible to report MQTT topic's messages as current temperature of this thermostat.

Usage

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },

  "accessories": [{
    "accessory": "EQ3-Thermostat",
    "name": "Thermostat",
    "address": "00:1a:22:07:48:77"
  }]
}

Options

You can configure the homebridge integration for the thermostat with the following options

OptionDefault valueDescription
address (required)Address of the thermostat
discoverTimeout60000time in milliseconds before a timeout error will be triggered
connectionTimeout10000time in milliseconds before homebridge will disconnect from the device after last action
disableBoostSwitchfalseif set to true, the boost switch won't be published from homebridge
currentTemperatureMQTT configuration for current temperature

External current temperature configuration options

OptionDescription
url (required)MQTT URL
topic (required)MQTT Topic name
usernameUsername for accessing MQTT server
passwordPassword for accessing MQTT server

Usage with external current temperature sensor

{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },

  "accessories": [{
    "accessory": "EQ3-Thermostat",
    "name": "Bedroom Thermostat",
    "address": "00:1a:22:07:48:77",
    "currentTemperature": {
      "url": "mqtt://localhost",
      "topic": "/home/sensors/bedroom/temperature",
      "username": "sensors",
      "password": "Sensors!"
    }
  }]
}

License

Licensed under GPLv3 license. Copyright (c) 2015 Max Nowack

Contributions

Contributions are welcome. Please open issues and/or file Pull Requests.

Maintainers

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

2.0.0-beta.0

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1-1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago