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-philips-airjs

v0.2.8

Published

NodeRed node for Philips Air purifier in js.

Downloads

10

Readme

node-red-contrib-philips-airjs

NodeRed node for Philips Air purifier in js.

What is AirJS ?

This is a node for Node-Red to view the status and send commands to Philips Air purifiers that use the COAP protocol (Encrypted). It is based on work by @biemond ( https://github.com/biemond/com.athom.philipsair.git ) and @betaboon ( https://github.com/betaboon/aioairctrl.git ).

There are other nodes in NodeRed for COAP based Philips Air purifiers but these use Python and bridge 'aioairctrl', so are not native JS implementations.

Configuration

In the IP/Host property of the node enter the IP address or Hostname of the air purifier.

Usage

The Node will observe and receive status message with all the current state information from the device. The output of these message is in JSON format with topic 'status', content will depend on your device type.

Commands

The input of the node accepts two type of commands.

Node control commands

'Observe' and 'Stop'. These will start and stop observing the device.

Device control commands

These are device specific commands.

Format: key value (example: pwr 0 switches the device off).

If succesful a message will be sent to the output with topic 'command' and payload {"status":"success"} (This means that the command has been received by the device, not that it is executed. An incompatible or not understood command can still have status of success). In case of failure the payload will be an error message.

Some commands (device specific):

Modes (Manual, Auto, Turbo, sleep)

mode M, mode AG, mode T, mode S

Fan speed

om 1, om 2

Power On/Off

pwr 1, pwr 0

Child lock On, Off

cl True, cl False

Buttons light: ON, Off

uil 1, uil 0

Other devices might have more and other commands. For some devices you first need to set the device to manual before adjusting fan speed.

Status

The output json object is also device specific. Here are some of the outputs I use.

om - Fan speed
pwr - Power
cl - Child loc
aqil - Light brightness: 100
uil -Buttons light
mode - Mode
pm25 - PM25
iaql - Allergen
tvoc - tvoc
fltt1 - HEPA filter type
fltt2 - Active carbon filter
fltsts0 - Pre-filter and Wick: clean in ? hours
fltsts1 - HEPA filter: replace in ? hours
fltsts2 - Active carbon filter: replace in ? hours

Compatibility

The node has been tested on an AC3039.

It should be compatible with more Philips Air purifiers with COAP support like :

  • AC1214
  • AC2729
  • AC2889
  • AC2939
  • AC3059
  • AC3829
  • AC3858
  • AC4236