node-red-contrib-philips-air

Node-RED node for Philips Air purifiers

Usage no npm install needed!

<script type="module">
  import nodeRedContribPhilipsAir from 'https://cdn.skypack.dev/node-red-contrib-philips-air';
</script>

README

node-red-contrib-philips-air

Unofficial Node-RED node for Philips Air purifiers

Based on Philips Air npm package.

Features

More information on https://developer.aliyun.com/mirror/npm/package/philips-air.

Import this example flows to get started quickly in Node-RED.

Get

  • getStatus Returns an object representing the current status of the purifier.
  • getWifi Returns an object representing the wifi settings of the purifier. Only supported with HTTP protocol.
  • getFirmware Returns an object representing information on the firmware of the purifier.
  • getFilters Returns an object representing the air filters in the purifier.

Set

Sends values to the purifier.

How to install

Use the pallette editor to install philips-air.

Or manually by installing npm install node-red-contrib-philips-air.

Available node

Philips air

Changelog

v0.3.0 {latest)

  • Make errors catchable in Node-RED 1.x

v0.1.0

  • Add support for CoAP and PlainCoAP protocols
  • Reset status on redeploy
  • Enhance error messages
  • Show Processing state before processing starts

v0.0.1

  • Initial release