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: 10 days ago
JSON representation
Eqiva eQ-3 bluetooth thermostat support for qToggleServer
- Host: GitHub
- URL: https://github.com/qtoggle/qtoggleserver-eq3bt
- Owner: qtoggle
- License: apache-2.0
- Created: 2019-12-12T23:28:54.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-05-07T19:24:46.000Z (3 months ago)
- Last Synced: 2026-05-07T21:31:03.495Z (3 months ago)
- Topics: eq3, eqiva, qtoggle, qtoggleserver, thermostat
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
}
...
]
...
```