N5GEH / n5geh.tutorials.from_sensor_to_application

In this tutorial, we guide you through the steps necessary to connect field devices to the N5GEH platform, visualize their data and run applications like monitoring or simple control algorithms.
MIT License
3 stars 0 forks source link

Missing database in CrateDB #5

Open HervePruvost opened 1 year ago

HervePruvost commented 1 year ago

Hello, First thanks a lot for the detailed and great tutorial. Going through the tutorial I had following problems:

I have all services/containers running as expected, and I fired all HTTP requests to provision and check the devices in QuantumLeap (see here):

image

service "pid4fiware" is the specific service for the PID controller in step 5, it is somehow hanging, but at least all services for monitoring and changing heater power should have worked so far.

image image

Could you please provide some solution to that issue?

BR/Hervé

SBlechmann commented 1 year ago

The reason is the same as discussed in the platform repo.

Yet, I think we should rather integrate pre-defined subscriptions for this tutorial. Thanks again for reporting.