node-red / node-red-nodes

Extra nodes for Node-RED
Other
982 stars 592 forks source link

Help! I need this LoRa Input #1019

Open msenatra opened 1 year ago

msenatra commented 1 year ago

Hello everybody,

Help, we need this version of Library of Node-RED

image

I don´t know where I can find it. We need to put in the project the following node "LoRa @Input":

LoRa Input

Thanks for all the community!

knolleary commented 1 year ago

Your screenshot shows Node-RED 0.15.3 - that is a very old version of Node-RED. However it is unrelated to the LoRa node. We don't maintain any lora nodes ourselves in the project.

What module provides that node? Your screenshot shows the node-red entry from the palette manager - there must be another that mentions lora.

Have you searched the flow library? https://flows.nodered.org/

msenatra commented 1 year ago

Your screenshot shows Node-RED 0.15.3 - that is a very old version of Node-RED. However it is unrelated to the LoRa node. We don't maintain any lora nodes ourselves in the project.

What module provides that node? Your screenshot shows the node-red entry from the palette manager - there must be another that mentions lora.

Have you searched the flow library? https://flows.nodered.org/

Hi knolleary, thanks for your reply.

Maybe I found a solution. I have to add a base64 node to the flow to convert the base64 data into a buffer, but I have a problem when I try to install it. in Node-RED. Do you know what it means?

image

image

Thanks for your help!

Have a nice day!

hardillb commented 1 year ago

Please ask questions on the Node-RED Forum, Slack or on Stack Overflow with suitable tags. Links to both the forum or Slack are on the Node-RED homepage.

Issues on this repository are only used for actual defects in Node-RED nodes hosted here.

The EAI_AGAIN error means the device you are running Node-RED on can not resolve DNS names (in this case it can not resolve registry.npmjs.org which is needed to install npm modules), this is not a problem with Node-RED or the node-red-node-base64 node, but with the network configuration of the device and we can not help with that.