node-red-contrib-terneo

1.0.1 • Public • Published

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": "myterneo@gmail.com", "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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-red-contrib-terneo

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    55.4 kB

    Total Files

    11

    Last publish

    Collaborators

    • kutovoys