I have developed a NodeRed plugin for interacting with Fuxa and need interested people to help improve this project together. #1668
shuyu404
started this conversation in
Show and tell
Replies: 2 comments
-
@shuyu404 this is a great start. It would be best if you translate your code to English and more people can help contribute. I will give it a go once you have the packages published on Node-Red |
Beta Was this translation helpful? Give feedback.
0 replies
-
Wow interesting @shuyu404 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have developed a NodeRed plugin for interacting with Fuxa and need interested people to help improve this project together.
https://github.com/shuyu404/node-red-contrib-fuxa
NodeRed Contrib FUXA
Currently in the demo testing phase, plugin development is not yet planned. The purpose is to validate technical feasibility. More detailed updates will follow in the future.
Usage Instructions
Download the source code to the specified folder. (It will later be published to the NodeRed repository as a connector component between NodeRed and FUXA.)
Install the plugin in the NodeRed root directory.
For example, if your file location is
E:\work_space\vscode\node-red\packages\node_modules\@node-red\nodes\core\FUXA
, use the following command to install:npm install E:\work_space\vscode\node-red\packages\node_modules\@node-red\nodes\core\FUXA
Use the FUXA component:


The plugin will automatically retrieve FUXA data, allowing you to bind values from FUXA.
Send data test:

Receive data test:

Beta Was this translation helpful? Give feedback.
All reactions