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

node-red-contrib-ampio

v0.6.5

Published

Ampio node

Downloads

49

Readme

Ampio Node-RED module

Ampio add-on made to use Ampio Smart Home devices in Node-RED.

Pre-requisites

You need Ampio Smart Home system, because this module is meant only to integrate it with another node-red plugins. You also need M-SERV-s with latest firmware, or Ampio Smart Home server installed in docker and connected through special serial-CAN adapter with Docker host device.

Install

This node should be pre-installed on your M-SERV-s. In case of having software in Docker, use MENU -> Manage Palette -> Install and type ampio. Another way is to use Terminal, and installing this add-on in your ~/.node-red directory.]

Using this add-on

After having this module installed, you will see helpful instructions in Help sections. Basically, after installing you will have 4 add-ons:

  • Ampio IN, node meant to receive informations from modules, such like: states of inputs, outputs, flags, temperatures from sensors, states of analog inputs/outputs, and 8,16,32-bit measurements. Values will be delivered immediately, after they will change, they are not sent periodically.
  • Ampio OUT, meant to control outputs and flagfs ion Ampio system. You can also change temperature controller desired temperatures.
  • Ampio LCD, a complete tool to display text and shapes on LCD screen on MDOT touch panels.
  • Ampio Events, to send and/or receive events from your CAN Network.

Changelog

Disclaimer: every version lower than 1.0.0 is considered as beta. I do all my best to make every release as stable as possible, but due to fast development of protocol, API changes may occur. 1.0.0 is planned after transition to /b/ MQTT broadcasts, which requires many changes.

0.6.x

0.6.5 - add support for new devices 0.6.4 - "Legacy mode..." bug fix 0.6.3 - device list bug fix 0.6.2 - no changes 0.6.1 - no changes 0.6.0 - local unix-socket based connection option added

0.5.x

0.5.1 - Update devtypes.json 0.5.0 - add support for M-DOT-M18

0.4.x

0.4.5 - fixed LCD node. 0.4.4 - fixed an issue, when user opened node parameters, deviced list was being generated 3 times, which sometimes resulted in tripled outputs list. Removed faulty "update MQTT" warnings. 0.4.3 - fixed lack of support of linear flags in devices with protocol >= 22. 0.4.2 - bugfix - unknown device type was crashing device list. Now this bug is handled. 0.4.1 - bugfix, outputs were not visible for MIN-11p 0.4.0 - general update, modified backend to create only one, shared client for every MQTT broker, added config node, which gives possibility to store configurations of many brokers, updated list of device types. Manual configuration update is required after update - you will need to go add broker configuration and select it in ever Ampio Node.

0.3.x

0.3.0 - Added functionality of loading input/output descriptions from modules.Requires MQTT bridge in version 3.14 or later to support this functionality; corrected encoding in module names

0.2.x

0.2.5 - corrected big font bug 0.2.4 - corrected bug with flags 0.2.3 - corrected bug - outputs not working 0.2.2 - corrected the bug - MRT heating/cooling functions were not working, now it's OK; added IR codes sending from MSENS module; updated help files with latest functionalities 0.2.1 - added au8, au16, au32 values for MCON devices. Moved values descriptions to external database. Modified and updated help files. Created readme file and updated package.json to fit node-red requirements. 0.2.0 - general update, adding auto discovery for modules and auto-discovery for functions of modules