Questions tagged [eclipse-ditto]

Eclipse Ditto is a framework for providing the "Digital Twin" pattern for IoT applications.

Ditto mirrors physical devices as digital representations in the cloud. As a web or mobile app developer you can interact with those digital twins as if they were any other web service, that's why we also like to speak about enabling "device as a service".

A few of the main features are access control, a search over all twin data and push notifications. There are various APIs in order to interact with the devices: a REST, WebSocket, AMQP and MQTT API. Ditto is designed with scalability in mind, so managing millions of twins is possible.

The benefit when developing IoT applications or solutions is that no own backend must be implemented, the focus can be set on the use case: for example device integration and app or web UI implementation.

Ditto is already used in production at Bosch and shows that digital twins are becoming reality.

69 questions
1
vote
1 answer

Eclipse IoT Binding Hawkbit-Ditto-Hono

I am trying out Eclipse IoT Framework on my RP3. On the host-side (local PC backend) I would like to bind Hawkbit with Ditto and at least Ditto with Hono. From here and here I can read that it is still not possible to connect Hawkbit with Ditto?…
arash javanmard
  • 1,362
  • 2
  • 17
  • 37
1
vote
1 answer

Eclipse Ditto - Prometheus not installing by default

As per the instructions in the link - https://www.eclipse.org/ditto/installation-operating.html each Ditto service opens a HTTP endpoint, where it provides the Prometheus metrics on port 9095.Ditto will automatically publish gathered metrics at the…
1
vote
1 answer

Create connection from Eclipse-ditto to Azure IoT hub using MQTT

I'm trying to create an outgoing connection from Ditto to Azure IoT hub using MQTT. We are in charge of Ditto while somebody else (interested in the digital twin Live data) is in charge of the Azure IoT Hub. I'm getting following error while…
Bob Claerhout
  • 781
  • 5
  • 24
1
vote
1 answer

How to get historical sensor data of a registered Hono Device

I am trying to send the below sensor values from the registered device in Hono to Ditto in order to form the digital twin of the registered device. I am using the below command. curl -X POST -i -u sensor10@tenantAllAdapters:mylittlesecret -H…
1
vote
2 answers

Connecting Eclipse Hono to Ditto - "description":"Check if all required JSON fields were set."},"status":400}" Error

I was successfully able to connect Hono to Ditto using AMQP adapters and I got the following messages in the log. The value sent from the demo device registered in Hono is successfully received and updated in the Ditto…
1
vote
1 answer

Connecting Eclipse Hono and Ditto

I have eclipse-hono installed in one machine and Eclipse ditto installed in the other which is connected to same WIFI. I am trying to consume data from Eclipse hono to Eclipse ditto. I have created a tenant named tenantallAdapters and registered a…
1
vote
1 answer

502 Bad Gateway nginx/1.13.12 on localhost while creating a new policy in ditto

I am new to docker, I'm using docker on windows 10 and am using Eclipse Ditto and Eclipse Mosquitto, I have to create a twin device. Before that I have to create a new policy via Postman, While executing the policy am getting the following…
0
votes
0 answers

Unable to View Twin Id and Other Details from Kafka in InfluxDB

I'm facing an issue while using InfluxDB to store data from IoT devices (Eclipse Ditto) through Kafka using Telegraf. The data I'm receiving is in JSON format, containing information about various attributes and features of the devices. However, I'm…
0
votes
0 answers

Hono connection in eclipse ditto

I have created a hono connection for ditto using the POST method in postman. The connection is getting created but the connection is showing misconfigured in ditto. I have given below the connection json that I used to create. { "name":…
0
votes
1 answer

Thing-Connection in eclipse ditto

Can a single thing have multiple connection, if so can all of them be active at the same time? I'm exploring the eclipse ditto recently and I wanted to know whether below given approach is correct for finding the connection a 'thing' uses. I'm…
0
votes
0 answers

Kafka Connection Misconfiguration: Unable to Connect to Local Kafka Instance

I am facing an issue with a Kafka connection setup that I'm trying to configure using a POST request with curl. The goal is to create a connection to a local Kafka instance using the provided credentials. However, when I execute the command, the…
0
votes
0 answers

Get the data from eclipse ditto to apache IoTDB/ InfluxDB

I'm currently working on a project that involves integrating Eclipse Ditto with Apache IoTDB or InfluxDB (or any other suitable DB if not possible in these two). I need to transfer data from Eclipse Ditto to DB to leverage its time-series data…
0
votes
0 answers

JWT Authentication in ditto

I have question on configuring JWT authentication in ditto. don't know on which config file I have to do and what I have to do? will give me the steps how to do it? with one example. I tried basic authentication in ditto but now I need to know steps…
0
votes
1 answer

Eclipse Ditto authentication

My issue is to change username and password in connection authentication of eclipse ditto. Usually, the default username and password was "devops" and "foobar". Now i have to change that default username and password. I changed the default password…
0
votes
1 answer

GET API retrieving only 25 things

http://(ditto-instance)/api/2/things?size=100 I tried with this, and it is not working. :( In the database, I am able to retrieve 100 items. Other API I tried: - http://(ditto-instance)/api/2/things?page=1&count=50
apoorva
  • 31
  • 4