Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ninja-heatmiser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ninja-heatmiser

NinjaBlocks Heatmiser Driver

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

ninja-heatmiser

A Ninja Blocks driver to talk to Heatmiser thermostats

###Overview

Exports any number of Heatmiser Thermostats as NinjaBlocks devices. You can also avoid buying Heatmiser's MultiLink and save over £140.

Each Thermostat will appear as

  • Air temperature (sensor)
  • Floor temperature, if floor probe installed (sensor)
  • Target temperature (actuator)
  • Hold time in minutes (actuator)
  • Home/Away status (actuator)

###Installation

Clone this repo into your drivers folder and install the dependencies. Restart the ninjablock service and you are good to go.

cd /opt/ninja/drivers
git clone https://github.com/carlossg/ninja-heatmiser.git
cd ninja-heatmiser
npm install
sudo service ninjablock restart

###Configuration

To add a thermostat go to the web settings - Blocks - Configure - Ninja Heatmiser Configure button. Enter a friendly name, host, port and pin of the thermostat. The devices for the sensors and actuators will show up in the Beta Dashboard and you can use the Rules editor to manage the thermostat.

The configuration is stored in

/opt/ninja/config/ninja-heatmiser/config.json

and can be easily edited

{
  "config": {
    "thermostats": {
      "living room": {
        "host": "192.168.1.10",
        "port": 8068,
        "pin": 1234
      }
    },
    "pollInterval": 60000
  }
}

###TODO

  • A better dashboard widget to see all the data in one place and allow manual operation from it
  • Automatically sync time to the thermostat and avoid handling DST manually

Keywords

FAQs

Package last updated on 28 Apr 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc