wirenboard-module-terneo
v1.6.0
Published
Module to control terneo wall monitor
Maintainers
Readme
Module to control terneo wall monitor
Preparation
Please connect your device to the internet
Install NodeJS, if it is not yet
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs git make g++ gcc build-essentialInstall this wirenboard-mqtt-proxy to global space
npm i -g wirenboard-mqtt-proxyStart the proxy
wirenboard-mqtt-proxy startTo enable proxy autorun on boot use it
wirenboard-mqtt-proxy enableInstall
To install this packet use wirenboard-module command. Install it if necessary
npm i -g wirenboard-moduleAdd ebus module and rule
wirenboard-module terneoAccessory to HomeBridge (using mqttthing)
"accessories": [
{
"comment": "------------------------- Heater 1 floor -------------------------",
"type": "thermostat",
"name": "Отопление 1 этаж",
"topics": {
"getCurrentTemperature": "/devices/heating_floor_1/controls/temperature",
"getTargetTemperature": "/devices/heating_floor_1/controls/target",
"setTargetTemperature": "/devices/heating_floor_1/controls/target/on",
"setTargetHeatingCoolingState": "/devices/heating_floor_1/controls/power/on",
"getTargetHeatingCoolingState": "/devices/heating_floor_1/controls/power",
"getCurrentHeatingCoolingState": "/devices/heating_floor_1/controls/load"
},
"minTemperature": 0,
"maxTemperature": 40,
"restrictHeatingCoolingState": [
0,
1
],
"heatingCoolingStateValues": [
0,
1
],
"accessory": "mqttthing"
}
]Best regards
- FullHouse team
- https://fullhouse-online.ru
- [email protected]
