0.9.0 • Published 5 years ago

@uhuru/node-red-contrib-omron-2jcie-bu v0.9.0

Weekly downloads
32
License
ISC
Repository
bitbucket
Last release
5 years ago

@uhuru/node-red-contrib-omron-2jcie-bu

Installation

To install the stable version use the Menu - Manage palette - Install option and search for node-red-contrib-omron-2jcie-bu, or run the following command in your Node-RED user directory, typically ~/.node-red

cd ~/.node-red
npm install @uhuru/node-red-contrib-omron-2jcie-bu

Usage

Input

msg object

For this node, the input msg object is just a trigger.

sensor data

This node reads sensor data from a local serial port. A user must set the serial port name (e.q. '/dev/ttyUSB0' ).

Output

This node outputs msg objects including sensor data and event flag. The format of the message is below.

Output 1 sensor data

msg: {
    payload: {
        temperature: 27.43,
        relativeHumidity: 61.18,
        ambientLight: 948,
        barometricPressure: 1005.849,
        soundNoise: 47.09,
        etvoc: 50,
        eco2: 733,
        discomfortIndex: 76.38,
        heatStroke: 24.9
    }
}

Output 2 event flag

msg: {
    payload: {
        temperatureEvent: 1,
        relativeHumidityEvent: 0,
        ambientLightEvent: 4,
        barometricPressureEvent: 256,
        soundNoiseEvent: 0,
        etvocEvent: 0,
        eco2Event: 0,
        discomfortIndexEvent: 0,
        heatStrokeEvent: 0,
    }
}

Copyright and license

Copyright Uhuru Coproration under the Apache 2.0 license.

0.9.0

5 years ago

0.9.0-rc4

5 years ago

0.9.0-rc3

5 years ago

0.9.0-rc2

5 years ago

0.9.0-rc

5 years ago

0.2.0

5 years ago

0.2.0-rc

5 years ago

0.1.0

5 years ago

0.1.0-rc4

5 years ago

0.1.0-rc2

5 years ago

0.1.0-rc1

5 years ago

0.1.0-rc

5 years ago