node-red-contrib-terneo 1.0.1

Terneo thermostats connectivity nodes for node-red

npm install 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

Collection Info

Node Info

Version: 1.0.1
Updated 4 years, 4 months ago
License: MIT
Rating: 5.0 3

Actions

Rate:

Downloads

1 in the last week

Nodes

  • terneo-in
  • terneo-out
  • terneo-host

Keywords

  • terneo
  • homekit
  • node-red

Maintainers