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

Issue trying to use physical device (Arduino, NodeMCU, ESP8266, etc.) to publish sensors data to ADT! #3

Open
lAvArt opened this issue Dec 24, 2021 · 2 comments
Assignees

Comments

@lAvArt
Copy link

lAvArt commented Dec 24, 2021

Hi,
Many thanks for the effort and hard work on this project.

The documentation provided is thorough and sufficient up to the point where only simulated devices are used to mimic data input into ADT.

The question is, if I want to send data from physical sensors using Arduino or NodeMCU or any other devices capable of MQTT connections, what's the payload that can be used to send data that can be updated and compatible with the ADT and what topic for publishing telemetry?

For Example, sending the data in the following format:

Client.publish(Telemetry_topic, TelemetryPayload)

Would be translated on Azure end as :

Client.publish("devices/{device_id}/messages/events/", "some property")
or:
Client.publish("devices/{device_id}/modules/{module_id}/messages/events/", "some property")

Trying to send the telemetry with some topic and payload data to the IoT device seems like the logical way to go. But would it be the right approach to use with ADT? and if so, what topic and payload can be used to sync the data with ADT sensor properties since they are set as (bool, string, float, int, dateTime) values in UE4?

Any help or suggestion would be much appreciated.

Thank you very much.
lAvArt_Studio

@Naimas
Copy link

Naimas commented Feb 9, 2022

I am interested in this as well.

@adamlash adamlash self-assigned this Feb 10, 2022
@SYL5683
Copy link

SYL5683 commented Dec 16, 2022

@adamlash @Naimas
Could I ask for any advice on use physical devices with ADT?

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

4 participants