plugin: Nefit Easy
author: Marthijn van den Heuvel
Bas van Dijk
category: heating
version: 0.0.1
website: http://domusto.com
- Nefit ModuLine Easy thermostat
- Nefit ModuLine Easy thermostat
Execute in the domusto-server folder:
$ ./domusto.js plugin add marthijn/nefit-easy
{
id: 'NEFIT-EASY',
enabled: true,
dummyData: false,
debug: false,
settings: {
pollInterval: 60 * 60 * 1000, // once per hour
serialNumber: 'SERIALNUMBER',
accessKey: 'ACCESSKEY',
password: 'PASSWORD'
}
}
// For in house temperature
{
id: 'TEMP9',
screens: ['weather'],
enabled: true,
role: 'input',
name: 'NEFIT in house',
type: 'temperature',
subType: 'temperature',
plugin: {
id: 'NEFIT-EASY',
deviceId: 'in-house-temperature'
}
},
// For outdoor temperature
{
id: 'TEMP10',
screens: ['weather'],
enabled: true,
role: 'input',
name: 'NEFIT outdoor',
type: 'temperature',
subType: 'temperature',
plugin: {
id: 'NEFIT-EASY',
deviceId: 'outdoor-temperature'
}
},