Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

marthijn/domusto-nefit-easy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nefit Easy

plugin:    Nefit Easy
author:    Marthijn van den Heuvel
           Bas van Dijk
category:  heating
version:   0.0.1
website:   http://domusto.com

Hardware needed

  • Nefit ModuLine Easy thermostat

Tested with

  • Nefit ModuLine Easy thermostat

Installation

Execute in the domusto-server folder:

$ ./domusto.js plugin add marthijn/nefit-easy

Configuration

{
    id: 'NEFIT-EASY',
    enabled: true,
    dummyData: false,
    debug: false,
    settings: {
        pollInterval: 60 * 60 * 1000, // once per hour
        serialNumber: 'SERIALNUMBER',
        accessKey: 'ACCESSKEY',
        password: 'PASSWORD'
    }
}

Example devices

// 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'
    }

},

About

DOMUSTO Home Automation plugin for Nefit Easy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published