Search found 6 matches

by dfilsinger-erminas
06 Feb 2023, 13:15
Forum: RevPi Nodes for Node-RED
Topic: noderedrevpinodes-server ERROR Connection to server wss://localhost:8000
Replies: 8
Views: 11448

Re: noderedrevpinodes-server ERROR Connection to server wss://localhost:8000

Hi Federico, check the versions again like this: You can get the server version with this command. The Server should be in version 1.0.5-1 not 1.0.5. apt-cache policy noderedrevpinodes-server For the client, go to the palette manager in the NodeRed frontend. The nodes with version 1.1.0 should be th...
by dfilsinger-erminas
02 Feb 2023, 15:17
Forum: RevPi Nodes for Node-RED
Topic: noderedrevpinodes-server ERROR Connection to server wss://localhost:8000
Replies: 8
Views: 11448

Re: noderedrevpinodes-server ERROR Connection to server wss://localhost:8000

Hi Federico, The server versions only run with the corresponding client versions: 1.0.9 with 1.0.4 1.1.0 with 1.0.5 You can use the following steps to get it to work: 1. Download the latest version of the server and update it. This is version 1.0.5-1 wget https://github.com/erminas/noderedrevpinodes...
by dfilsinger-erminas
09 Nov 2022, 10:15
Forum: RevPi Nodes for Node-RED
Topic: Node-Red Double Word to 32 bit Int Conversion
Replies: 2
Views: 7026

Re: Node-Red Double Word to 32 bit Int Conversion

Hello Zhiyao Yin, basically, you would have to use the two's complement to convert the DWORD into Int. To get around this, you can convert the result of parseInt() into 32-bit-int by forcing it with a binary operation. In this case, the or operation is always done by parseInt(), so this has no other...
by dfilsinger-erminas
08 Sep 2022, 10:46
Forum: RevPi Nodes for Node-RED
Topic: Unable to Connect to remote AIO module with node red
Replies: 23
Views: 39236

Re: Unable to Connect to remote AIO module with node red

Hello jamalafiq, it looks like you don't have the latest version of the server installed. The nodes in version 1.0.9 require the server in version 1.0.4. If you are not sure which version is installed, you can use this to check: apt-cache policy noderedrevpinodes-server The easiest way to install a ...
by dfilsinger-erminas
01 Apr 2022, 12:23
Forum: RevPi Nodes für Node-RED
Topic: RevPi Nodes Update
Replies: 1
Views: 3340

RevPi Nodes Update

Liebe Revolution Pi Community, wir haben die NodeRed RevPi Nodes geupdatet. Die RevPi Nodes in Version 1.0.9 sind auf github und npm verfügbar. Der benötigte Server in Version 1.0.4 ist auf github und ab heute auch in der Debian Package Liste verfügbar. Das Problem mit dem Speicherüberlauf des Serve...
by dfilsinger-erminas
01 Apr 2022, 12:22
Forum: RevPi Nodes for Node-RED
Topic: RevPi Nodes Update
Replies: 0
Views: 9690

RevPi Nodes Update

Dear Revolution Pi Community, we updated the NodeRed RevPi Nodes. The RevPi Nodes package is available in version 1.0.9 on github and npm . The corresponding server in version 1.0.4 is available on github and from today also in the Debian package list. The memory leak of the server that occurred in ...