Hi to everybody,
I 've recently installed the "node-red-contrib-revpi-nodes" Revpi node package, but the nodes do not work properly: for example the revpi-single-input node input pin dropdown menù do not work, as shown in the attached picture, since it does not shows the available pin in my RevPi Core + RevPi DIO configuration
What I did.
After powering my RevPi Core and DIO modules, I configured the system by using RevPi and then saving the configuration: this is as it looks now
Then I installed the required official backend server following the procedure described in the GIT project page, with a few changes: I was not able to install the server with the command
Code: Select all
sudo apt-get install noderedrevpinodes-server
Code: Select all
wget https://github.com/erminas/noderedrevpinodes-server/releases/download/1.0.2-1/noderedrevpinodes-server_1.0.2_all.deb
Code: Select all
1.0.2
Code: Select all
1.0.2-1
Code: Select all
sudo dpkg -i ./noderedrevpinodes-server_1.0.2_all.deb
Code: Select all
.deb
Code: Select all
sudo apt install ./noderedrevpinodes-server_1.0.2.deb
After that I loaded the "node-red-contrib-revpi-nodes" package from inside the running installation of Node-red by using the "manage palette" menù as usual: the installation worked fine, however since then I have not been able to see the status of any of the available RevPi pins. Also I am nod able to uninstall the package as it says that there is "one hidden node" running. I then tried several elementary things like turn on and off the system several times and so on but I did not succeed in making the system working as expected. Thanks in advance for your help.