The MQTT broker is not online.
Open chdp-broker.html and start it with mosquitto -v
This dashboard will subscribe and activate automatically.
ns=2;s=DC.Romp06.CA2.CHDP2_3.DP.
Browse the tree below. In LIVE mode, values update in real time
(mirrored from MQTT). In STATIC mode, the tree shows addressing only.
topic: dc/romp06/ca2/chdp2_3/dp
payload: {"value":0.02,"status":"normal"}
qos: 1
retain: true
NodeId: ns=2;s=DC.Romp06.CA2.CHDP2_3.DP
Value: { Value: 0.02,
StatusCode: Good,
SourceTimestamp: 2026-05-19T15:32:01.234Z,
ServerTimestamp: 2026-05-19T15:32:01.235Z }
DataType: Double
AccessLevel: CurrentRead
mosquitto_sub -t "dc/+/+/+/dp" -q 1
session.create_subscription(500, handler)
node = client.get_node("ns=2;s=DC.Romp06.CA2.CHDP2_3.DP")
sub.subscribe_data_change(node)
# repeat for each node...