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

v1.0.0

Published

Homebridge plugin gérant un interrupteur avec le module SR-201

Downloads

2

Readme

homebridge-InterrupteurSR201

But

Envoyer des commandes au module SR-201 dans le cadre d'une integration dans homebridge. Ce module est équipé d'une connexion ethernet et de deux relais avec un port d'extension permettant d'en connecter 6 autres.

Remerciements

Un grand merci a Urs P. Stettler (https://github.com/cryxli) pour son travail.
Total respect.
Merci également à l'équipe homebrdige (https://homebridge.io).

Installation

  1. Installez homebridge
  2. Installez ce plugin: npm install -g homebridge-InterrupteurSR201
  3. Mettez à jour le fichier config.json
  4. Configurez le module SR-201
    4.1. Script perl (https://github.com/CapitaineKirk/homebridge-InterrupteurSR201/blob/master/scripts/ConfigSR-201.pl)
    4.2. Script python (https://github.com/cryxli/sr201/blob/master/scripts/python-config-script/relay.py)

Configuration

"accessories": [
     {
      "accessory": "InterrupteurSR201",
      "name": "Chauffe-eau",
      "adresseIp": "192.168.4.204",
      "relais": 1,
      "intervalLecture": 1,
      "debug": 0 
      }
]

| Key | Description | Default | | --- | --- | --- | | accessory | Doit être InterrupteurSR201 | N/A | | name | Nom qui apparaîtra dans l'application Home | N/A | | adresseIp | Adresse Ip du module | N/A | | relais | Numéro du relais | N/A | | intervalLecture | Interval de lecture de l'état du module en seconde| 1 | | debug | Active le mode verbeux | 0 |

Protocole de commandes du SR-201

Ce n'est pas utile pour l'utilisation du plugin, mais permet de comprendre le fonctionnement de celui-ci.

Port de connexion TCP : 6722

Activation du relais 1 : 11
relachement du relais 1 : 21
Activation du relais 2 : 12
relachement du relais 2 : 22
Activation du relais 3 : 13
relachement du relais 3 : 23
Activation du relais 4 : 14
relachement du relais 4 : 24
Activation du relais 5 : 15
relachement du relais 5 : 25
Activation du relais 6 : 16
relachement du relais 6 : 26
Activation du relais 7 : 17
relachement du relais 7 : 27
Activation du relais 8 : 18
relachement du relais 8 : 28
Activation de tous les relais : 1X
relachement de tous les relais : 2X
Interrogation de l'etat des relais : 00

Pour le fun, vous pouvez utiliser l'utilitaire nc pour dialoguer avec le module.
Attention, pas de CR ni de CR/LF a la fin d'une commande (donc pas de touche <return>), mais envoi de la commande par CTRL-D (fin de flux).

Remarque : le module vous deconnecte au bout de 15s sans activite.

exemple :
$ nc 192.168.0.200 6722
00 (puis CTRL-D)

renvoie:
00000000
si tous les relais sont relaches