node-red-contrib-eq3-thermostat
v1.0.7
Published
Control Eqiva eQ-3 radiator thermostat
Downloads
31
Maintainers
Readme
EQ3-Radiator Thermostat: Controls Eqiva EQ-3 Bluetooth Radiator Thermostat
With this node you can control your Eqiva EQ-3 Bluetooth Radiator Thermostat. It is based on https://github.com/Heckie75/eQ-3-radiator-thermostat and shares the same API.
Installation and Prerequisites
Expect needs to be installed to use this node. Install it via
sudo apt update && sudo apt install expect
Depending on the firmware version pairing may be required. You'll find this information also in
To get the MAC of your device use sudo hcitool lescan
or an App like "nRF Connect". Devicename is "CC-RT-BLE".
Usage
Set msg.payload
to the command you want to execute. E.g. temp 20
to set target temperature to 20 °C. More in the node’s help tab. See full command reference under https://github.com/Heckie75/eQ-3-radiator-thermostat
Longterm support
This node uses no npm dependencies. The only dependencies are expect and Heckie75/eQ-3-radiator-thermostat, which is included in this package. So its very likely that this node won’t receive an update for years. If you notice any kind of issue, feel free to open one on the Github project page.
Changing bluetooth interface
In this updated version you can easily do it in the Node's settings and via msg.interface, see Node's help.
License
GPLv3