Coder Social home page Coder Social logo

node-red-contrib-terneo's Introduction

node-red-contrib-terneo

Node-red nodes for Terneo floor heaters http://terneo.ua/ which work with local API and doesnt require terneo cloud access. Flow

You can control Terneo thermostats from Apple HomeKit. By default its request data from thermostat every 30 sec.

Contains 3 nodes:
  • terneo-host: config node;
  • terneo-in: recieve data from thermostat and prepare data for HomeKit node;
  • terneo-out: recieve data and command from HomeKit node and sends it to thermostat;

Requirements

You need Terneo device with firmware >= 2.3. Also you need to enable local API as described in official terneo documentation:

Installation

  • In Node-Red: Menu - Manage Palette - Install - write "node-red-contrib-terneo"
  • In terminal: npm install node-red-contrib-terneo

Configuration

  1. Add any terneo node to flow and open properties.
  2. In Config choose Add new terneo-host and click Edit
  3. Fill all fields:
  • Name of thermostat.
  • IP-address: You can find it in your router.
  • Serial number: You can find it in TerneoApp.
  • Auth token: You can recieve by the folowing command in terminal: curl -i -X POST https://my.hmarex.com/api/login/ -H 'Accept-Language: en' -H 'Content-Type: application/json' --data-raw '{"email": "[email protected]", "password": "myterneo2018"}' Change email and password for yours.
  • Polling time: Timeout in seconds for refresh data from thermostat.
  1. Save result

Policy

The author is not responsible for the use and consequences of use of this software.

License

MIT

node-red-contrib-terneo's People

Contributors

kutovoys avatar

Stargazers

 avatar  avatar  avatar

Forkers

serbe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.