npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-intesis

v1.0.7

Published

Homebridge plugin for the Intesis REST API.

Downloads

38

Readme

Homebridge Intesis

------NOTICE PLEASE READ------

Thank you for your interest into the Homebridge Intesis plugin. Intesis has informed me that they do not currently have a formal process in place to accept any more API key requests. They are doing their best and are in the process of coming up with a formal process.

Intesis have asked that I temporarily bring down the NPM package and Github repo, but it is considered bad practise. Can you please register your interest to get an API key via this Google Form (https://goo.gl/forms/90Kz1bjU9i0X53Ak1) and I will pass it on to Intesis. Please fill out the form instead of contacting Intesis directly.

REGISTER FOR API KEY BY USING LINK BELOW https://goo.gl/forms/90Kz1bjU9i0X53Ak1 Please not contact Intesis directly.

Overview

This is a Homebridge plugin that allows you to create heater/cooler accessories in HomeKit for your Intesis devices. This uses the Intesis REST API. ~~You will need to request access to the REST API by contacting Intesis.~~ PLEASE SEE THE NOTICE ABOVE ABOUT API KEYS.

This plugin will create a heater/cooler accessory in HomeKit per device that is returned by the Intesis REST API.

Installation

You must have Homebridge already installed, then just install the plugin by running npm install -g homebridge-intesis

Configuration

I have included an example config of the platform in example.config.json.

Required Options

  • platform - Must be "intesis".
  • clientID - This is the client ID.
  • clientSecret - This is the client secret.
  • username - This is the username you use to log into the web platform/app.
  • password - This is the password you use to log into the web platform/app.

Optional Options

  • apiBaseURL - If the Intesis API URL changes you can set this. This will default to "https://user.intesishome.com/".
  • grantType - Best to leave this one alone. It has to do with the authentication. It defaults to "password".
  • configCacheSeconds - This is the number of seconds the plugin will cache the config from Intesis. This will prevent the plugin from hammering the REST API for the latest config. Default value is 30.