Skip to content

OPC-UA Integration. Updated doc - #555

Merged
vvlladd28 merged 10 commits into
thingsboard:mainfrom
stitenko:07.2026/OPC-UA-Integration
Jul 20, 2026
Merged

OPC-UA Integration. Updated doc#555
vvlladd28 merged 10 commits into
thingsboard:mainfrom
stitenko:07.2026/OPC-UA-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.

Pull request overview

This PR updates the ThingsBoard documentation site by expanding the OPC-UA integration guide into a full walkthrough using a public Prosys demo server, adding/refreshing related “Recipes” pages, and adjusting navigation so these recipes are discoverable from the Integrations section.

Changes:

  • Reworked the OPC-UA Integration guide content to use the public Prosys OPC UA demo server and added testing/downlink/troubleshooting sections.
  • Added/updated recipe stubs and shared recipe include content for MQTT one-way/two-way RPC and OPC-UA airconditioner monitoring.
  • Updated sidebar navigation and added a new OPC-UA integration architecture diagram asset.

Reviewed changes

Copilot reviewed 31 out of 61 changed files in this pull request and generated 17 comments.

Show a summary per file
File Description
src/content/docs/docs/recipes/opc-ua-airconditioner-monitoring.mdx New CE recipe stub page for the OPC-UA airconditioner monitoring recipe.
src/content/docs/docs/recipes/mqtt-two-way-rpc.mdx New CE recipe stub page for MQTT two-way RPC.
src/content/docs/docs/recipes/mqtt-one-way-rpc.mdx New CE recipe stub page for MQTT one-way RPC.
src/content/docs/docs/pe/user-guide/integrations/opc-ua.mdx Updated the PE OPC-UA integration page description metadata.
src/content/docs/docs/pe/recipes/opc-ua-airconditioner-monitoring.mdx New PE recipe stub page for OPC-UA airconditioner monitoring.
src/content/_includes/docs/user-guide/integrations/uplink-data-converter.mdx Updated integration docs include (banner/linking + wording adjustments).
src/content/_includes/docs/user-guide/integrations/udp.mdx Wording updates in UDP integration setup steps.
src/content/_includes/docs/user-guide/integrations/tuya.mdx Updated Tuya integration include (banner/linking).
src/content/_includes/docs/user-guide/integrations/ttn.mdx Wording updates in TTN integration setup steps.
src/content/_includes/docs/user-guide/integrations/tti.mdx Wording updates in TTI integration setup steps.
src/content/_includes/docs/user-guide/integrations/thingparkenterprise.mdx Updated ThingPark Enterprise include (banner/linking).
src/content/_includes/docs/user-guide/integrations/thingpark.mdx Updated ThingPark include (banner/linking + step wording).
src/content/_includes/docs/user-guide/integrations/tcp.mdx Wording updates in TCP integration setup steps.
src/content/_includes/docs/user-guide/integrations/sigfox.mdx Updated Sigfox include (banner/linking).
src/content/_includes/docs/user-guide/integrations/remote.mdx Updated Remote Integrations include (banner/linking).
src/content/_includes/docs/user-guide/integrations/rabbitmq.mdx Updated RabbitMQ include (banner/linking).
src/content/_includes/docs/user-guide/integrations/pub-sub.mdx Updated Pub/Sub include (banner/linking).
src/content/_includes/docs/user-guide/integrations/particle.mdx Updated Particle include (banner/linking).
src/content/_includes/docs/user-guide/integrations/opc-ua.mdx Major rewrite of OPC-UA integration include to a Prosys demo-server-based walkthrough.
src/content/_includes/docs/user-guide/integrations/mqtt.mdx Wording updates in MQTT integration setup steps.
src/content/_includes/docs/user-guide/integrations/loriot.mdx Wording updates in Loriot integration setup steps.
src/content/_includes/docs/user-guide/integrations/integration-types.mdx Updated Integration Types include (banner/linking).
src/content/_includes/docs/user-guide/integrations/http.mdx Wording updates in HTTP integration setup steps.
src/content/_includes/docs/user-guide/integrations/downlink-data-converter.mdx Updated Downlink Data Converter include (banner/linking).
src/content/_includes/docs/user-guide/integrations/coap.mdx Wording updates in CoAP integration setup steps.
src/content/_includes/docs/user-guide/integrations/chirpstack.mdx Wording updates in ChirpStack integration setup steps.
src/content/_includes/docs/user-guide/integrations.mdx Updated Integrations overview include (banner/linking).
src/content/_includes/docs/recipes/opc-ua-airconditioner-monitoring.mdx New shared recipe include content for OPC-UA airconditioner monitoring.
src/content/_includes/docs/recipes/mqtt-two-way-rpc.mdx Updated shared recipe include content for MQTT two-way RPC (adds banner + formatting tweaks).
src/content/_includes/docs/recipes/mqtt-one-way-rpc.mdx Updated shared recipe include content for MQTT one-way RPC (adds banner + formatting tweaks).
src/assets/images/user-guide/integrations/opc-ua-integration-architecture.svg Added OPC-UA integration architecture diagram asset.
astro.sidebar.ts Added/adjusted “Integrations → Recipes” navigation entries across sidebars.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/content/_includes/docs/user-guide/integrations/tuya.mdx
Comment thread src/content/_includes/docs/user-guide/integrations/thingpark.mdx
Comment thread src/content/_includes/docs/user-guide/integrations/sigfox.mdx
Comment thread src/content/_includes/docs/user-guide/integrations.mdx
Comment thread src/content/_includes/docs/recipes/mqtt-one-way-rpc.mdx
Comment thread src/content/_includes/docs/recipes/mqtt-two-way-rpc.mdx
Comment thread src/content/_includes/docs/user-guide/integrations/opc-ua.mdx Outdated

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.

Pull request overview

Copilot reviewed 31 out of 62 changed files in this pull request and generated 3 comments.

Comment thread src/content/_includes/docs/user-guide/integrations/opc-ua.mdx
Comment thread src/content/_includes/docs/user-guide/integrations/opc-ua.mdx
Comment thread src/content/_includes/docs/user-guide/integrations/opc-ua.mdx
@vvlladd28
vvlladd28 merged commit 5713077 into thingsboard:main Jul 20, 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