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!
About Module is present, but NOT CONFIGURED!!!
-
- Posts: 4
- Joined: 24 Apr 2019, 09:45
About Module is present, but NOT CONFIGURED!!!
- Attachments
-
- 註解 2019-04-24 155350.png (216.52 KiB) Viewed 4623 times
-
- 註解 2019-04-24 155324.png (33.96 KiB) Viewed 4623 times
Re: About Module is present, but NOT CONFIGURED!!!
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".
-
- Posts: 4
- Joined: 24 Apr 2019, 09:45
Re: About Module is present, but NOT CONFIGURED!!!
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!
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!
- Attachments
-
- 註解 2019-04-24 164228.png (53.81 KiB) Viewed 4619 times
-
- 註解 2019-04-24 163718.png (30.81 KiB) Viewed 4619 times
-
- 註解 2019-04-24 163652.png (213.76 KiB) Viewed 4619 times
Re: About Module is present, but NOT CONFIGURED!!!
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
Here is a post how to enable the Dashboard.
I have translated it for simplicity
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
I have translated it for simplicity
Just insert an Exec Node with a command that just prints out a numeric value i.e. "piTest -1 -q -r InputValue_1" .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