dfilsinger-erminas wrote: ↑06 Feb 2023, 13:15
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.
Code: Select all
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 there:
Screenshot_Node-RED.png
If one of the versions is different, despite the updates, remove this part and reinstall it.
The easiest way to remove the nodes is to use the palette manager in Node Red. The Remove button is only displayed when all RevPi nodes have been removed from the flows. Including the config nodes. You can find the config node by searching (
ctrl-f) with the keyword "revpi-server".
Regards,
Dennis
Hello @Dennis,
I have the same problem as Federico. I have both upgraded the server to 1.0.5-1:
- server_version.png (17.94 KiB) Viewed 18338 times
and client version to 1.1.0.
- client_version.png (6.85 KiB) Viewed 18338 times
But still cannot get IO pin of RevPi Connect+ with the following npm status:
3月 27 11:14:27 RevPi39484 Node-RED[4023]: 27 Mar 11:14:27 - [info] Started flows
3月 27 11:15:53 RevPi39484 Node-RED[4023]: 2023-03-27 03:15:53 Connecting to WS Server wss://localhost:8000
3月 27 11:15:53 RevPi39484 Node-RED[4023]: 2023-03-27 03:15:53 ERROR Connection to server wss://localhost:8000 error: connect ECONNREFUSED 127.0.0.1:8000
3月 27 11:16:20 RevPi39484 Node-RED[4023]: 27 Mar 11:16:20 - [info] Stopping flows
3月 27 11:16:20 RevPi39484 Node-RED[4023]: 27 Mar 11:16:20 - [info] Stopped flows
3月 27 11:16:20 RevPi39484 Node-RED[4023]: 27 Mar 11:16:20 - [info] Starting flows
3月 27 11:16:20 RevPi39484 Node-RED[4023]: 2023-03-27 03:16:20 Connecting to WS Server wss://localhost:8000
3月 27 11:16:20 RevPi39484 Node-RED[4023]: 27 Mar 11:16:20 - [info] Started flows
3月 27 11:16:20 RevPi39484 Node-RED[4023]: 2023-03-27 03:16:20 ERROR Connection to server wss://localhost:8000 error: connect ECONNREFUSED 127.0.0.1:8000
3月 27 11:16:20 RevPi39484 Node-RED[4023]: 2023-03-27 03:16:20 Lost connection to WS Server!
How to solve it?
Best regards,
Cloud