Questions tagged [eclipse-vorto]

Eclipse Vorto is an open source project for semantic modelling of digital twins. This tag contains all questions about the usage of Vortolang, the Vorto repository and its APIs.

10 questions
3
votes
0 answers

Using Eclipse Vorto to describe "PDDL-like" actions

I started using Eclipse Vorto for my project and, as part of my device description, I would like to include operations with preconditions and effects, as in the case of PDDL (see…
2
votes
1 answer

Vorto Dashboard not displaying the device model

while running the vorto dashboard im getting the following error JWT expired, getting new Token Wed Aug 26 2020 07:38:56 GMT+0100 (BST)... StatusCodeError: 401 - {"status":401,"error":"gateway:authentication.failed","message":"Multiple…
user13449763
1
vote
1 answer

Vorto-Dashboard not showing device data

I am trying to run Vorto-dashboard on my Raspberry pi to show temperature sensor data. I created an info model, integrated the device, sent the data with a python script. I managed to run the dashboard as mentioned in the tutorials but the problem…
1
vote
2 answers

Error running Vorto Dashboard for Bosch iot suite

I am trying to run Vorto dashboard on Raspberry Pi to visualize my Bosch IoT "things" data. In order to run the Vorto Dashboard, I installed npm and nodejs and created the config.json file. I am getting the below error whenever I try to run the…
1
vote
2 answers

Parsing non-fixed format binary payload with a custom javascript conversion in Vorto

We are using Vorto now mainly as a normalized format and are starting to look into using the mapping engine for mapping different payload formats to Vorto model as well. I more or less understand how to map functionblock properties from JSON or…
1
vote
1 answer

Is there a Vorto Eclipse Model Importer API

I am setting up an automation, and wanted to ask if there is an API to import Vorto models. Right now, it looks like it is only possible via the website (https://vorto.eclipse.org/#/import). At https://www.eclipse.org/vorto/swagger/ there is a…
0
votes
1 answer

The message wasn't mapped in Eclipse Vorto Semantic Normalizer middleware

I'm flowing this link, all is OK before step 3.4. But when I use this mosquitto_pub command to publish the message to the Bosch IOT hub. mosquitto_pub -h mqtt.bosch-iot-hub.com -p 8883 -u 4712@t65a6a75c6b4f429981ba16d1b3d5f414 -P secret -t…
jeff
  • 1
  • 1
0
votes
1 answer

extracted jar file can not find main class

Could not find or load main class org.eclipse.vorto.example.mapping.HonoPayloadApp in the HonoPayloadApp project, I extracted the jar file, but when running the jar file, it reports cannot find the main class, the extracted actions are ensured to be…
Alan HE
  • 17
  • 1
0
votes
1 answer

Specifying the helmet interface with Vorto

how to simply do the smoke test with vorto? use vorto to integrate ditto and devices in the topo, device-hono-vorto-ditto, we want the simplist way to test the workflow, is there any method?
Alan HE
  • 17
  • 1
-1
votes
1 answer

Vorto Arduino Generator: no known conversion for argument from datatype Percentage

Vorto auto-generated code for Arduino won't compile when using Humidity Function Block I generated an Information Model with both Temperature and Humidity Function block, and when compiling the Arduino auto-generated code, the Percentage Datatype…