node-red-contrib-yoctopuce-sensors
A Node-RED node to interact with Yoctopuce Sensors.
Deprecated!
This Node-RED package is deprecated. Please use node-red-contrib-yoctopuce package that provide the same features and much more.
Install
You can install this node directly from the "Manage Palette" menu in the Node-RED interface. There are no external dependencies or compilation steps.
Alternatively, run the following command in your Node-RED user directory - typically ~/.node-red
on Linux
or %HOMEPATH%\.nodered
on Windows
npm install node-red-contrib-yoctopuce-sensors
Usage
Each connection to a Yoctopuce sensor is represented by a YSensor node.
The YSensor node has 6 parameters:
-
YoctoHub Hostname: the hostname or the IP address of the VirtualHub or YoctoHub where the YSensor is connected.
-
YoctoHub Port: the port used by the VirtualHub or YoctoHub (usually 4444).
-
YoctoHub Username (optional): the username to access the VirtualHub or YoctoHub.
-
YoctoHub Password (optional): the password to access the VirtualHub or YoctoHub.
-
YSensor Hardware ID: the hardware id of the Yoctopuce sensor.The Hardware ID can be specified using several formats:
- FunctionLogicalName
- ModuleSerialNumber.FunctionIdentifier
- ModuleSerialNumber.FunctionLogicalName
- ModuleLogicalName.FunctionIdentifier
- ModuleLogicalName.FunctionLogicalName
-
Name (optional): the name of this Node-RED node.