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

connect-nodes

v0.0.6

Published

Node-RED contribution package with nodes for interaction with CONNECT Smart Home system and configure your own UI

Downloads

103

Readme

connect-nodes

CONNECT Smart Home nodes pack

Node-RED contribution package with nodes for interaction with CONNECT Smart Home system and configure your own UI.

Full documentation and automation examples: CONNECT Docs.

Follow us on Instagram, YouTube.

Nodes description

UI nodes:

UI nodes provide to customize your own UI. Easily control any your devices connected via Node-RED with UI nodes.

  • You can download free mobile apps to use your UI:

iOSAndroid

UI-Switch

Node for provide a switch in the WEB UI or App.

UI-Dimmer

Node for provide one-channel dimmer in the WEB UI or App.

UI-CW

Node for provide two-channel Cold-Warm dimmer in the WEB UI or App.

UI-RGB

Node for provide three-channel RGB dimmer in the WEB UI or App.

UI-RGBW

Node for provide four-channel RGBW dimmer in the WEB UI or App.

UI-Thermostat

Node for provide thermostat control in the WEB UI or App.

UI-Status

Node for visualize any data in the WEB UI or App.

UI-Curtains

Node for provide curtains, blinds etc. control in the WEB UI or App.

UI-Notification

Node for quick notification / push-message in the WEB UI or App.

UI-Scene

Node for adding Scene button in the App.


Functional nodes:

Digital-In

Node for get value of digital input of CONNECT blocks. Currently supported blocks:

  • DI4 - Digital inputs (dry contact type)
  • DI4 OC - Digital inputs (open collector or open drain types)

Relay-Out

Node for control digital output of CONNECT blocks. Currently supported blocks:

  • R1 - Relay block with double-throw (NC, NO) relay
  • R8 - Relay block with single-throw (NO) relays

Dimmer-Out

Node for control dimmable outputs of CONNECT blocks. Currently supported blocks:

  • DT1 - Triac 230V dimmer
  • W4 - 4-channel (RGB / RGBW / Cold Warm) LED strips controller

RS485-In

Node for reading RS485 messages from any RS485 devices. Currently supported blocks:

  • RS485 - Block providing connection of third-part RS485 devices to CONNECT Smart Home system

RS485-Out

Node for sending RS485 messages from CONNECT Smart Home system to any RS485 devices. Currently supported blocks:

  • RS485 - Block providing connection of third-part RS485 devices to CONNECT Smart Home system

ModbusRTU

Node for sending Modbus RTU requests from CONNECT Smart Home system to any Modbus RTU devices. Function codes currently supported include:

  • FC 1: Read Coil Status
  • FC 2: Read Input Status
  • FC 3: Read Holding Registers
  • FC 4: Read Input Registers
  • FC 5: Force Single Coil
  • FC 6: Force Single Register
  • FC 15: Force Multiple Coils
  • FC 16: Force Multiple Registers

Currently supported blocks:

  • RS485 - Block providing connection of third-part RS485 devices to CONNECT Smart Home system

DMX

Node for interaction CONNECT Smart Home with DMX512 devices. Currently supported blocks:

  • DMX - Block providing connection of DMX devices to CONNECT Smart Home system

Ajax

Node for receiving statuses from Ajax sensors that was paired with CONNECT blocks. Currently supported blocks:

Ajax-Add

Node for pairing Ajax sensors in CONNECT Smart Home. Currently supported blocks:

Ajax-Delete

Node for remove all Ajax sensors that was paired with CONNECT blocks. Currently supported blocks:

ZigBee

Node for sending & receiving data to/from Zigbee sensors and other devices that was paired with CONNECT Smart Home system. Currently supported blocks:

ZigBee-Add

Node for pairing ZigBee devices in CONNECT Smart Home. Currently supported blocks:

ZigBee-Delete

Node for remove all ZigBee devices that was paired with CONNECT. Currently supported blocks:

Installation

Run the following command in the root directory of your Node-RED install

npm install connect-nodes

or install it via Node-RED Manage palete

Authors

CONNECT Smart Home