Metadata-Version: 2.4
Name: qtoggleserver-eq3bt
Version: 1.6.0
Summary: Eqiva eQ-3 bluetooth thermostat support for qToggleServer
Author-email: Calin Crisan <ccrisan@gmail.com>
License: Apache 2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

## 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
    }
    ...
]
...
```
