Skip to content

IoT Creators Integration - #591

Merged
vvlladd28 merged 4 commits into
thingsboard:mainfrom
stitenko:07.2026/IoT-Creators-Integration
Jul 30, 2026
Merged

IoT Creators Integration#591
vvlladd28 merged 4 commits into
thingsboard:mainfrom
stitenko:07.2026/IoT-Creators-Integration

Conversation

@stitenko

Copy link
Copy Markdown
Contributor

Description

Type of change

  • New / updated documentation page (src/content/docs/**)
  • Shared include file (src/content/_includes/**)
  • Component, layout, or styling change (src/components/**, src/styles/**)
  • Landing / use-case / case-study page (src/pages/**, src/data/**)
  • Redirects (src/data/redirects.ts)
  • Version bump / release (see release skill)
  • Build, CI, scripts, or tooling
  • Other (please describe)

Affected products

Related issues

  • Closes #

Checklist

  • pnpm check passes (Astro / TypeScript)
  • pnpm lint:eslint passes
  • pnpm lint:slugcheck passes (required if pages were added/renamed/moved across languages)
  • pnpm lint:linkcheck passes locally — required to merge; run it before requesting review (use pnpm lint:linkcheck:nobuild if you already ran a build)
  • Renamed/removed pages have a redirect in src/data/redirects.ts, and pnpm generate:redirects was run
  • No hardcoded versions — values come from src/data/versions.ts
  • Screenshots attached for visual changes

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Not ready to approve

The IoT Creators integration page contains several internal documentation inconsistencies/incorrect references (captured in PR comments) that should be corrected to avoid misleading readers.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Updates the ThingsBoard documentation site to add a substantially expanded IoT Creators (T‑Mobile IoT CDP) integration guide, refresh the related SODAQ Universal Tracker partner sample, and include a new architecture diagram asset.

Changes:

  • Expanded the IoT Creators integration include with architecture, setup steps, testing, downlink guidance, and troubleshooting.
  • Updated the SODAQ Universal Tracker sample include and its page TOC/headings to align with the new IoT Creators flow and improved decoder examples.
  • Added a new SVG architecture diagram for the IoT Creators integration.
File summaries
File Description
src/pages/partners/hardware/sodaq/samples/sodaq-universal-tracker.astro Updates the manual headings/TOC entries to match the revised SODAQ sample content structure.
src/content/_includes/docs/user-guide/integrations/iotcreators.mdx Major rewrite/expansion of the IoT Creators integration documentation, including new sections and visuals.
src/content/_includes/docs/partners/hardware/sodaq/samples/sodaq-universal-tracker.mdx Refreshes the SODAQ tracker guide content and decoder examples to align with IoT Creators terminology and flow.
src/assets/images/user-guide/integrations/iotcreators-integration-architecture.svg Adds a new architecture diagram used by the IoT Creators integration guide.
Review details

Comments suppressed due to low confidence (1)

src/content/_includes/docs/user-guide/integrations/iotcreators.mdx:426

  • The troubleshooting rows refer to decodePayload and body.reports, but the decoder example on this page doesn’t define decodePayload and uses data.reports. These references should be updated so readers can map the advice to the shown script.
| Uplink received but telemetry is empty | The hex layout in the decoder does not match the actual `value` | Inspect **Events → In** on the converter, read the actual `value`, then align the offsets in `decodePayload`. |
| Only the first message of a batch is decoded | The decoder reads `reports[0]` instead of iterating | Loop over the entire `body.reports` array. |
  • Files reviewed: 3/7 changed files
  • Comments generated: 2
  • Review effort level: Low

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

Comment thread src/content/_includes/docs/user-guide/integrations/iotcreators.mdx Outdated
Comment thread src/content/_includes/docs/user-guide/integrations/iotcreators.mdx Outdated
@vvlladd28
vvlladd28 merged commit ef4d91c into thingsboard:main Jul 30, 2026
5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants