Page 1 of 1

About Module is present, but NOT CONFIGURED!!!

Posted: 24 Apr 2019, 09:57
by ericbcondux
Dear Sir:

First time using this product many things we are not very understand. We have read web site document and video. Now status you can see the attach file. We do not understand where can configured the AIO. Please tell us how to solve the problem?

Best Regards!

Re: About Module is present, but NOT CONFIGURED!!!

Posted: 24 Apr 2019, 10:04
by dirk
Hi, maybe the AIO module is on the left side of the RevPi Core Module. So try to change the position, save, restart driver and again "piTest -d".

Re: About Module is present, but NOT CONFIGURED!!!

Posted: 24 Apr 2019, 10:46
by ericbcondux
Dear Dirk:

Thank's for you help now we can get data. Could you tell us which tool can let the data plot and storage?
Best Regards!

Re: About Module is present, but NOT CONFIGURED!!!

Posted: 24 Apr 2019, 17:08
by dirk
Hey there are much possibilities here how you may plot data. I prefer using Node-RED and the Dashboard.
You may enable Node-RED via these two commands and then open a browser to http://IP:1880

Code: Select all

sudo systemctl enable nodered.service
sudo systemctl restart nodered
Here is a post how to enable the Dashboard.
I have translated it for simplicity
Hi, last installed the Node-RED Dashboard with these commands sudo apt update
sudo apt install npm
npm install node-red-dashboard
sudo systemctl restart nodered.service Then under Manage Palette->Install->"Dashboard"
Scroll down, expand search results.
"node-red-dashboard" [Install] Button
Just insert an Exec Node with a command that just prints out a numeric value i.e. "piTest -1 -q -r InputValue_1" .