Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestClient.py file directory not found #684

Open
Hariprasath-TE opened this issue Oct 17, 2023 · 3 comments
Open

TestClient.py file directory not found #684

Hariprasath-TE opened this issue Oct 17, 2023 · 3 comments

Comments

@Hariprasath-TE
Copy link

Actually i wanna to fetch the data from kuksa.val and send that data as json format to cloud. For that i referred dias_kuksa git repository. As they mentioned to keep the cloudfeeder.py and preprocessor_bosch.py into kuksa.val at this "kuksa.val/clients/vss-testclient" directory.
But i wouldn't able to find this directory kuksa.val/clients/vss-testclient and also the testclient.py file in the kuksa.val.

Dias_kuksa-> https://github.com/junh-ki/dias_kuksa/tree/master/utils/in-vehicle/cloudfeeder_telemetry.

@SebastianSchildt
Copy link
Contributor

Hi,

the DIAS project finished some time ago and is very outdated, so any stuff there would needed to be updated for current version (the main contribution of DIAS where J1939 parsing on CAN, i,e, reading truck data. This has meanwhile being merged and grataly updated in dbcfeeder).

The DIAS things today have to issues

  • using the deprecated KUKSA val server
  • using a -at least from KUKSA perspective - deprecated cloud based on Eclipse IoT

If there is no specific reason to use the very old DIAS stuff, it is likely better starting with the offcial python client to databroker https://pypi.org/project/kuksa-client/

KUKSA itself currently is not focussing on the cloud side, the only examples we have in that direction is a prototpye S3 uploader (make sure to use with databroker not val-server) https://github.com/eclipse/kuksa.val/tree/master/kuksa_apps/s3 and there is a short PoC prometheus client in discussions here #473 , however both are very bare bones and use polling, I assume MOSt of the time you would rather build something that subscribes the relevant data points, and then forward them to the cloud

@lukasmittag
Copy link
Contributor

lukasmittag commented Oct 17, 2023

Hey,
you can have a look at the fleet management blueprint which is using KUKSA to push data in the FMS format (a standard see http://bus-fms-standard.com/Truck/index.htm) to an InfluxDB instance.

https://github.com/eclipse-sdv-blueprints/fleet-management

for more info you can contact @eriksven

@Hariprasath-TE
Copy link
Author

Hey, you can have a look at the fleet management blueprint which is using KUKSA to push data in the FMS format (a standard see http://bus-fms-standard.com/Truck/index.htm) to an InfluxDB instance.

https://github.com/eclipse-sdv-blueprints/fleet-management

for more info you can contact @eriksven

i tried to push the data from csv_provider to influxDB and grafana for that i have done the below steps

  1. i started all services by run this docker compose "docker compose -f ./fms-blueprint-compose.yaml up --detach".
    2)then i have sent the data from signal.csv to kuksa databroker.
    Now how can send those data from kuksa databroker to influxDB and grafana through fms forwarder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants