generated from oracle-devrel/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Iot core demo #11
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
Merged
Merged
Iot core demo #11
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
property names sent from the battery AND the property names based on the actual properties, removed config data that is also in the status data to reduce duplication of data being uploaded
as a string - useful for setting up reference data on the IoT side
object was created
prepration for providing an http uploader
condition seems to be limited to only testing a single field in the path
http upload (unstructured, default structured and mapping structured)
sonnenconfiguration from sonnen/status and sonnen/configuration in the iot service routes map
by a command form the server to demo command processing
upload (the replay / bulk upload is not yet implemented and will come later)
startup event text (makes debugging easier)
sending of a command to the client
send commands to the device
martatolosa
approved these changes
Nov 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The core IoT demo is now in place with a walk through from creating the domains all the way to sending commands and handling responses.
Still to be done the data access from outside the database