Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit ca6f7a4

Browse files
committed
Release script
1 parent f9054e5 commit ca6f7a4

26 files changed

Lines changed: 626 additions & 626 deletions

_data/hardware-partners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@
717717
- Sensors
718718
- Gateways
719719
- Other devices
720-
logo: /images/partners/radionode-logo.png
720+
logo: https://img.thingsboard.io/partners/radionode-logo.png
721721
page: /partners/hardware/radionode
722722
site:
723723
href: https://en.radionode365.com/kr/

_includes/docs/devices-library/guides/rn172wcd.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Introduction
1313

14-
![{{deviceName}}](/images/devices-library/{{page.deviceImageFileName}}){: style="float: left; max-width: 200px; max-height: 200px; margin: 0px 10px 0px 0px"}
14+
![{{deviceName}}](https://img.thingsboard.io/devices-library/{{page.deviceImageFileName}}){: style="float: left; max-width: 200px; max-height: 200px; margin: 0px 10px 0px 0px"}
1515
The [RN172WCD]({{deviceVendorLink}}){: target="_blank"} by RADIONODE is a versatile Wi-Fi sensor data transmitter designed for real-time environmental monitoring in industrial, commercial, and laboratory settings.
1616
It supports a wide range of UA series sensors, including gas detectors (CO₂, O₂, NH₃, etc.), thermal sensors (PT100, thermocouples), and analog transmitters (4–20 mA, 0–1 V), enabling flexible deployment across various applications.
1717
With Wi-Fi (IEEE 802.11 b/g), MODBUS TCP, and HTTP/HTTPS connectivity, the device seamlessly transmits data to cloud platforms like Radionode365, local servers, or PLCs for centralized monitoring. Additional features include a built-in buzzer, dual-color LED indicators, and a 4-digit display for real-time readings and alerts.
@@ -33,27 +33,27 @@ For simplicity, we will create the device manually using the UI.
3333

3434
Your device has been successfully added.
3535

36-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-1.png)
36+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-1.png)
3737

3838
## Install required Payload decoders
3939

4040
After adding the device we need to create an Integration for creating the device connection with the thingsboard platform.
4141

4242
- Click the integrations tab and start to add an integration by pressing the “+” sign.
4343

44-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-2.png)
44+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-2.png)
4545

4646
- Click the integrations tab and start to add an integration by selecting an integration type.
4747

48-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-3.png)
48+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-3.png)
4949

5050
- Here we are selecting the HTTP for our RN172 device.
5151

52-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-4.png)
52+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-4.png)
5353

5454
- Then add a name for the integration.
5555

56-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-5.png)
56+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-5.png)
5757

5858
The next step is to <b>create a data converter</b> for our device.
5959

