pimatic-nefit by Wiebe Nieuwenhuis (sweebee) | github | npm
pimatic-nefi
Control the Nefit (Bosch) thermostat
Setup
Install this plugin from the plugins page within pimatic
Add a new device and pick the "NefitThermostat"
Fill in the Serialnumber, AccessKey and Password. You can find these on your manual
Rules
You can change the mode:
set mode of thermostat to "clock"
set mode of thermostat to "manual"
Or you can set the temperature
set temperature of thermostat to 20
Plugin Config Options
pimatic nefit config options
Option | Description | Default |
---|
debug boolean | Log information for debugging, including received messages | false |
Device Config Options
pimatic-nefit device config options
NefitThermostat
NefitThermostat config options
Option | Description | Default |
---|
SerialNumber string | Can be found in the user manual | |
AccessKey string | Can be found in the user manual | |
Password string | By default '0000' | |
Polling number | Default polling interval (ms) | 30000 |
pimatic-nefit is written by Wiebe Nieuwenhuis (sweebee)