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-hilo

v2.0.0

Published

Plugin Homebridge (non officiel) pour la passerelle et les appareils Hilo de Hydro-Québec | Unofficial Homebridge plugin for Hydro-Québec Hilo bridge and devices

Downloads

704

Readme

⚠️ Hilo a retiré la méthode de connexion par nom d'utilisateur et mot de passe à partir du 10 avril 2024. Les versions 1.X.X ne fonctionnent plus. Veuillez installer la version 2.0.0 ou supérieur ⚠️

⚠️ Hilo deprecated the username/password login method as of April 10th 2024. Versions 1.X.X no longer work. You must install version 2.0.0 or higher. ⚠️

homebridge-hilo

verified-by-homebridge npm-version npm-total-downloads

Donate Donate

Plugin Homebridge pour Hilo par Hydro-Québec, permet de contrôler vos appareils Hilo par le biais de HomeKit et de l'app Domicile d'Apple.

Note: Ceci n'est pas un plugin officiel, le plugin n'est pas affilié avec Hilo ni Hydro-Québec

Installation

  1. Installer Homebridge en suivant les instructions.
  2. Installer le plugin en utilisant Homebridge Config UI X (REQUIS), ou en exécutant npm install -g homebridge-hilo.

Configuration

Pour que le plugin soit fonctionnel, il doit avoir accès à votre compte Hilo

Vous devrez vous connecter à votre compte Hilo lors du processus d'installation fournit par Homebridge Config UI X (REQUIS)

Dans la page de configuration du plugin

  1. Vous devrez connaître l'adresse IP ou le nom de domaine que vous utilisez pour vous connecter à homebridge. Habituellement, ce sera l'adresse dans votre navigateur
  2. Cliquez sur le bouton "Login with Hilo" pour démarrer le processus d'authentification
  3. Connectez-vous à votre compte hilo
  4. Entrez l'adresse ip ou le nom de domaine que vous avez pris à l'étape 1 et ajoutez le port 8880 à la fin. Exemples: http://192.1680.10:8880 http://homebridge.local:8880
    • Attention: Selon la façon dont vous avez configuré votre serveur homebridge, vous devrez vous assurer que le port 8880 est acheminé jusqu'à votre serveur homebridge. Par exemple pour une configuration docker il faudra ajouter -p 8880:8880 à votre commande docker. Si vous utilisez un reverse proxy, vous devrez ajouter le port 8880 à votre configuration
  5. Cliquez sur le bouton "Save", puis cliquez sur le bouton "Link account"
  6. Vous pouvez sauvegarder votre configuration et redémarrer votre serveur homebridge

Défi Hilo

Un capteur de contact vous permet de déterminer si un défi est actif ou non. Cela peut être utile pour déterminer si vos automatisations doivent être mis en pause.

Appareils pris en charge

Appareil | Pris en charge? | Notes ---|---|--- Thermostat | ✅ | Interrupteur | ✅ | Non testé Gradateur | ✅ | Prise | ✅ | Non testé Ampoule | ✅ * | Ne supporte pas les couleurs présentement Détecteur de fumée / monoxyde de carbone | 🚧 | Station météo | 🚫 |

Si l'un de vos appareils n'est pas encore pris en charge par le plugin, les contributions (PR) sont les bienvenues.


homebridge-hilo

Homebridge plugin for Hilo par Hydro-Québec, enabling control of your Hilo devices via HomeKit and the Apple Home App.

Note: This is not an official plugin, this plugin is not affiliated with Hilo nor Hydro-Québec.

Installation

  1. Install Homebridge by following the instructions.
  2. Install this plugin using Homebridge Config UI X (REQUIRED), or by running npm install -g homebridge-hilo.

Configuration

For the plugin to work, it needs access to your Hilo account

You will need to login to your Hilo account during the installation process provided by Homebridge Config UI X (REQUIRED), or by adding the following configuration to homebridge

In the plugin configuration page

  1. You will need to know the IP address or the domain name you use to connect to homebridge. Usually it will be theaddress in your browser
  2. Click on the "Login with Hilo" button to start the authentication process
  3. Login to your hilo account
  4. Enter the ip address or domain name you took not at step 1 and add the port 8880 at the end. Examples: http://192.1680.10:8880 http://homebridge.local:8880
    • Note: Depending on how you have configured your homebridge server, you will need to ensure that port 8880 is routed to your homebridge server. For example for a docker configuration you will need to add -p 8880:8880 to your docker command. If you are using a reverse proxy, you will need to add port 8880 to your configuration
  5. Click on the "Save" button, then click on the "Link account" button
  6. You can save your config and restart your homebridge server

Hilo Events (Challenges)

A contact sensor allows you to determine whether a challenge is active or not. This can be useful in determining if your automations should be paused.

Supported devices

Device | Supported? | Notes ---|---|--- Thermostat | ✅ | In-wall switch | ✅ | Not tested In-wall dimmer | ✅ | Plug-in switch | ✅ | Not tested Bulb | ✅ | Currently does not support colors Smoke / CO detector | 🚧 | Weather station | 🚫 |

If one of your device is not yet supported by the plugin, contributions (PR) are welcome.