An open API service indexing awesome lists of open source software.

https://github.com/qtoggle/qtoggleserver-eq3bt

Eqiva eQ-3 bluetooth thermostat support for qToggleServer
https://github.com/qtoggle/qtoggleserver-eq3bt

eq3 eqiva qtoggle qtoggleserver thermostat

Last synced: 7 months ago
JSON representation

Eqiva eQ-3 bluetooth thermostat support for qToggleServer

Awesome Lists containing this project

README

          

## About

This is an addon for [qToggleServer](https://github.com/qtoggle/qtoggleserver).

It provides Eqiva eQ-3 bluetooth thermostat support for qToggleServer.

## Install

Install using pip:

pip install qtoggleserver-eq3bt

## Usage

##### `qtoggleserver.conf:`
``` ini
...
peripherals = [
...
{
driver = "qtoggleserver.eq3bt.EQ3BTThermostat"
name = "livingradiator" # a name of your choice
address = "00:1A:22:AA:BB:CC" # bluetooth address of the device
}
...
]
...
```