@@ -284,75 +284,75 @@ return decodePayload(payload, metadata);
284284
```
285285
{:.copy-code.expandable-12}
286286

287-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-6.png)
287+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-6.png)
288288

289289
- Then completed the integration setup.
290290

291-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-7.png)
291+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-7.png)
292292

293-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-8.png)
293+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-8.png)
294294

295295
## Connect device to ThingsBoard
296296

297297
- Download the [RadioNode terminal program](https://en.radionode365.com/kr/customer/download.php?cate=32){:target="_blank"}
298298
- Run the RadioNode terminal program
299299
- Enter the password radionode114 and enter the console menu.
300300

301-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-9.png)
301+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-9.png)
302302

303303
- In the network setup we can add the Wi-Fi SSID and Password.
304304

305-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-10.png))
305+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-10.png))
306306

307307
- Go to the "2. System Setup" menu and select "B. Set Destination of HTTP".
308308
- Select "2:CUSTOMER_V2" from the three destinations.
309309

310310
This means the data will be sent to the custom server V2.<br>
311311

312-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-11.png)
312+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-11.png)
313313

314314
- From the **Integration** tab of ThingsBoard, copy **HTTP endpoint URL** to set in the Radionode terminal program.
315315

316-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-12.png)
316+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-12.png)
317317

318-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-13.png)
318+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-13.png)
319319

320320
Go to the "4. HTTP Destination Setup" menu and select "A. Set Host URL:thingsboard.cloud" Select "D.Set HTTP DATAIN : endpoint from the integration", "E.Set HTTP TIMESTAMP:endpoint from the integration", "F.Set HTTP BACKUPIN :endpoint from the integration".
321321

322322
## Check data on ThingsBoard
323323

324324
Once the device is connected, On the devices page you can check the latest telemetry.
325325

326-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-14.png)
326+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-14.png)
327327

328328
## Setting up the Dashboard
329329

330330
Now configure the dashboard by adding the necessary widgets.
331331

332332
- Go to the **Dashboards** page and press the **+** button to create a new Dashboard.
333333

334-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-15.png)
334+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-15.png)
335335

336336
- **Enter a name** for the Dashboard and then click the **Add** button.
337337

338-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-16.png)
338+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-16.png)
339339

340340
After creation, the dashboard will open automatically, and you can start adding widgets right away. Click **Add widget**.
341341

342-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-17.png)
342+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-17.png)
343343

344344
ThingsBoard provides many widget options to choose from. For example, select a **Time series chart** from the **Charts** widget bundle to visualize data from your device.
345345

346-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-18.png)
346+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-18.png)
347347

348348
- In the widget settings, you can define the display [time window](/docs/{{docsPrefix}}user-guide/widgets/#widget-time-window){:target="_blank"}.
349349
- In the **Datasource** field, specify your device whose data you want to display. If you need to add another data series, click **Add series**.
350350
- Once configured, click **Add**. Don&#39;t forget to save the dashboard.
351351

352-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-19.png)
352+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-19.png)
353353

354354
A sample dashboard featuring the Indoor temperature chart card, Indoor humidity chart card, and Temperature and Humidity history line chart.
355355

356356
You can [download this dashboard in JSON format](/docs/devices-library/resources/dashboards/rn172plus/temp-and-rh-dashboard.json){:target="_blank" download="temp-and-rh-dashboard.json"} and [import](/docs/{{docsPrefix}}user-guide/dashboards/#import-dashboard){:target="_blank"} it into your own ThingsBoard instance.
357357

358-
![image](/images/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-20.png)
358+
![image](https://img.thingsboard.io/devices-library/ready-to-go-devices/rn172wcd/rn172wcd-20.png)

_includes/templates/edge/devices-library/rpi-enable-ssh.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ On the **Raspberry Pi Software Configuration Tool (raspi-config)** page:
1414

1515
{% assign raspi-config = '
1616
===
17-
image: /images/devices-library/edge/paspberry-pi/1-raspi-config-interface-options.webp,
17+
image: https://img.thingsboard.io/devices-library/edge/paspberry-pi/1-raspi-config-interface-options.webp,
1818
title: Go to **Interface Options** and press **Enter** to select it.
1919
===
20-
image: /images/devices-library/edge/paspberry-pi/2-raspi-config-enable-ssh.webp,
20+
image: https://img.thingsboard.io/devices-library/edge/paspberry-pi/2-raspi-config-enable-ssh.webp,
2121
title: Select the **"Enable/disable remote command line access using SSH"** option and press Enter.
2222
===
23-
image: /images/devices-library/edge/paspberry-pi/3-raspi-config-confirm-enable-ssh.webp,
23+
image: https://img.thingsboard.io/devices-library/edge/paspberry-pi/3-raspi-config-confirm-enable-ssh.webp,
2424
title: Select **Yes** to confirm that the SSH server is to be enabled
2525
===
26-
image: /images/devices-library/edge/paspberry-pi/4-raspi-config-ssh-server-enabled-ok.webp,
26+
image: https://img.thingsboard.io/devices-library/edge/paspberry-pi/4-raspi-config-ssh-server-enabled-ok.webp,
2727
title: A confirmation message should appear indicating that the **SSH server is enabled**.
2828
===
29-
image: /images/devices-library/edge/paspberry-pi/5-raspi-config-finish.webp,
29+
image: https://img.thingsboard.io/devices-library/edge/paspberry-pi/5-raspi-config-finish.webp,
3030
title: Select **Finish** and close the program.
3131
'
3232
%}

_includes/templates/iot-gateway/modbus-connector/attributes-and-time-series-subsections-basic.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ All configuration parameters list, and their detailed description can be found i
1414
{% endcapture %}
1515
{% include templates/info-banner.md content=difference %}
1616

17-
![image](/images/gateway/modbus-connector/attributes-and-timeseries-overview.png)
17+
![image](https://img.thingsboard.io/gateway/modbus-connector/attributes-and-timeseries-overview.png)
1818

1919
For adding a new attribute or time series, use the following steps:
2020

2121
{% assign attributes = '
2222
===
23-
image: /images/gateway/modbus-connector/attributes-1-ce.png,
23+
image: https://img.thingsboard.io/gateway/modbus-connector/attributes-1-ce.png,
2424
title: Click on "**pencil**" icon in the "Attributes" or "**Time series**" section (depends on the selected section);
2525
===
26-
image: /images/gateway/modbus-connector/attributes-2-ce.png,
26+
image: https://img.thingsboard.io/gateway/modbus-connector/attributes-2-ce.png,
2727
title: In the opened window click "**Add attribute**" or "**Add time series**" (depends on selected section);
2828
===
29-
image: /images/gateway/modbus-connector/attributes-3-ce.png,
29+
image: https://img.thingsboard.io/gateway/modbus-connector/attributes-3-ce.png,
3030
title: Fill in key, type, function code, objects count and address fields. Click "Apply".
3131
'
3232
%}
@@ -62,7 +62,7 @@ More usage examples can be found in the [Example usage](/docs/iot-gateway/config
6262
{% endcapture %}
6363
{% include templates/info-banner.md content=difference %}
6464

65-
![image](/images/gateway/modbus-connector/modifier.png)
65+
![image](https://img.thingsboard.io/gateway/modbus-connector/modifier.png)
6666

6767
##### Batch reading (Advanced configuration mode only)
6868

_includes/templates/iot-gateway/modbus-connector/examples/time-series-and-attributes/batch-reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Copy and paste the following configuration into the Modbus connector advanced co
7979
After saving the changes and starting the connector, you see that the corresponding telemetry is being updated
8080
correctly:
8181

82-
![image](/images/gateway/modbus-connector/examples/batch-reading-overview.png)
82+
![image](https://img.thingsboard.io/gateway/modbus-connector/examples/batch-reading-overview.png)

0 commit comments

Comments
 (0)