1.0.1 • Published 4 years ago

node-red-contrib-ina226-sensor v1.0.1

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
4 years ago

node-red-contrib-ina226-sensor

(in English)

a node-red node for the ina226 and ina260 sensor module.

the node uses ina226 npm module.

npm install node-red-contrib-ina226-sensor

Outputs voltage, current(ampere) and power in JSON format.

I2C address(default: 0x40) and shunt resistor(ina226 excludes, ina260 includes 2m-Ohm) are configurable.

(in Japanese)

ina226, ina260モジュール向けNode-REDノードです。

このノードはina226ノードモジュールを使用しています。

npm install node-red-contrib-ina226

電圧値(V)、電流値(A)、電力値(W)の情報をJSONフォーマットで出力します。

I2Cアドレス(デフォルトは0x40)とシャント抵抗値(ina226は外出し、ina260は2mΩを内包)を設定できます。

example flow