Socket
Socket
Sign inDemoInstall

node-red-contrib-terneo

Package Overview
Dependencies
7
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-terneo

Terneo thermostats connectivity nodes for node-red


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 08 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc