Hello all,
is there any tutorial to connect service from Azure IoT Stream Analytics to WISE-PaaS/Dashboard?
What kind of data format should we use?
- M@marc_lin
Hi @astonix,
There are many types of data source in the Dashboard , please refer:
https://dashboard-level1-eks004.sa.wise-paas.com/datasources/newOtherwise, for some specific application, please implement your own data source plugin in Dashboard.
https://docs.wise-paas.advantech.com/en/Guides_and_API_References/ApplicationServices/Dashboard/1593328029322269626/v1.0.2
You can refer to Level 3 training course or the documentation linked below.
https://training.wise-paas.advantech.com/en/Level-III/content/WISE-PaaS_Dashboard-Panel_Plugin_DevelopmentThank you~
- AAston Nugroho @astonix
Hello,
thanks for your suggestion.
Anyway, we are planning to use IoT Hub + StreamAnalytics from Azure service for parsing SigFox Data, then feed it to Webaccess or WISE-PaaS/Dashboard using JSON plugin.
Another option is from IoT Hub, the data is feed to postgreSQL then shows in the dashboard using WISE-PaaS.
Here is the tutorial from azure https://github.com/aureleq/sigfox-azure-iothubWhat do you think?
Hi @astonix ,
It both sounds practicable.
Here notice you that WebAccess is the SCADA software combining edge device and DataHub in WISE-PaaS (cloud).
For my opinion, the second option, feed the data form of simple JSON or other plugin in WISE-PaaS/Dashboard, is more simple procedure to implement.Thank you~