feat: enhance device registration and health management on ThingsBoard flows#65
Merged
rina23q merged 8 commits intothin-edge:mainfrom Feb 24, 2026
Merged
Conversation
Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
8f13172 to
07e720f
Compare
Handles device registration conversion and buffers messages for unregistered devices until registration completes. Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
7fc4c6f to
0729d18
Compare
Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
Signed-off-by: Rina Fujino <rina.fujino.23@gmail.com>
0729d18 to
df210d3
Compare
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
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.
This PR updates many things. Highlights:
Enhance registration
entityId/deviceName,deviceName/entityIdpairs to KV stores.thingsboard,thingsboard-rpc) can query theentityId-deviceName1:1 mapping fromcontext.mapperKV store.namein the entity registration payload. Also, the device profile can be configurable bytypein the entity registration payload.{ "@parent": "device/main//", <- reserved by thin-edge "@type": "child-device", <- reserved by thin-edge "name": "child device 0", <- will be used as ThingsBoard device name "type": "child-profile" <- will be used as ThingsBoard device profile }Health management
status/healthmessage to TB telemetryI'm still not sure if having 3 flows for ThingsBoard is better than having 3 steps in one flow. What is the best practice?