40129 lines
3.3 MiB
40129 lines
3.3 MiB
[INFLUX] ✅ Connected to http://localhost:8086
|
|
╔══════════════════════════════════════════════════╗
|
|
║ Smart City Simulator — Martinique ║
|
|
╚══════════════════════════════════════════════════╝
|
|
[CFG] Capteurs: 10 | Intervalle: 1s
|
|
[CFG] Orion-LD: True | Stellio: True | FROST: True
|
|
[CFG] InfluxDB: True | Pulsar: True | Redpanda: True
|
|
[PULSAR] ⚠️ Cannot reach http://localhost:8080: HTTP Error 404: Not Found
|
|
🌪️ DEBUG: Test Pulsar direct...
|
|
2026-05-05 17:52:54.253 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:52:54.253 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:52:54.254 INFO [136862574311104] ClientConnection:421 | [127.0.0.1:57432 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:52:54.256 INFO [136862574311104] HandlerBase:112 | [persistent://public/default/smartcity-air-quality, ] Getting connection from pool
|
|
2026-05-05 17:52:54.256 INFO [136862574311104] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-air-quality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57432 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:54.256 INFO [136862574311104] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-air-quality, producerName: on [127.0.0.1:57432 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:54.257 INFO [136862574311104] ProducerImpl:222 | [persistent://public/default/smartcity-air-quality, ] Created producer on broker [127.0.0.1:57432 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:54.257 INFO [136862574311104] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:52:54.259 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:52:54.259 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-air-quality, standalone-0-530] Closing producer for topic persistent://public/default/smartcity-air-quality
|
|
2026-05-05 17:52:54.259 INFO [136862574311104] ProducerImpl:767 | [persistent://public/default/smartcity-air-quality, standalone-0-530] Closed producer 0
|
|
2026-05-05 17:52:54.259 INFO [136862488327872] ClientConnection:1285 | [127.0.0.1:57432 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:52:54.260 INFO [136862488327872] ClientConnection:301 | [127.0.0.1:57432 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ DEBUG: Test Pulsar result: True
|
|
[REDPANDA] ⚠️ Cannot reach http://localhost:8082: HTTP Error 404: Not Found
|
|
[MQTT] 🔌 Connexion aux brokers...
|
|
/home/eric/smart-city-digital-twin-martinique/simulator.py:407: DeprecationWarning: Callback API version 1 is deprecated, update to latest version
|
|
c = mqtt.Client(client_id=cid, protocol=mqtt.MQTTv311)
|
|
[MQTT] ✅ EMQX connecté
|
|
[MQTT] ✅ Mosquitto connecté
|
|
[MQTT] ✅ BunkerM connecté
|
|
|
|
[SIM] ⏱️ It #1 — 17:52:57
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing traffic_000...
|
|
✅ FROST Thing traffic_000 créé (ID: 124)
|
|
📊 FROST: POST Datastream traffic_000/vehicle_count...
|
|
✅ FROST Datastream traffic_000/vehicle_count créé (ID: 537)
|
|
📊 FROST: POST Datastream traffic_000/average_speed_kmh...
|
|
✅ FROST Datastream traffic_000/average_speed_kmh créé (ID: 538)
|
|
📊 FROST: POST Datastream traffic_000/congestion_level...
|
|
✅ FROST Datastream traffic_000/congestion_level créé (ID: 539)
|
|
📊 FROST: POST Datastream traffic_000/occupancy_percent...
|
|
✅ FROST Datastream traffic_000/occupancy_percent créé (ID: 540)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(537)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:52:58.349 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:52:58.349 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:52:58.349 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:57444 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:52:58.350 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:52:58.351 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57444 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:58.351 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57444 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:58.351 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57444 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:58.351 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:52:58.354 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:52:58.354 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-531] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:52:58.354 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-531] Closed producer 0
|
|
2026-05-05 17:52:58.354 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57444 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:52:58.354 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57444 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing traffic_001...
|
|
✅ FROST Thing traffic_001 créé (ID: 125)
|
|
📊 FROST: POST Datastream traffic_001/vehicle_count...
|
|
✅ FROST Datastream traffic_001/vehicle_count créé (ID: 541)
|
|
📊 FROST: POST Datastream traffic_001/average_speed_kmh...
|
|
✅ FROST Datastream traffic_001/average_speed_kmh créé (ID: 542)
|
|
📊 FROST: POST Datastream traffic_001/congestion_level...
|
|
✅ FROST Datastream traffic_001/congestion_level créé (ID: 543)
|
|
📊 FROST: POST Datastream traffic_001/occupancy_percent...
|
|
✅ FROST Datastream traffic_001/occupancy_percent créé (ID: 544)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(541)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:52:59.100 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:52:59.100 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:52:59.101 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:57458 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:52:59.102 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:52:59.102 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57458 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:59.102 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57458 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:59.103 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57458 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:59.103 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:52:59.105 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:52:59.105 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-532] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:52:59.105 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-532] Closed producer 0
|
|
2026-05-05 17:52:59.105 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:57458 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:52:59.105 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:57458 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing traffic_002...
|
|
✅ FROST Thing traffic_002 créé (ID: 126)
|
|
📊 FROST: POST Datastream traffic_002/vehicle_count...
|
|
✅ FROST Datastream traffic_002/vehicle_count créé (ID: 545)
|
|
📊 FROST: POST Datastream traffic_002/average_speed_kmh...
|
|
✅ FROST Datastream traffic_002/average_speed_kmh créé (ID: 546)
|
|
📊 FROST: POST Datastream traffic_002/congestion_level...
|
|
✅ FROST Datastream traffic_002/congestion_level créé (ID: 547)
|
|
📊 FROST: POST Datastream traffic_002/occupancy_percent...
|
|
✅ FROST Datastream traffic_002/occupancy_percent créé (ID: 548)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(545)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:52:59.733 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:52:59.733 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:52:59.733 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57462 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:52:59.734 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:52:59.734 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57462 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:59.734 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57462 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:59.735 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57462 -> 127.0.0.1:6650]
|
|
2026-05-05 17:52:59.735 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:52:59.737 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:52:59.737 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-533] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:52:59.737 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-533] Closed producer 0
|
|
2026-05-05 17:52:59.737 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57462 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:52:59.738 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57462 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing airquality_003...
|
|
✅ FROST Thing airquality_003 créé (ID: 127)
|
|
📊 FROST: POST Datastream airquality_003/pm25_ugm3...
|
|
✅ FROST Datastream airquality_003/pm25_ugm3 créé (ID: 549)
|
|
📊 FROST: POST Datastream airquality_003/pm10_ugm3...
|
|
✅ FROST Datastream airquality_003/pm10_ugm3 créé (ID: 550)
|
|
📊 FROST: POST Datastream airquality_003/no2_ugm3...
|
|
✅ FROST Datastream airquality_003/no2_ugm3 créé (ID: 551)
|
|
📊 FROST: POST Datastream airquality_003/o3_ugm3...
|
|
✅ FROST Datastream airquality_003/o3_ugm3 créé (ID: 552)
|
|
📊 FROST: POST Datastream airquality_003/co_mgm3...
|
|
✅ FROST Datastream airquality_003/co_mgm3 créé (ID: 553)
|
|
📊 FROST: POST Datastream airquality_003/temperature_celsius...
|
|
✅ FROST Datastream airquality_003/temperature_celsius créé (ID: 554)
|
|
📊 FROST: POST Datastream airquality_003/humidity_percent...
|
|
✅ FROST Datastream airquality_003/humidity_percent créé (ID: 555)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(549)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:53:00.685 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:00.685 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:00.685 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:57478 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:00.687 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:53:00.687 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57478 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:00.687 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57478 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:00.688 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57478 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:00.688 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:53:00.690 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:00.690 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-534] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:53:00.691 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-534] Closed producer 0
|
|
2026-05-05 17:53:00.691 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57478 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:00.691 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57478 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing airquality_004...
|
|
✅ FROST Thing airquality_004 créé (ID: 128)
|
|
📊 FROST: POST Datastream airquality_004/pm25_ugm3...
|
|
✅ FROST Datastream airquality_004/pm25_ugm3 créé (ID: 556)
|
|
📊 FROST: POST Datastream airquality_004/pm10_ugm3...
|
|
✅ FROST Datastream airquality_004/pm10_ugm3 créé (ID: 557)
|
|
📊 FROST: POST Datastream airquality_004/no2_ugm3...
|
|
✅ FROST Datastream airquality_004/no2_ugm3 créé (ID: 558)
|
|
📊 FROST: POST Datastream airquality_004/o3_ugm3...
|
|
✅ FROST Datastream airquality_004/o3_ugm3 créé (ID: 559)
|
|
📊 FROST: POST Datastream airquality_004/co_mgm3...
|
|
✅ FROST Datastream airquality_004/co_mgm3 créé (ID: 560)
|
|
📊 FROST: POST Datastream airquality_004/temperature_celsius...
|
|
✅ FROST Datastream airquality_004/temperature_celsius créé (ID: 561)
|
|
📊 FROST: POST Datastream airquality_004/humidity_percent...
|
|
✅ FROST Datastream airquality_004/humidity_percent créé (ID: 562)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(556)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:53:09.790 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:09.790 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:09.791 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42260 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:09.792 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:53:09.792 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42260 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:09.792 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:42260 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:09.793 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:42260 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:09.793 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:09.795 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:09.795 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-535] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:53:09.795 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-535] Closed producer 0
|
|
2026-05-05 17:53:09.795 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:42260 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:09.795 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:42260 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing parking_005...
|
|
✅ FROST Thing parking_005 créé (ID: 129)
|
|
📊 FROST: POST Datastream parking_005/total_spots...
|
|
✅ FROST Datastream parking_005/total_spots créé (ID: 563)
|
|
📊 FROST: POST Datastream parking_005/available_spots...
|
|
✅ FROST Datastream parking_005/available_spots créé (ID: 564)
|
|
📊 FROST: POST Datastream parking_005/occupancy_percent...
|
|
✅ FROST Datastream parking_005/occupancy_percent créé (ID: 565)
|
|
📊 FROST: POST Datastream parking_005/turnover_per_hour...
|
|
✅ FROST Datastream parking_005/turnover_per_hour créé (ID: 566)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(563)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:53:18.091 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:18.091 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:18.092 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:33052 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:18.093 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:53:18.094 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33052 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:18.094 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33052 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:18.094 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33052 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:18.094 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:53:18.097 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:18.097 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-536] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:53:18.097 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-536] Closed producer 0
|
|
2026-05-05 17:53:18.098 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33052 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:18.098 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33052 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing parking_006...
|
|
✅ FROST Thing parking_006 créé (ID: 130)
|
|
📊 FROST: POST Datastream parking_006/total_spots...
|
|
✅ FROST Datastream parking_006/total_spots créé (ID: 567)
|
|
📊 FROST: POST Datastream parking_006/available_spots...
|
|
✅ FROST Datastream parking_006/available_spots créé (ID: 568)
|
|
📊 FROST: POST Datastream parking_006/occupancy_percent...
|
|
✅ FROST Datastream parking_006/occupancy_percent créé (ID: 569)
|
|
📊 FROST: POST Datastream parking_006/turnover_per_hour...
|
|
✅ FROST Datastream parking_006/turnover_per_hour créé (ID: 570)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(567)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:53:18.525 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:18.525 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:18.525 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:33062 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:18.526 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:53:18.526 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33062 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:18.526 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33062 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:18.527 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33062 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:18.527 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:18.529 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:18.529 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-537] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:53:18.529 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-537] Closed producer 0
|
|
2026-05-05 17:53:18.529 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33062 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:18.529 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33062 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing noise_007...
|
|
✅ FROST Thing noise_007 créé (ID: 131)
|
|
📊 FROST: POST Datastream noise_007/noise_level_db...
|
|
✅ FROST Datastream noise_007/noise_level_db créé (ID: 571)
|
|
📊 FROST: POST Datastream noise_007/peak_db...
|
|
✅ FROST Datastream noise_007/peak_db créé (ID: 572)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(571)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:53:19.214 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:19.214 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:19.214 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:19.216 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:53:19.216 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33066 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:19.216 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:33066 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:19.217 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:33066 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:19.217 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:19.219 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:19.219 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-538] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:53:19.219 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-538] Closed producer 0
|
|
2026-05-05 17:53:19.219 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:33066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:19.220 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:33066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing weather_008...
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Thing weather_008 créé (ID: 132)
|
|
📊 FROST: POST Datastream weather_008/temperature_celsius...
|
|
✅ FROST Datastream weather_008/temperature_celsius créé (ID: 573)
|
|
📊 FROST: POST Datastream weather_008/humidity_percent...
|
|
✅ FROST Datastream weather_008/humidity_percent créé (ID: 574)
|
|
📊 FROST: POST Datastream weather_008/wind_speed_kmh...
|
|
✅ FROST Datastream weather_008/wind_speed_kmh créé (ID: 575)
|
|
📊 FROST: POST Datastream weather_008/pressure_hpa...
|
|
✅ FROST Datastream weather_008/pressure_hpa créé (ID: 576)
|
|
📊 FROST: POST Datastream weather_008/rain_mm...
|
|
✅ FROST Datastream weather_008/rain_mm créé (ID: 577)
|
|
📊 FROST: POST Datastream weather_008/uv_index...
|
|
✅ FROST Datastream weather_008/uv_index créé (ID: 578)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(573)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:53:20.875 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:20.875 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:20.876 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:33078 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:20.878 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:53:20.879 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33078 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:20.879 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:33078 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:20.880 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:33078 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:20.880 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:53:20.959 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:21.108 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-539] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:53:21.109 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-539] Closed producer 0
|
|
2026-05-05 17:53:21.110 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33078 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:21.110 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33078 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📊 FROST: POST Thing light_009...
|
|
✅ FROST Thing light_009 créé (ID: 133)
|
|
📊 FROST: POST Datastream light_009/brightness_lux...
|
|
✅ FROST Datastream light_009/brightness_lux créé (ID: 579)
|
|
📊 FROST: POST Datastream light_009/power_consumption_w...
|
|
✅ FROST Datastream light_009/power_consumption_w créé (ID: 580)
|
|
⚠️ HTTP POST http://localhost:8090/FROST-Server/v1.1/Datastreams(579)/Observations → 400: {"code":400,"type":"error","message":"No FeatureOfInterest provided, and none can be generated."}
|
|
📊 FROST: ❌
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:53:22.436 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:22.436 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:22.436 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:33084 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:22.437 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:53:22.437 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33084 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:22.437 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:33084 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:22.438 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:33084 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:22.438 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:22.440 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:22.440 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-540] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:53:22.440 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-540] Closed producer 0
|
|
2026-05-05 17:53:22.441 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33084 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:22.441 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33084 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #2 — 17:53:23
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:53:24.559 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:24.559 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:24.561 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36976 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:24.563 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:53:24.564 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36976 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:24.564 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36976 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:24.566 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36976 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:24.566 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:53:24.569 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:24.569 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-541] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:53:24.570 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-541] Closed producer 0
|
|
2026-05-05 17:53:24.570 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36976 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:24.571 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36976 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:53:25.255 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:25.255 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:25.256 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:36988 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:25.257 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:53:25.257 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36988 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:25.257 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36988 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:25.257 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36988 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:25.266 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 9 ms
|
|
2026-05-05 17:53:25.268 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:25.268 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-542] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:53:25.269 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-542] Closed producer 0
|
|
2026-05-05 17:53:25.269 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36988 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:25.269 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36988 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:53:25.738 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:25.738 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:25.738 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36990 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:25.741 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:53:25.742 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36990 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:25.742 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36990 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:25.743 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36990 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:25.743 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:53:25.748 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:25.748 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-543] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:53:25.749 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-543] Closed producer 0
|
|
2026-05-05 17:53:25.749 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:36990 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:25.749 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:36990 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:53:26.375 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:26.375 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:26.375 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36998 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:26.376 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:53:26.377 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36998 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:26.377 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36998 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:26.377 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36998 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:26.377 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:26.379 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:26.379 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-544] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:53:26.379 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-544] Closed producer 0
|
|
2026-05-05 17:53:26.379 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36998 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:26.379 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36998 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:53:34.584 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:34.584 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:34.584 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34358 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:34.585 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:53:34.585 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34358 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:34.585 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:34358 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:34.586 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:34358 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:34.586 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:34.588 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:34.588 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-545] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:53:34.588 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-545] Closed producer 0
|
|
2026-05-05 17:53:34.588 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:34358 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:34.588 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:34358 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:53:42.834 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:42.834 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:42.834 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34368 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:42.835 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:53:42.835 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34368 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:42.835 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:34368 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:42.836 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:34368 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:42.836 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:42.838 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:42.838 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-546] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:53:42.838 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-546] Closed producer 0
|
|
2026-05-05 17:53:42.838 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34368 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:42.838 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34368 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:53:43.333 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:43.333 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:43.333 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34372 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:43.334 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:53:43.335 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:43.335 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:34372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:43.335 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:34372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:43.335 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:43.337 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:43.337 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-547] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:53:43.338 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-547] Closed producer 0
|
|
2026-05-05 17:53:43.338 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34372 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:43.338 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34372 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:53:43.611 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:43.611 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:43.612 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34384 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:43.613 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:53:43.613 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34384 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:43.613 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:34384 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:43.614 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:34384 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:43.614 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:43.615 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:43.615 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-548] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:53:43.616 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-548] Closed producer 0
|
|
2026-05-05 17:53:43.616 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:34384 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:43.616 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:34384 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:53:44.001 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:44.001 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:44.001 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:47860 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:44.002 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:53:44.003 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47860 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:44.003 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:47860 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:44.004 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:47860 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:44.004 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:53:44.006 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:44.006 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-549] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:53:44.006 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-549] Closed producer 0
|
|
2026-05-05 17:53:44.006 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:47860 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:44.007 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:47860 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:53:44.350 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:44.350 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:44.351 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:47864 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:44.352 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:53:44.352 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47864 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:44.352 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:47864 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:44.352 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:47864 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:44.353 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:44.354 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:44.354 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-550] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:53:44.355 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-550] Closed producer 0
|
|
2026-05-05 17:53:44.355 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:47864 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:44.355 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:47864 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #3 — 17:53:45
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:53:47.730 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:47.730 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:47.730 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47878 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:47.731 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:53:47.732 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47878 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:47.732 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:47878 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:47.732 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:47878 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:47.732 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:53:47.734 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:47.734 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-551] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:53:47.735 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-551] Closed producer 0
|
|
2026-05-05 17:53:47.735 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:47878 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:47.735 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:47878 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:53:48.613 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:48.614 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:48.614 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:47890 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:48.615 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:53:48.616 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47890 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:48.616 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:47890 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:48.616 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:47890 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:48.617 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:53:48.619 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:48.619 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-552] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:53:48.619 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-552] Closed producer 0
|
|
2026-05-05 17:53:48.619 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:47890 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:48.620 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:47890 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:53:49.051 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:49.051 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:49.052 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47892 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:49.053 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:53:49.054 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47892 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:49.054 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:47892 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:49.055 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:47892 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:49.055 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:53:49.057 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:49.057 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-553] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:53:49.057 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-553] Closed producer 0
|
|
2026-05-05 17:53:49.057 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:47892 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:49.058 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:47892 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:53:49.630 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:49.630 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:49.630 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:47894 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:49.631 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:53:49.631 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47894 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:49.631 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:47894 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:49.632 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:47894 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:49.632 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:49.634 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:49.634 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-554] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:53:49.634 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-554] Closed producer 0
|
|
2026-05-05 17:53:49.634 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:47894 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:49.634 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:47894 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:53:58.018 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:53:58.018 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:53:58.018 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:47424 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:53:58.019 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:53:58.020 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47424 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:58.020 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:47424 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:58.020 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:47424 -> 127.0.0.1:6650]
|
|
2026-05-05 17:53:58.020 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:53:58.022 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:53:58.022 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-555] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:53:58.023 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-555] Closed producer 0
|
|
2026-05-05 17:53:58.023 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:47424 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:53:58.023 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:47424 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:54:08.189 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:08.189 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:08.189 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:42392 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:08.191 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:54:08.192 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42392 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:08.192 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42392 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:08.192 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42392 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:08.192 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:08.195 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:08.195 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-556] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:54:08.195 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-556] Closed producer 0
|
|
2026-05-05 17:54:08.195 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:42392 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:08.195 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:42392 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:54:08.755 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:08.755 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:08.756 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:42396 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:08.757 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:54:08.757 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42396 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:08.757 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42396 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:08.758 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42396 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:08.758 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:08.760 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:08.760 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-557] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:54:08.761 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-557] Closed producer 0
|
|
2026-05-05 17:54:08.761 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42396 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:08.761 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42396 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:54:09.325 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:09.325 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:09.326 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42402 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:09.327 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:54:09.328 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42402 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:09.328 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:42402 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:09.329 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:42402 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:09.329 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:09.331 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:09.331 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-558] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:54:09.332 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-558] Closed producer 0
|
|
2026-05-05 17:54:09.332 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:42402 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:09.332 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:42402 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:54:10.692 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:10.692 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:10.693 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:42404 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:10.694 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:54:10.695 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42404 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:10.695 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:42404 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:10.696 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:42404 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:10.696 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:10.824 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:11.180 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-559] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:54:11.181 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-559] Closed producer 0
|
|
2026-05-05 17:54:11.181 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:42404 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:11.181 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:42404 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:54:12.060 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:12.060 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:12.060 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:42410 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:12.062 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:54:12.063 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42410 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:12.063 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:42410 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:12.063 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:42410 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:12.063 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:12.091 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:12.091 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-560] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:54:12.091 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-560] Closed producer 0
|
|
2026-05-05 17:54:12.092 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42410 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:12.092 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42410 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #4 — 17:54:13
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:54:13.819 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:13.819 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:13.819 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38752 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:13.820 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:54:13.820 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38752 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:13.821 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38752 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:13.821 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38752 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:13.821 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:13.823 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:13.823 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-561] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:54:13.823 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-561] Closed producer 0
|
|
2026-05-05 17:54:13.823 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:38752 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:13.823 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:38752 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:54:14.303 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:14.303 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:14.304 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38762 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:14.305 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:54:14.305 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38762 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:14.305 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38762 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:14.306 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38762 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:14.306 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:14.307 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:14.307 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-562] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:54:14.308 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-562] Closed producer 0
|
|
2026-05-05 17:54:14.308 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38762 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:14.308 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38762 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:54:14.576 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:14.576 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:14.576 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:38766 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:14.577 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:54:14.578 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38766 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:14.578 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38766 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:14.578 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38766 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:14.578 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:14.580 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:14.580 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-563] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:54:14.580 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-563] Closed producer 0
|
|
2026-05-05 17:54:14.580 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38766 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:14.581 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38766 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:54:15.127 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:15.127 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:15.127 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38768 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:15.129 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:54:15.129 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38768 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:15.129 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38768 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:15.130 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38768 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:15.130 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:15.132 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:15.132 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-564] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:54:15.133 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-564] Closed producer 0
|
|
2026-05-05 17:54:15.133 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:38768 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:15.133 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:38768 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:54:23.761 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:23.761 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:23.761 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38770 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:23.762 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:54:23.763 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38770 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:23.763 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38770 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:23.763 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38770 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:23.764 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:23.765 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:23.765 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-565] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:54:23.766 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-565] Closed producer 0
|
|
2026-05-05 17:54:23.766 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:38770 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:23.766 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:38770 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:54:32.079 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:32.079 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:32.079 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36334 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:32.080 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:54:32.080 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.080 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.081 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.081 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:32.082 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:32.082 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-566] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:54:32.083 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-566] Closed producer 0
|
|
2026-05-05 17:54:32.083 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36334 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:32.083 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36334 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:54:32.576 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:32.576 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:32.578 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:36344 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:32.581 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:54:32.582 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36344 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.582 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36344 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.584 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36344 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.584 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:54:32.587 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:32.587 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-567] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:54:32.588 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-567] Closed producer 0
|
|
2026-05-05 17:54:32.589 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36344 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:32.589 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36344 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:54:32.922 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:32.922 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:32.922 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36356 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:32.923 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:54:32.924 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.924 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:36356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.924 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:36356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:32.924 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:32.926 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:32.926 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-568] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:54:32.926 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-568] Closed producer 0
|
|
2026-05-05 17:54:32.926 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:36356 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:32.927 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:36356 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:54:33.501 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:33.501 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:33.502 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36372 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:33.503 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:54:33.503 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:33.503 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:36372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:33.504 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:36372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:33.504 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:33.505 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:33.506 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-570] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:54:33.506 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-570] Closed producer 0
|
|
2026-05-05 17:54:33.506 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36372 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:33.506 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36372 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:54:33.856 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:33.856 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:33.856 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40442 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:33.857 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:54:33.857 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40442 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:33.857 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:40442 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:33.858 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:40442 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:33.858 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:33.859 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:33.860 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-571] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:54:33.860 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-571] Closed producer 0
|
|
2026-05-05 17:54:33.860 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:40442 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:33.860 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:40442 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #5 — 17:54:35
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:54:36.502 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:36.502 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:36.502 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40456 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:36.503 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:54:36.504 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40456 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:36.504 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40456 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:36.504 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40456 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:36.504 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:36.506 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:36.506 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-572] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:54:36.507 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-572] Closed producer 0
|
|
2026-05-05 17:54:36.507 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:40456 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:36.507 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:40456 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:54:37.280 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:37.280 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:37.281 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40460 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:37.282 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:54:37.282 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40460 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:37.282 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40460 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:37.282 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40460 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:37.282 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:37.284 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:37.284 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-573] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:54:37.284 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-573] Closed producer 0
|
|
2026-05-05 17:54:37.285 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40460 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:37.285 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40460 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:54:37.898 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:37.898 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:37.899 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:40470 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:37.900 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:54:37.900 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40470 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:37.900 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40470 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:37.900 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40470 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:37.900 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:37.902 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:37.902 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-574] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:54:37.903 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-574] Closed producer 0
|
|
2026-05-05 17:54:37.903 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40470 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:37.903 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40470 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:54:40.206 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:40.206 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:40.207 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40472 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:40.208 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:54:40.209 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40472 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:40.209 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40472 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:40.210 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40472 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:40.210 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:40.213 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:40.213 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-575] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:54:40.213 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-575] Closed producer 0
|
|
2026-05-05 17:54:40.214 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:40472 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:40.214 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:40472 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:54:48.652 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:48.652 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:48.653 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39704 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:48.655 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:54:48.655 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39704 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:48.655 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39704 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:48.656 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39704 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:48.656 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:48.659 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:48.659 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-576] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:54:48.659 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-576] Closed producer 0
|
|
2026-05-05 17:54:48.659 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39704 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:48.659 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39704 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:54:57.888 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:57.888 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:57.889 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:45584 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:57.890 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:54:57.891 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45584 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:57.891 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45584 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:57.892 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45584 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:57.892 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:57.895 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:57.895 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-577] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:54:57.895 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-577] Closed producer 0
|
|
2026-05-05 17:54:57.896 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45584 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:57.896 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45584 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:54:58.614 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:58.614 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:58.614 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:45590 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:58.616 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:54:58.616 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45590 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:58.616 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45590 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:58.617 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45590 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:58.617 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:58.641 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:58.641 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-578] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:54:58.641 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-578] Closed producer 0
|
|
2026-05-05 17:54:58.642 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:45590 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:58.642 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:45590 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:54:59.295 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:59.295 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:59.295 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:45592 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:59.296 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:54:59.297 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45592 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:59.297 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:45592 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:59.298 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:45592 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:59.298 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:54:59.300 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:59.300 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-579] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:54:59.301 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-579] Closed producer 0
|
|
2026-05-05 17:54:59.301 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45592 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:59.301 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45592 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:54:59.932 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:54:59.932 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:54:59.933 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45608 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:54:59.934 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:54:59.934 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45608 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:59.934 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:45608 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:59.935 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:45608 -> 127.0.0.1:6650]
|
|
2026-05-05 17:54:59.935 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:54:59.937 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:54:59.937 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-580] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:54:59.937 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-580] Closed producer 0
|
|
2026-05-05 17:54:59.937 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45608 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:54:59.938 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45608 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:55:00.303 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:00.303 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:00.304 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:45612 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:00.306 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:55:00.306 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45612 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:00.306 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:45612 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:00.307 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:45612 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:00.307 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:00.311 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:00.311 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-581] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:55:00.311 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-581] Closed producer 0
|
|
2026-05-05 17:55:00.311 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45612 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:00.311 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45612 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #6 — 17:55:01
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:55:03.010 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:03.010 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:03.011 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45616 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:03.012 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:03.013 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45616 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:03.013 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45616 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:03.014 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45616 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:03.014 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:55:03.017 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:03.018 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-582] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:03.018 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-582] Closed producer 0
|
|
2026-05-05 17:55:03.018 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:45616 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:03.018 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:45616 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:55:03.870 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:03.870 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:03.870 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39970 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:03.871 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:03.871 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39970 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:03.871 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39970 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:03.872 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39970 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:03.872 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:03.874 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:03.874 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-583] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:03.874 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-583] Closed producer 0
|
|
2026-05-05 17:55:03.874 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39970 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:03.875 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39970 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:55:04.742 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:04.742 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:04.742 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:39984 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:04.744 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:04.745 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39984 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:04.745 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39984 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:04.745 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39984 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:04.746 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:04.748 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:04.748 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-584] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:04.748 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-584] Closed producer 0
|
|
2026-05-05 17:55:04.748 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39984 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:04.749 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39984 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:55:05.383 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:05.383 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:05.383 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39992 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:05.384 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:55:05.385 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39992 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:05.385 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39992 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:05.385 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39992 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:05.385 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:05.387 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:05.387 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-585] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:55:05.387 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-585] Closed producer 0
|
|
2026-05-05 17:55:05.387 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39992 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:05.387 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39992 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:55:13.645 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:13.645 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:13.645 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40004 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:13.646 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:55:13.646 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40004 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:13.646 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40004 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:13.647 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40004 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:13.647 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:13.649 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:13.649 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-586] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:55:13.649 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-586] Closed producer 0
|
|
2026-05-05 17:55:13.649 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40004 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:13.649 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40004 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:55:22.061 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:22.061 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:22.062 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:60050 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:22.063 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:55:22.063 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60050 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.063 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:60050 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.064 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:60050 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.064 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:22.065 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:22.065 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-587] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:55:22.066 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-587] Closed producer 0
|
|
2026-05-05 17:55:22.066 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:60050 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:22.066 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:60050 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:55:22.403 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:22.403 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:22.403 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60056 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:22.404 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:55:22.405 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60056 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.405 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:60056 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.405 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:60056 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.405 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:22.407 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:22.407 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-588] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:55:22.408 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-588] Closed producer 0
|
|
2026-05-05 17:55:22.408 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:60056 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:22.408 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:60056 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:55:22.740 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:22.740 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:22.742 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:60066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:22.745 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:55:22.746 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60066 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.746 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:60066 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.748 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:60066 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:22.748 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:55:22.752 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:22.752 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-589] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:55:22.753 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-589] Closed producer 0
|
|
2026-05-05 17:55:22.753 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:22.753 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:55:23.153 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:23.153 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:23.154 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:60074 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:23.156 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:55:23.157 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60074 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:23.157 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:60074 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:23.158 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:60074 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:23.158 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:23.160 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:23.160 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-590] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:55:23.161 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-590] Closed producer 0
|
|
2026-05-05 17:55:23.161 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:60074 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:23.161 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:60074 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:55:23.470 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:23.470 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:23.470 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60078 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:23.471 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:55:23.472 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60078 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:23.472 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:60078 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:23.472 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:60078 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:23.472 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:23.474 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:23.474 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-591] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:55:23.475 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-591] Closed producer 0
|
|
2026-05-05 17:55:23.475 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:60078 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:23.475 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:60078 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #7 — 17:55:24
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:55:24.795 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:24.795 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:24.796 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:43126 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:24.797 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:24.798 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43126 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:24.798 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43126 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:24.798 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43126 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:24.798 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:24.801 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:24.801 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-592] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:24.801 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-592] Closed producer 0
|
|
2026-05-05 17:55:24.801 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43126 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:24.801 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43126 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:55:25.103 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:25.103 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:25.104 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43142 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:25.104 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:25.105 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43142 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:25.105 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43142 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:25.105 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43142 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:25.105 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:25.107 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:25.107 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-593] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:25.107 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-593] Closed producer 0
|
|
2026-05-05 17:55:25.108 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43142 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:25.108 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43142 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:55:25.428 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:25.428 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:25.429 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43156 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:25.430 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:25.431 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43156 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:25.431 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43156 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:25.431 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43156 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:25.431 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:25.433 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:25.433 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-594] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:25.434 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-594] Closed producer 0
|
|
2026-05-05 17:55:25.434 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43156 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:25.434 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43156 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:55:27.107 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:27.107 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:27.108 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:43158 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:27.111 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:55:27.113 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43158 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:27.113 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43158 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:27.114 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43158 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:27.114 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 17:55:27.118 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:27.118 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-595] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:55:27.119 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-595] Closed producer 0
|
|
2026-05-05 17:55:27.119 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43158 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:27.120 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43158 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:55:35.379 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:35.379 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:35.380 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:59260 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:35.381 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:55:35.382 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59260 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:35.382 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:59260 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:35.383 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:59260 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:35.383 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:35.385 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:35.385 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-596] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:55:35.386 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-596] Closed producer 0
|
|
2026-05-05 17:55:35.386 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59260 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:35.386 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59260 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:55:43.814 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:43.814 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:43.814 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51446 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:43.815 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:55:43.816 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51446 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:43.816 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:51446 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:43.816 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:51446 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:43.816 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:43.818 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:43.818 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-597] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:55:43.819 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-597] Closed producer 0
|
|
2026-05-05 17:55:43.819 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51446 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:43.819 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51446 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:55:44.228 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:44.229 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:44.229 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51456 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:44.231 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:55:44.232 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51456 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:44.232 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:51456 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:44.233 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:51456 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:44.233 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:44.236 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:44.236 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-598] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:55:44.237 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-598] Closed producer 0
|
|
2026-05-05 17:55:44.238 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51456 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:44.238 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51456 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:55:44.571 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:44.572 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:44.572 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51466 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:44.573 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:55:44.574 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51466 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:44.574 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:51466 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:44.575 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:51466 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:44.575 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:44.577 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:44.577 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-599] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:55:44.577 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-599] Closed producer 0
|
|
2026-05-05 17:55:44.577 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:51466 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:44.577 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:51466 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:55:45.037 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:45.037 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:45.037 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51470 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:45.038 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:55:45.039 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51470 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:45.039 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:51470 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:45.039 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:51470 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:45.039 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:45.041 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:45.041 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-600] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:55:45.042 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-600] Closed producer 0
|
|
2026-05-05 17:55:45.042 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51470 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:45.042 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51470 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:55:45.295 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:45.295 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:45.295 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51480 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:45.296 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:55:45.297 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51480 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:45.297 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:51480 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:45.297 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:51480 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:45.297 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:45.299 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:45.299 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-601] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:55:45.299 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-601] Closed producer 0
|
|
2026-05-05 17:55:45.299 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51480 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:45.299 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51480 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #8 — 17:55:46
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:55:46.573 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:46.573 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:46.574 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51488 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:46.576 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:46.577 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51488 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:46.577 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51488 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:46.578 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51488 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:46.578 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:46.580 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:46.580 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-602] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:46.581 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-602] Closed producer 0
|
|
2026-05-05 17:55:46.581 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:51488 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:46.581 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:51488 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:55:47.006 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:47.006 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:47.007 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51502 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:47.009 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:47.010 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.010 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.011 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.011 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:55:47.014 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:47.014 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-603] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:47.014 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-603] Closed producer 0
|
|
2026-05-05 17:55:47.015 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51502 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:47.015 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51502 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:55:47.337 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:47.337 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:47.337 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51504 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:47.338 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:55:47.338 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51504 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.339 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51504 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.339 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51504 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.339 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:47.341 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:47.341 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-604] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:55:47.341 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-604] Closed producer 0
|
|
2026-05-05 17:55:47.341 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51504 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:47.341 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51504 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:55:47.746 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:47.746 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:47.746 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51514 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:47.747 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:55:47.747 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51514 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.747 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:51514 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.748 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:51514 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:47.748 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:47.750 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:47.750 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-605] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:55:47.750 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-605] Closed producer 0
|
|
2026-05-05 17:55:47.750 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51514 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:47.750 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51514 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:55:56.899 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:55:56.899 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:55:56.899 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:48342 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:55:56.900 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:55:56.901 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48342 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:56.901 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:48342 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:56.901 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:48342 -> 127.0.0.1:6650]
|
|
2026-05-05 17:55:56.901 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:55:56.903 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:55:56.903 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-606] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:55:56.903 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-606] Closed producer 0
|
|
2026-05-05 17:55:56.904 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48342 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:55:56.904 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48342 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:56:05.246 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:05.246 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:05.246 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51274 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:05.247 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:56:05.248 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51274 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.248 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:51274 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.249 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:51274 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.249 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:05.251 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:05.251 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-607] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:56:05.251 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-607] Closed producer 0
|
|
2026-05-05 17:56:05.251 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:51274 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:05.251 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:51274 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:56:05.629 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:05.629 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:05.630 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51284 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:05.631 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:56:05.632 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51284 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.632 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:51284 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.632 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:51284 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.632 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:05.634 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:05.634 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-608] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:56:05.635 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-608] Closed producer 0
|
|
2026-05-05 17:56:05.635 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51284 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:05.635 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51284 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:56:05.939 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:05.939 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:05.939 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51294 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:05.940 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:56:05.940 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51294 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.940 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:51294 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.941 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:51294 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:05.941 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:05.942 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:05.942 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-609] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:56:05.943 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-609] Closed producer 0
|
|
2026-05-05 17:56:05.943 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51294 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:05.943 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51294 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:56:06.971 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:06.971 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:06.972 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51298 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:06.973 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:56:06.974 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51298 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:06.974 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:51298 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:06.975 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:51298 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:06.975 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:06.977 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:06.977 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-610] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:56:06.977 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-610] Closed producer 0
|
|
2026-05-05 17:56:06.977 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:51298 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:06.977 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:51298 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:56:07.368 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:07.368 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:07.368 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51310 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:07.369 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:56:07.369 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51310 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:07.369 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:51310 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:07.370 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:51310 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:07.370 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:07.372 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:07.372 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-611] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:56:07.372 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-611] Closed producer 0
|
|
2026-05-05 17:56:07.372 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51310 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:07.372 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51310 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #9 — 17:56:08
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:56:10.347 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:10.347 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:10.347 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51324 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:10.348 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:10.349 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51324 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:10.349 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51324 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:10.349 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51324 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:10.349 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:10.351 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:10.351 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-612] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:10.351 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-612] Closed producer 0
|
|
2026-05-05 17:56:10.351 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51324 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:10.351 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51324 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:56:11.214 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:11.214 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:11.214 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51336 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:11.215 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:11.216 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51336 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:11.216 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51336 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:11.216 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51336 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:11.216 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:11.218 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:11.218 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-613] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:11.218 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-613] Closed producer 0
|
|
2026-05-05 17:56:11.218 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:51336 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:11.219 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:51336 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:56:11.685 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:11.685 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:11.685 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51348 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:11.686 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:11.687 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51348 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:11.687 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51348 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:11.688 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51348 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:11.688 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:11.690 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:11.690 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-614] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:11.690 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-614] Closed producer 0
|
|
2026-05-05 17:56:11.690 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51348 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:11.690 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51348 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:56:12.630 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:12.630 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:12.631 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51356 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:12.632 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:56:12.633 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:12.633 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:51356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:12.633 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:51356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:12.633 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:12.635 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:12.635 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-615] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:56:12.635 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-615] Closed producer 0
|
|
2026-05-05 17:56:12.635 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51356 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:12.636 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51356 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:56:21.572 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:21.572 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:21.573 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40098 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:21.574 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:56:21.575 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40098 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:21.575 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40098 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:21.575 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40098 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:21.575 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:21.578 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:21.578 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-616] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:56:21.578 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-616] Closed producer 0
|
|
2026-05-05 17:56:21.578 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40098 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:21.578 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40098 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:56:29.905 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:29.905 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:29.905 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38318 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:29.906 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:56:29.907 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38318 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:29.907 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38318 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:29.907 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38318 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:29.907 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:29.909 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:29.909 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-617] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:56:29.909 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-617] Closed producer 0
|
|
2026-05-05 17:56:29.909 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38318 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:29.910 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38318 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:56:30.573 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:30.573 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:30.573 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38324 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:30.575 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:56:30.575 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38324 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:30.575 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38324 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:30.576 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38324 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:30.576 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:30.578 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:30.578 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-618] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:56:30.579 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-618] Closed producer 0
|
|
2026-05-05 17:56:30.579 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38324 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:30.579 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38324 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:56:31.050 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:31.050 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:31.051 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38330 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:31.052 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:56:31.053 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38330 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:31.053 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:38330 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:31.054 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:38330 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:31.054 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:31.056 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:31.056 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-619] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:56:31.056 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-619] Closed producer 0
|
|
2026-05-05 17:56:31.057 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38330 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:31.057 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38330 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:56:31.689 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:31.689 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:31.689 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38340 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:31.690 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:56:31.690 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38340 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:31.690 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:38340 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:31.691 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:38340 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:31.691 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:31.693 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:31.693 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-620] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:56:31.693 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-620] Closed producer 0
|
|
2026-05-05 17:56:31.693 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38340 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:31.693 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38340 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:56:32.022 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:32.022 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:32.023 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38352 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:32.024 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:56:32.025 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38352 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:32.025 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:38352 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:32.025 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:38352 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:32.026 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:32.028 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:32.028 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-621] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:56:32.028 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-621] Closed producer 0
|
|
2026-05-05 17:56:32.028 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38352 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:32.028 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38352 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #10 — 17:56:33
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:56:33.480 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:33.480 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:33.480 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38356 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:33.481 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:33.482 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:33.482 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:33.482 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:33.482 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:33.484 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:33.484 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-622] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:33.484 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-622] Closed producer 0
|
|
2026-05-05 17:56:33.484 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38356 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:33.484 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38356 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:56:33.843 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:33.843 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:33.843 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36836 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:33.845 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:33.845 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36836 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:33.845 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36836 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:33.846 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36836 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:33.846 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:33.848 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:33.848 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-623] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:33.849 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-623] Closed producer 0
|
|
2026-05-05 17:56:33.849 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36836 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:33.849 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36836 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:56:34.411 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:34.411 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:34.412 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36840 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:34.415 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:34.416 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36840 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:34.416 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36840 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:34.418 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36840 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:34.418 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:56:34.422 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:34.422 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-624] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:34.423 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-624] Closed producer 0
|
|
2026-05-05 17:56:34.425 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36840 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:34.425 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36840 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:56:35.130 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:35.130 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:35.131 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:36854 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:35.132 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:56:35.132 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36854 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:35.132 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36854 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:35.133 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36854 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:35.133 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:35.135 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:35.135 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-625] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:56:35.135 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-625] Closed producer 0
|
|
2026-05-05 17:56:35.135 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36854 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:35.135 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36854 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:56:43.639 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:43.639 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:43.639 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36860 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:43.640 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:56:43.641 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36860 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:43.641 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36860 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:43.641 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36860 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:43.641 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:43.643 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:43.643 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-626] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:56:43.643 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-626] Closed producer 0
|
|
2026-05-05 17:56:43.643 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36860 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:43.643 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36860 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:56:52.035 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:52.035 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:52.036 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39768 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:52.037 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:56:52.038 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39768 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.038 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:39768 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.039 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:39768 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.039 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:52.041 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:52.041 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-627] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:56:52.041 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-627] Closed producer 0
|
|
2026-05-05 17:56:52.041 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39768 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:52.041 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39768 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:56:52.455 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:52.455 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:52.456 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39784 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:52.457 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:56:52.457 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39784 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.457 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:39784 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.457 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:39784 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.457 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:52.459 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:52.459 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-628] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:56:52.459 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-628] Closed producer 0
|
|
2026-05-05 17:56:52.459 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39784 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:52.459 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39784 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:56:52.747 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:52.747 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:52.748 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:39790 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:52.749 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:56:52.749 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39790 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.749 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:39790 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.750 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:39790 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:52.750 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:52.752 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:52.752 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-629] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:56:52.752 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-629] Closed producer 0
|
|
2026-05-05 17:56:52.752 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39790 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:52.752 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39790 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:56:53.064 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:53.064 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:53.064 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39802 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:53.065 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:56:53.066 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39802 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:53.066 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:39802 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:53.068 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:39802 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:53.068 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:56:53.071 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:53.071 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-630] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:56:53.071 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-630] Closed producer 0
|
|
2026-05-05 17:56:53.072 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39802 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:53.072 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39802 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:56:53.322 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:53.322 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:53.323 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39804 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:53.323 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:56:53.324 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39804 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:53.324 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:39804 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:53.325 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:39804 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:53.325 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:53.327 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:53.327 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-631] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:56:53.327 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-631] Closed producer 0
|
|
2026-05-05 17:56:53.327 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39804 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:53.327 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39804 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #11 — 17:56:54
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:56:54.598 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:54.598 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:54.599 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36554 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:54.600 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:54.601 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36554 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:54.601 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36554 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:54.601 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36554 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:54.601 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:54.604 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:54.604 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-632] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:54.604 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-632] Closed producer 0
|
|
2026-05-05 17:56:54.604 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36554 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:54.604 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36554 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:56:55.022 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:55.022 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:55.022 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36570 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:55.023 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:55.023 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36570 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.023 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36570 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.024 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36570 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.024 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:56:55.026 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:55.026 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-633] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:55.026 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-633] Closed producer 0
|
|
2026-05-05 17:56:55.026 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36570 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:55.026 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36570 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:56:55.323 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:55.323 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:55.324 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:36586 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:55.325 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:56:55.325 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36586 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.325 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36586 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.326 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36586 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.326 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:55.328 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:55.328 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-634] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:56:55.329 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-634] Closed producer 0
|
|
2026-05-05 17:56:55.329 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36586 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:55.329 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36586 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:56:55.615 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:56:55.615 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:56:55.615 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36592 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:56:55.617 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:56:55.617 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36592 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.617 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36592 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.618 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36592 -> 127.0.0.1:6650]
|
|
2026-05-05 17:56:55.618 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:56:55.621 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:56:55.621 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-635] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:56:55.621 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-635] Closed producer 0
|
|
2026-05-05 17:56:55.621 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36592 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:56:55.621 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36592 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:57:06.332 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:06.332 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:06.333 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57334 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:06.335 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:57:06.335 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:06.335 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:06.336 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:06.336 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:06.339 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:06.339 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-636] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:57:06.339 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-636] Closed producer 0
|
|
2026-05-05 17:57:06.339 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57334 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:06.340 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57334 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:57:14.540 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:14.540 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:14.540 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58492 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:14.541 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:57:14.542 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58492 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:14.542 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58492 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:14.543 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58492 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:14.543 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:14.546 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:14.546 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-637] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:57:14.546 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-637] Closed producer 0
|
|
2026-05-05 17:57:14.546 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58492 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:14.546 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58492 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:57:14.917 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:14.917 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:14.919 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58496 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:14.923 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:57:14.924 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58496 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:14.924 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58496 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:14.926 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58496 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:14.926 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:57:14.930 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:14.930 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-638] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:57:14.931 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-638] Closed producer 0
|
|
2026-05-05 17:57:14.931 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58496 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:14.931 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58496 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:57:15.259 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:15.259 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:15.259 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58502 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:15.260 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:57:15.260 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.260 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:58502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.261 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:58502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.261 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:57:15.263 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:15.263 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-639] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:57:15.263 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-639] Closed producer 0
|
|
2026-05-05 17:57:15.264 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58502 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:15.264 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58502 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:57:15.557 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:15.558 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:15.558 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58512 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:15.560 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:57:15.561 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58512 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.561 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:58512 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.562 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:58512 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.562 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:15.567 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:15.567 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-640] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:57:15.567 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-640] Closed producer 0
|
|
2026-05-05 17:57:15.567 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58512 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:15.567 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58512 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:57:15.875 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:15.875 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:15.875 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58518 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:15.877 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:57:15.878 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58518 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.878 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:58518 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.878 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:58518 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:15.878 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:15.969 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:15.971 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-641] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:57:15.971 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-641] Closed producer 0
|
|
2026-05-05 17:57:15.971 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58518 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:15.971 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58518 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #12 — 17:57:17
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:57:17.257 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:17.257 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:17.258 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58530 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:17.259 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:57:17.260 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58530 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.260 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58530 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.260 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58530 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.260 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:17.263 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:17.263 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-642] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:57:17.264 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-642] Closed producer 0
|
|
2026-05-05 17:57:17.264 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58530 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:17.264 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58530 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:57:17.540 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:17.540 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:17.540 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58544 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:17.541 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:57:17.542 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58544 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.542 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58544 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.542 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58544 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.542 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:57:17.544 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:17.544 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-643] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:57:17.544 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-643] Closed producer 0
|
|
2026-05-05 17:57:17.544 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58544 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:17.544 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58544 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:57:17.824 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:17.824 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:17.824 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58560 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:17.825 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:57:17.825 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58560 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.825 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58560 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.826 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58560 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:17.826 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:57:17.827 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:17.827 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-644] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:57:17.828 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-644] Closed producer 0
|
|
2026-05-05 17:57:17.828 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58560 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:17.828 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58560 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:57:18.341 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:18.341 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:18.341 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58576 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:18.343 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:57:18.343 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58576 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:18.343 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:58576 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:18.344 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:58576 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:18.344 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:18.346 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:18.346 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-645] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:57:18.346 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-645] Closed producer 0
|
|
2026-05-05 17:57:18.346 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58576 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:18.347 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58576 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:57:26.669 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:26.669 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:26.670 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:44334 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:26.674 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:57:26.675 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:26.675 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:44334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:26.677 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:44334 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:26.677 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 17:57:26.681 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:26.681 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-646] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:57:26.682 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-646] Closed producer 0
|
|
2026-05-05 17:57:26.682 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:44334 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:26.683 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:44334 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:57:35.408 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:35.408 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:35.409 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57908 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:35.410 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:57:35.411 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57908 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:35.411 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:57908 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:35.412 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:57908 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:35.412 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:35.414 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:35.414 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-647] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:57:35.414 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-647] Closed producer 0
|
|
2026-05-05 17:57:35.414 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57908 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:35.414 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57908 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:57:35.893 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:35.893 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:35.893 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57916 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:35.894 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:57:35.894 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57916 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:35.894 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:57916 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:35.895 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:57916 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:35.895 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:57:35.896 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:35.896 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-648] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:57:35.897 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-648] Closed producer 0
|
|
2026-05-05 17:57:35.897 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57916 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:35.897 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57916 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:57:36.357 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:36.357 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:36.358 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57918 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:36.359 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:57:36.359 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57918 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:36.359 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:57918 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:36.360 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:57918 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:36.360 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:57:36.361 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:36.361 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-649] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:57:36.362 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-649] Closed producer 0
|
|
2026-05-05 17:57:36.362 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57918 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:36.362 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57918 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:57:36.933 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:36.933 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:36.934 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57924 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:36.937 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:57:36.939 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57924 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:36.939 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:57924 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:36.940 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:57924 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:36.940 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:57:36.943 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:36.943 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-650] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:57:36.943 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-650] Closed producer 0
|
|
2026-05-05 17:57:36.944 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57924 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:36.944 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57924 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:57:37.307 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:37.307 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:37.308 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57932 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:37.308 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:57:37.309 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57932 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:37.309 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:57932 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:37.309 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:57932 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:37.309 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:57:37.311 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:37.311 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-651] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:57:37.311 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-651] Closed producer 0
|
|
2026-05-05 17:57:37.311 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57932 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:37.312 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57932 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #13 — 17:57:38
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:57:38.619 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:38.620 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:38.621 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57934 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:38.625 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:57:38.626 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57934 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:38.626 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57934 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:38.628 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57934 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:38.628 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 17:57:38.632 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:38.632 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-652] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:57:38.633 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-652] Closed producer 0
|
|
2026-05-05 17:57:38.634 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57934 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:38.634 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57934 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:57:38.958 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:38.958 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:38.959 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57940 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:38.960 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:57:38.961 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57940 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:38.961 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57940 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:38.961 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57940 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:38.961 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:38.964 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:38.964 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-653] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:57:38.964 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-653] Closed producer 0
|
|
2026-05-05 17:57:38.964 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57940 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:38.964 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57940 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:57:39.266 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:39.266 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:39.267 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57944 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:39.268 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:57:39.269 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57944 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:39.269 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57944 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:39.269 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57944 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:39.269 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:39.272 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:39.272 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-654] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:57:39.272 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-654] Closed producer 0
|
|
2026-05-05 17:57:39.272 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57944 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:39.272 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57944 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:57:40.262 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:40.262 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:40.264 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57950 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:40.267 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:57:40.268 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57950 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:40.268 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57950 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:40.270 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57950 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:40.270 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 17:57:40.274 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:40.274 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-655] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:57:40.275 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-655] Closed producer 0
|
|
2026-05-05 17:57:40.275 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57950 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:40.275 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57950 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:57:48.809 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:48.809 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:48.811 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:60218 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:48.814 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:57:48.815 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60218 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:48.815 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:60218 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:48.817 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:60218 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:48.817 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:57:48.821 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:48.821 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-656] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:57:48.821 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-656] Closed producer 0
|
|
2026-05-05 17:57:48.822 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60218 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:48.822 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60218 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:57:57.200 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:57.200 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:57.200 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42360 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:57.202 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:57:57.202 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42360 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:57.202 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42360 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:57.203 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42360 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:57.203 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:57:57.205 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:57.205 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-657] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:57:57.206 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-657] Closed producer 0
|
|
2026-05-05 17:57:57.206 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:42360 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:57.206 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:42360 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:57:58.635 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:57:58.635 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:57:58.635 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:42370 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:57:58.636 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:57:58.636 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42370 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:58.636 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42370 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:58.637 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42370 -> 127.0.0.1:6650]
|
|
2026-05-05 17:57:58.637 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:57:58.638 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:57:58.638 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-658] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:57:58.639 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-658] Closed producer 0
|
|
2026-05-05 17:57:58.639 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:42370 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:57:58.639 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:42370 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:58:00.184 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:00.184 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:00.185 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:42372 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:00.187 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:58:00.188 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:00.188 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:42372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:00.189 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:42372 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:00.189 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:58:00.354 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:00.354 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-659] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:58:00.355 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-659] Closed producer 0
|
|
2026-05-05 17:58:00.355 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:42372 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:00.355 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:42372 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:58:02.036 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:02.036 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:02.036 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42382 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:02.037 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:58:02.037 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42382 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:02.038 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:42382 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:02.038 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:42382 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:02.038 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:02.040 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:02.040 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-660] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:58:02.040 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-660] Closed producer 0
|
|
2026-05-05 17:58:02.040 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:42382 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:02.040 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:42382 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written ✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:58:02.666 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:02.666 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:02.667 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:42394 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:02.668 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:58:02.668 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42394 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:02.668 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:42394 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:02.668 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:42394 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:02.668 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:02.670 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:02.670 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-661] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:58:02.670 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-661] Closed producer 0
|
|
2026-05-05 17:58:02.671 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:42394 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:02.671 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:42394 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #14 — 17:58:03
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:58:04.195 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:04.195 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:04.195 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:39478 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:04.196 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:04.196 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39478 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:04.196 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39478 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:04.197 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39478 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:04.197 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:58:04.199 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:04.199 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-662] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:04.199 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-662] Closed producer 0
|
|
2026-05-05 17:58:04.199 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39478 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:04.200 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39478 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:58:04.748 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:04.748 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:04.748 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39488 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:04.749 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:04.750 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39488 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:04.750 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39488 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:04.750 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39488 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:04.750 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:04.752 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:04.752 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-663] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:04.752 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-663] Closed producer 0
|
|
2026-05-05 17:58:04.752 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39488 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:04.752 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39488 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:58:05.277 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:05.277 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:05.277 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:39496 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:05.278 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:05.279 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39496 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:05.279 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39496 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:05.279 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39496 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:05.279 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:05.281 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:05.281 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-664] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:05.281 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-664] Closed producer 0
|
|
2026-05-05 17:58:05.281 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39496 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:05.281 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39496 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:58:05.959 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:05.959 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:05.959 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39506 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:05.961 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:58:05.961 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39506 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:05.961 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39506 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:05.962 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39506 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:05.962 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:58:05.964 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:05.964 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-665] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:58:05.965 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-665] Closed producer 0
|
|
2026-05-05 17:58:05.965 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39506 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:05.965 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39506 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:58:16.421 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:16.421 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:16.422 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36464 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:16.423 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:58:16.423 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36464 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:16.423 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36464 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:16.424 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36464 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:16.424 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:16.426 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:16.426 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-666] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:58:16.426 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-666] Closed producer 0
|
|
2026-05-05 17:58:16.426 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36464 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:16.426 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36464 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:58:25.197 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:25.197 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:25.198 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41230 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:25.199 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:58:25.199 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41230 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:25.199 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41230 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:25.200 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41230 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:25.200 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:25.202 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:25.202 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-667] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:58:25.202 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-667] Closed producer 0
|
|
2026-05-05 17:58:25.202 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41230 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:25.202 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41230 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📈 InfluxDB: 4 points written 📊 FROST: ✅
|
|
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:58:26.806 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:26.806 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:26.806 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41236 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:26.807 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:58:26.807 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41236 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:26.807 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41236 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:26.808 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41236 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:26.808 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:26.810 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:26.810 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-668] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:58:26.810 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-668] Closed producer 0
|
|
2026-05-05 17:58:26.810 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41236 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:26.810 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41236 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:58:27.401 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:27.401 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:27.402 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41248 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:27.403 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:58:27.403 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41248 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:27.403 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41248 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:27.404 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41248 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:27.404 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:58:27.406 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:27.406 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-669] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:58:27.407 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-669] Closed producer 0
|
|
2026-05-05 17:58:27.407 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:41248 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:27.407 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:41248 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:58:28.216 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:28.216 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:28.216 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41250 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:28.217 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:58:28.217 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41250 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:28.217 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:41250 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:28.218 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:41250 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:28.218 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:28.220 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:28.220 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-670] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:58:28.220 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-670] Closed producer 0
|
|
2026-05-05 17:58:28.220 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41250 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:28.220 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41250 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:58:28.676 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:28.676 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:28.676 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41252 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:28.677 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:58:28.678 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41252 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:28.678 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:41252 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:28.678 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:41252 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:28.678 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:28.680 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:28.680 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-671] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:58:28.681 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-671] Closed producer 0
|
|
2026-05-05 17:58:28.681 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41252 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:28.681 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41252 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #15 — 17:58:29
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:58:30.211 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:30.211 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:30.211 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41262 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:30.212 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:30.212 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41262 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:30.212 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41262 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:30.213 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41262 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:30.213 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:30.215 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:30.215 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-672] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:30.215 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-672] Closed producer 0
|
|
2026-05-05 17:58:30.215 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:41262 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:30.215 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:41262 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:58:30.601 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:30.601 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:30.601 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41274 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:30.603 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:30.603 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41274 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:30.603 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41274 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:30.604 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41274 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:30.604 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:58:30.606 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:30.606 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-673] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:30.607 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-673] Closed producer 0
|
|
2026-05-05 17:58:30.607 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:41274 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:30.607 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:41274 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:58:31.159 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:31.159 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:31.160 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41280 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:31.161 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:31.161 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41280 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:31.161 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41280 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:31.161 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41280 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:31.161 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:31.163 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:31.163 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-674] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:31.164 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-674] Closed producer 0
|
|
2026-05-05 17:58:31.164 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41280 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:31.164 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41280 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:58:31.881 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:31.881 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:31.882 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41296 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:31.883 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:58:31.884 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41296 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:31.884 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41296 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:31.884 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41296 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:31.884 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:31.886 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:31.886 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-675] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:58:31.886 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-675] Closed producer 0
|
|
2026-05-05 17:58:31.886 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41296 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:31.886 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41296 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:58:41.661 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:41.661 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:41.663 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57086 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:41.665 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:58:41.666 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57086 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:41.666 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57086 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:41.667 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57086 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:41.667 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:58:41.670 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:41.670 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-676] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:58:41.671 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-676] Closed producer 0
|
|
2026-05-05 17:58:41.671 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57086 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:41.671 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57086 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:58:49.935 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:49.935 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:49.936 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45010 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:49.937 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:58:49.937 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45010 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:49.937 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45010 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:49.938 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45010 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:49.938 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:58:49.940 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:49.940 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-677] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:58:49.941 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-677] Closed producer 0
|
|
2026-05-05 17:58:49.941 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:45010 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:49.941 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:45010 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:58:50.329 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:50.329 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:50.331 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45014 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:50.334 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:58:50.335 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45014 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:50.335 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45014 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:50.337 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45014 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:50.337 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:58:50.340 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:50.340 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-678] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:58:50.341 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-678] Closed producer 0
|
|
2026-05-05 17:58:50.342 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:45014 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:50.342 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:45014 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:58:50.642 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:50.642 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:50.643 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45018 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:50.644 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:58:50.644 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45018 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:50.644 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:45018 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:50.644 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:45018 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:50.644 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:50.658 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:50.970 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-679] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:58:50.971 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-679] Closed producer 0
|
|
2026-05-05 17:58:50.972 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:45018 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:50.972 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:45018 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:58:51.618 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:51.618 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:51.618 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45032 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:51.619 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:58:51.620 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45032 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:51.620 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:45032 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:51.620 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:45032 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:51.620 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:51.622 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:51.622 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-680] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:58:51.622 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-680] Closed producer 0
|
|
2026-05-05 17:58:51.622 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45032 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:51.622 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45032 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:58:51.918 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:51.918 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:51.918 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:45046 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:51.919 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:58:51.920 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45046 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:51.920 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:45046 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:51.920 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:45046 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:51.921 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:58:51.922 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:51.922 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-681] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:58:51.923 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-681] Closed producer 0
|
|
2026-05-05 17:58:51.923 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45046 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:51.923 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45046 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #16 — 17:58:53
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:58:53.185 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:53.185 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:53.185 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45054 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:53.186 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:53.186 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45054 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.186 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45054 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.187 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45054 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.187 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:53.189 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:53.189 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-682] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:53.189 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-682] Closed producer 0
|
|
2026-05-05 17:58:53.189 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:45054 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:53.189 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:45054 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:58:53.543 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:53.543 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:53.543 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45068 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:53.544 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:53.544 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45068 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.544 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45068 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.545 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45068 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.545 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:53.547 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:53.547 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-683] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:53.547 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-683] Closed producer 0
|
|
2026-05-05 17:58:53.547 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45068 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:53.547 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45068 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:58:53.893 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:53.893 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:53.893 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51514 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:53.894 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:58:53.895 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51514 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.895 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51514 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.895 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51514 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:53.895 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:58:53.897 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:53.897 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-684] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:58:53.897 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-684] Closed producer 0
|
|
2026-05-05 17:58:53.898 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51514 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:53.898 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51514 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:58:54.560 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:58:54.560 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:58:54.561 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51528 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:58:54.562 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:58:54.563 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51528 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:54.563 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:51528 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:54.563 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:51528 -> 127.0.0.1:6650]
|
|
2026-05-05 17:58:54.563 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:58:54.565 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:58:54.565 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-685] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:58:54.566 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-685] Closed producer 0
|
|
2026-05-05 17:58:54.566 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51528 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:58:54.566 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51528 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:59:03.830 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:03.830 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:03.831 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52356 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:03.832 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:59:03.833 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:03.833 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:03.833 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52356 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:03.833 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:59:03.835 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:03.835 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-686] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:59:03.836 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-686] Closed producer 0
|
|
2026-05-05 17:59:03.836 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52356 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:03.836 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52356 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:59:12.556 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:12.556 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:12.557 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52370 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:12.559 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:59:12.560 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52370 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:12.560 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:52370 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:12.560 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:52370 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:12.560 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:59:12.563 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:12.563 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-687] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:59:12.564 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-687] Closed producer 0
|
|
2026-05-05 17:59:12.564 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52370 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:12.564 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52370 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:59:13.162 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:13.162 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:13.163 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52376 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:13.165 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:59:13.166 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52376 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:13.166 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:52376 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:13.167 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:52376 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:13.167 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:59:13.169 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:13.169 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-688] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:59:13.170 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-688] Closed producer 0
|
|
2026-05-05 17:59:13.170 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52376 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:13.170 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52376 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:59:13.444 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:13.444 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:13.444 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52384 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:13.445 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:59:13.445 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52384 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:13.445 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:52384 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:13.446 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:52384 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:13.446 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:13.447 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:13.447 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-689] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:59:13.448 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-689] Closed producer 0
|
|
2026-05-05 17:59:13.448 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52384 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:13.448 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52384 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:59:14.010 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:14.011 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:14.011 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:55276 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:14.013 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:59:14.013 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55276 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:14.013 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:55276 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:14.014 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:55276 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:14.014 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:59:14.016 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:14.017 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-690] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:59:14.017 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-690] Closed producer 0
|
|
2026-05-05 17:59:14.017 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55276 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:14.017 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55276 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:59:14.415 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:14.416 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:14.416 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55288 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:14.419 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:59:14.420 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55288 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:14.421 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:55288 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:14.422 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:55288 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:14.422 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:59:14.424 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:14.424 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-691] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:59:14.424 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-691] Closed producer 0
|
|
2026-05-05 17:59:14.424 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55288 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:14.424 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55288 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #17 — 17:59:15
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:59:15.693 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:15.693 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:15.694 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55302 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:15.695 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:59:15.695 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55302 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:15.695 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55302 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:15.695 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55302 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:15.696 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:15.697 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:15.697 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-692] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:59:15.698 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-692] Closed producer 0
|
|
2026-05-05 17:59:15.698 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55302 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:15.698 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55302 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:59:16.035 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:16.035 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:16.036 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:55312 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:16.037 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:59:16.037 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55312 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.037 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55312 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.038 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55312 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.038 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:16.040 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:16.040 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-693] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:59:16.040 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-693] Closed producer 0
|
|
2026-05-05 17:59:16.040 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55312 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:16.040 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55312 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:59:16.460 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:16.460 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:16.461 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55314 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:16.462 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:59:16.462 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55314 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.462 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55314 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.462 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55314 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.462 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:16.464 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:16.464 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-694] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:59:16.464 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-694] Closed producer 0
|
|
2026-05-05 17:59:16.465 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55314 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:16.465 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55314 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:59:16.877 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:16.877 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:16.877 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55328 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:16.878 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:59:16.879 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55328 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.879 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55328 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.879 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55328 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:16.879 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:16.881 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:16.881 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-695] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:59:16.881 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-695] Closed producer 0
|
|
2026-05-05 17:59:16.882 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55328 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:16.882 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55328 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:59:28.199 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:28.199 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:28.199 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40268 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:28.200 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:59:28.200 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40268 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:28.200 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40268 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:28.201 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40268 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:28.201 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:28.203 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:28.203 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-696] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:59:28.203 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-696] Closed producer 0
|
|
2026-05-05 17:59:28.203 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40268 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:28.203 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40268 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 17:59:36.579 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:36.579 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:36.579 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39474 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:36.582 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:59:36.583 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39474 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:36.583 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:39474 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:36.584 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:39474 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:36.585 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:59:36.588 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:36.588 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-697] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:59:36.589 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-697] Closed producer 0
|
|
2026-05-05 17:59:36.589 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39474 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:36.589 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39474 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 17:59:37.137 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:37.137 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:37.137 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39480 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:37.138 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 17:59:37.139 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39480 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:37.139 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:39480 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:37.139 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:39480 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:37.139 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:37.141 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:37.141 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-698] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 17:59:37.142 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-698] Closed producer 0
|
|
2026-05-05 17:59:37.142 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39480 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:37.142 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39480 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 17:59:37.487 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:37.487 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:37.487 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:39492 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:37.488 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 17:59:37.489 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39492 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:37.489 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:39492 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:37.490 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:39492 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:37.490 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:59:37.493 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:37.493 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-699] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 17:59:37.493 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-699] Closed producer 0
|
|
2026-05-05 17:59:37.493 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39492 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:37.493 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39492 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 17:59:38.046 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:38.046 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:38.047 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39502 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:38.048 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 17:59:38.048 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:38.048 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:39502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:38.048 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:39502 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:38.049 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:38.051 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:38.051 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-700] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 17:59:38.051 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-700] Closed producer 0
|
|
2026-05-05 17:59:38.051 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39502 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:38.051 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39502 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 17:59:39.085 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:39.085 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:39.085 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:39510 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:39.087 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 17:59:39.087 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39510 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:39.087 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:39510 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:39.088 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:39510 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:39.088 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:39.090 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:39.090 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-701] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 17:59:39.090 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-701] Closed producer 0
|
|
2026-05-05 17:59:39.090 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:39510 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:39.090 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:39510 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 6 points written
|
|
|
|
[SIM] ⏱️ It #18 — 17:59:40
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 17:59:41.305 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:41.305 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:41.306 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39524 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:41.307 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:59:41.308 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39524 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:41.308 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39524 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:41.309 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39524 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:41.309 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:59:41.311 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:41.311 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-702] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:59:41.312 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-702] Closed producer 0
|
|
2026-05-05 17:59:41.312 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39524 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:41.312 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39524 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 17:59:41.918 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:41.918 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:41.919 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39532 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:41.920 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:59:41.920 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39532 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:41.920 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39532 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:41.921 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39532 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:41.921 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:41.923 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:41.923 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-703] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:59:41.923 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-703] Closed producer 0
|
|
2026-05-05 17:59:41.923 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:39532 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:41.923 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:39532 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 17:59:42.471 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:42.471 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:42.471 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:39534 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:42.472 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 17:59:42.473 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39534 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:42.473 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39534 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:42.474 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39534 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:42.474 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 17:59:42.476 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:42.476 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-704] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 17:59:42.476 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-704] Closed producer 0
|
|
2026-05-05 17:59:42.476 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39534 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:42.476 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39534 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 17:59:43.153 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:43.153 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:43.154 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39542 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:43.155 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:59:43.156 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39542 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:43.156 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39542 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:43.156 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39542 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:43.156 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 17:59:43.159 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:43.159 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-705] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:59:43.159 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-705] Closed producer 0
|
|
2026-05-05 17:59:43.159 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39542 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:43.159 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39542 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 17:59:52.934 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 17:59:52.934 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 17:59:52.935 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55352 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 17:59:52.937 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 17:59:52.939 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55352 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:52.939 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55352 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:52.940 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55352 -> 127.0.0.1:6650]
|
|
2026-05-05 17:59:52.940 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 17:59:52.943 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 17:59:52.943 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-706] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 17:59:52.944 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-706] Closed producer 0
|
|
2026-05-05 17:59:52.944 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55352 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 17:59:52.944 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55352 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:00:01.354 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:01.354 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:01.355 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33792 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:01.356 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:00:01.357 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:01.357 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:01.357 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:01.357 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:01.359 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:01.359 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-707] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:00:01.360 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-707] Closed producer 0
|
|
2026-05-05 18:00:01.360 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:33792 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:01.360 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:33792 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:00:01.816 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:01.816 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:01.817 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:33808 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:01.818 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:00:01.818 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:01.818 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:01.819 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:01.819 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:01.821 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:01.821 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-708] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:00:01.822 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-708] Closed producer 0
|
|
2026-05-05 18:00:01.822 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33808 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:01.822 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33808 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:00:02.224 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:02.224 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:02.224 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:33824 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:02.225 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:00:02.225 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:02.225 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:33824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:02.226 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:33824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:02.226 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:02.228 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:02.228 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-709] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:00:02.228 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-709] Closed producer 0
|
|
2026-05-05 18:00:02.228 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33824 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:02.228 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33824 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:00:02.772 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:02.772 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:02.773 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33838 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:02.774 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:00:02.775 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:02.775 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:33838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:02.776 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:33838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:02.776 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:02.778 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:02.778 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-710] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:00:02.778 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-710] Closed producer 0
|
|
2026-05-05 18:00:02.778 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:33838 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:02.778 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:33838 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:00:03.138 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:03.138 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:03.138 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:33848 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:03.139 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:00:03.152 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33848 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:03.152 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:33848 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:03.153 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:33848 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:03.153 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:03.155 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:03.155 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-711] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:00:03.155 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-711] Closed producer 0
|
|
2026-05-05 18:00:03.155 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33848 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:03.155 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33848 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #19 — 18:00:04
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:00:04.428 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:04.428 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:04.429 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:48298 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:04.430 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:04.430 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.430 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.431 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.431 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:04.433 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:04.433 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-712] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:04.433 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-712] Closed producer 0
|
|
2026-05-05 18:00:04.433 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:48298 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:04.434 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:48298 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:00:04.695 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:04.695 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:04.696 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48312 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:04.696 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:04.697 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48312 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.697 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48312 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.697 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48312 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.697 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:04.699 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:04.699 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-713] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:04.699 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-713] Closed producer 0
|
|
2026-05-05 18:00:04.699 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:48312 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:04.699 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:48312 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:00:04.962 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:04.962 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:04.962 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:48314 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:04.963 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:04.963 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.963 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.964 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:04.964 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:04.966 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:04.966 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-714] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:04.966 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-714] Closed producer 0
|
|
2026-05-05 18:00:04.966 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48314 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:04.966 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48314 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:00:05.379 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:05.379 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:05.379 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:48320 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:05.380 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:00:05.381 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:05.381 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:48320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:05.381 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:48320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:05.381 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:05.383 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:05.383 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-715] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:00:05.384 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-715] Closed producer 0
|
|
2026-05-05 18:00:05.384 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:48320 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:05.384 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:48320 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:00:14.111 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:14.111 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:14.111 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33472 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:14.113 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:00:14.113 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:14.113 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:33472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:14.114 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:33472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:14.114 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:14.116 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:14.116 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-716] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:00:14.117 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-716] Closed producer 0
|
|
2026-05-05 18:00:14.117 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:33472 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:14.117 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:33472 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:00:22.412 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:22.412 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:22.413 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:33488 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:22.413 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:00:22.414 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:22.414 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:22.414 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:22.414 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:22.416 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:22.416 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-717] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:00:22.416 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-717] Closed producer 0
|
|
2026-05-05 18:00:22.416 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33488 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:22.416 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33488 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:00:22.930 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:22.930 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:22.930 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:33494 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:22.932 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:00:22.932 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:22.932 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:22.933 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:22.933 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:22.935 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:22.935 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-718] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:00:22.935 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-718] Closed producer 0
|
|
2026-05-05 18:00:22.935 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33494 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:22.935 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33494 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:00:23.196 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:23.196 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:23.196 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33496 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:23.197 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:00:23.197 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:23.197 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:33496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:23.198 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:33496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:23.198 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:23.200 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:23.200 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-719] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:00:23.200 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-719] Closed producer 0
|
|
2026-05-05 18:00:23.200 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:33496 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:23.200 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:33496 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:00:24.565 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:24.565 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:24.565 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43690 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:24.566 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:00:24.566 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43690 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:24.566 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:43690 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:24.567 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:43690 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:24.567 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:24.664 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:24.664 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-720] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:00:24.665 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-720] Closed producer 0
|
|
2026-05-05 18:00:24.666 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43690 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:24.666 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43690 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:00:26.016 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:26.016 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:26.017 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43692 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:26.018 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:00:26.018 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43692 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:26.018 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:43692 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:26.019 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:43692 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:26.019 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:26.021 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:26.021 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-721] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:00:26.021 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-721] Closed producer 0
|
|
2026-05-05 18:00:26.021 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:43692 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:26.021 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:43692 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #20 — 18:00:27
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:00:27.465 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:27.465 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:27.465 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43696 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:27.466 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:27.466 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43696 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:27.466 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43696 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:27.467 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43696 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:27.467 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:27.469 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:27.469 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-722] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:27.469 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-722] Closed producer 0
|
|
2026-05-05 18:00:27.469 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43696 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:27.469 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43696 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:00:28.038 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:28.039 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:28.039 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43700 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:28.041 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:28.041 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43700 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.041 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43700 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.042 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43700 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.042 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:28.044 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:28.044 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-723] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:28.045 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-723] Closed producer 0
|
|
2026-05-05 18:00:28.045 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43700 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:28.045 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43700 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:00:28.500 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:28.500 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:28.500 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43706 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:28.501 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:28.501 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43706 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.501 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43706 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.502 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43706 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.502 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:28.504 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:28.504 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-724] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:28.504 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-724] Closed producer 0
|
|
2026-05-05 18:00:28.504 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:43706 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:28.504 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:43706 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:00:28.921 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:28.921 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:28.921 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43712 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:28.922 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:00:28.922 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43712 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.923 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43712 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.923 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43712 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:28.923 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:28.925 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:28.925 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-725] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:00:28.925 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-725] Closed producer 0
|
|
2026-05-05 18:00:28.925 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43712 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:28.925 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43712 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:00:38.854 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:38.854 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:38.855 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49634 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:38.858 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:00:38.858 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:38.859 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:49634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:38.859 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:49634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:38.860 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:38.863 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:38.863 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-726] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:00:38.863 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-726] Closed producer 0
|
|
2026-05-05 18:00:38.864 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:49634 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:38.864 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:49634 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:00:47.123 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:47.123 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:47.123 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60758 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:47.125 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:00:47.125 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.125 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:60758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.126 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:60758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.126 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:47.128 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:47.128 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-727] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:00:47.129 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-727] Closed producer 0
|
|
2026-05-05 18:00:47.129 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:60758 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:47.129 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:60758 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:00:47.522 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:47.522 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:47.522 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:60770 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:47.524 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:00:47.524 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60770 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.524 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:60770 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.525 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:60770 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.525 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:47.527 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:47.527 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-728] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:00:47.527 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-728] Closed producer 0
|
|
2026-05-05 18:00:47.527 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60770 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:47.528 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60770 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:00:47.839 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:47.839 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:47.839 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:60784 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:47.841 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:00:47.841 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.841 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:60784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.842 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:60784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:47.842 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:47.845 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:47.845 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-729] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:00:47.846 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-729] Closed producer 0
|
|
2026-05-05 18:00:47.846 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:60784 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:47.846 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:60784 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:00:48.181 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:48.181 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:48.182 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60794 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:48.183 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:00:48.184 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60794 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:48.184 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:60794 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:48.184 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:60794 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:48.185 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:48.187 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:48.187 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-730] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:00:48.188 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-730] Closed producer 0
|
|
2026-05-05 18:00:48.188 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:60794 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:48.188 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:60794 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:00:48.587 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:48.587 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:48.588 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:60798 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:48.589 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:00:48.590 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:48.590 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:60798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:48.591 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:60798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:48.591 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:00:48.593 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:48.593 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-731] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:00:48.594 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-731] Closed producer 0
|
|
2026-05-05 18:00:48.594 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60798 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:48.594 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60798 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #21 — 18:00:49
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:00:50.864 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:50.864 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:50.864 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:60802 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:50.865 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:50.866 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:50.866 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:60802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:50.866 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:60802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:50.866 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:50.868 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:50.874 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-732] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:50.874 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-732] Closed producer 0
|
|
2026-05-05 18:00:50.874 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:60802 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:50.874 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:60802 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:00:51.540 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:51.540 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:51.540 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60808 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:51.541 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:51.541 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:51.541 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:60808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:51.542 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:60808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:51.542 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:51.544 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:51.544 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-733] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:51.544 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-733] Closed producer 0
|
|
2026-05-05 18:00:51.544 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:60808 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:51.544 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:60808 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:00:52.147 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:52.147 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:52.148 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:60816 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:52.149 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:00:52.149 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:52.149 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:60816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:52.150 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:60816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:52.150 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:52.151 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:52.152 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-734] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:00:52.152 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-734] Closed producer 0
|
|
2026-05-05 18:00:52.152 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60816 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:52.152 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60816 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:00:52.480 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:00:52.480 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:00:52.481 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:60820 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:00:52.481 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:00:52.482 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60820 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:52.482 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:60820 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:52.482 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:60820 -> 127.0.0.1:6650]
|
|
2026-05-05 18:00:52.482 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:00:52.484 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:00:52.484 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-735] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:00:52.484 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-735] Closed producer 0
|
|
2026-05-05 18:00:52.485 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:60820 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:00:52.485 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:60820 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:01:00.814 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:00.814 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:00.814 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:50626 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:00.816 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:01:00.817 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50626 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:00.817 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:50626 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:00.818 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:50626 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:00.818 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:00.820 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:00.820 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-736] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:01:00.820 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-736] Closed producer 0
|
|
2026-05-05 18:01:00.820 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:50626 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:00.821 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:50626 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:01:09.201 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:09.201 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:09.201 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38322 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:09.203 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:01:09.203 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:09.203 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:09.203 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:09.204 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:01:09.205 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:09.205 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-737] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:01:09.206 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-737] Closed producer 0
|
|
2026-05-05 18:01:09.206 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38322 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:09.206 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38322 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:01:09.841 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:09.841 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:09.843 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38332 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:09.846 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:01:09.847 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38332 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:09.847 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38332 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:09.849 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38332 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:09.849 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 18:01:09.853 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:09.854 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-738] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:01:09.854 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-738] Closed producer 0
|
|
2026-05-05 18:01:09.855 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:38332 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:09.855 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:38332 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:01:10.164 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:10.164 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:10.165 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38336 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:10.166 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:01:10.167 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38336 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:10.167 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:38336 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:10.168 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:38336 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:10.168 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:10.170 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:10.170 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-739] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:01:10.170 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-739] Closed producer 0
|
|
2026-05-05 18:01:10.170 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38336 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:10.171 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38336 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:01:11.902 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:11.902 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:11.902 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38342 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:11.903 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:01:11.904 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:11.904 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:38342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:11.904 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:38342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:11.904 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:01:11.906 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:11.906 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-740] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:01:11.906 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-740] Closed producer 0
|
|
2026-05-05 18:01:11.906 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38342 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:11.906 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38342 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:01:12.230 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:12.230 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:12.231 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38344 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:12.231 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:01:12.232 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38344 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:12.232 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:38344 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:12.232 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:38344 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:12.232 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:01:12.234 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:12.234 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-741] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:01:12.234 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-741] Closed producer 0
|
|
2026-05-05 18:01:12.234 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38344 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:12.234 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38344 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #22 — 18:01:13
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:01:14.155 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:14.155 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:14.156 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38472 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:14.157 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:01:14.158 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:14.158 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:14.159 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:14.159 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:14.161 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:14.161 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-742] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:01:14.161 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-742] Closed producer 0
|
|
2026-05-05 18:01:14.161 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38472 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:14.161 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38472 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:01:15.727 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:15.728 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:15.729 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38488 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:15.732 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:01:15.734 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:15.734 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:15.736 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:15.736 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 18:01:15.739 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:15.739 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-743] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:01:15.740 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-743] Closed producer 0
|
|
2026-05-05 18:01:15.741 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:38488 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:15.741 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:38488 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:01:17.905 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:17.905 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:17.905 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38500 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:17.907 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:01:17.907 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38500 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:17.907 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38500 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:17.908 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38500 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:17.908 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:17.910 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:17.910 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-744] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:01:17.911 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-744] Closed producer 0
|
|
2026-05-05 18:01:17.911 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38500 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:17.911 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38500 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:01:19.411 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:19.411 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:19.411 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38514 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:19.413 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:01:19.413 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:19.413 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:19.414 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:19.414 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:19.416 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:19.416 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-745] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:01:19.417 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-745] Closed producer 0
|
|
2026-05-05 18:01:19.417 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38514 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:19.417 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38514 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:01:28.513 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:28.513 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:28.514 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51720 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:28.515 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:01:28.515 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51720 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:28.515 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:51720 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:28.516 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:51720 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:28.516 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:28.619 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:28.619 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-746] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:01:28.619 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-746] Closed producer 0
|
|
2026-05-05 18:01:28.619 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:51720 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:28.619 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:51720 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:01:37.031 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:37.031 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:37.032 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40870 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:37.032 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:01:37.033 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:37.033 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:37.033 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:37.033 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:01:37.035 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:37.035 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-747] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:01:37.035 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-747] Closed producer 0
|
|
2026-05-05 18:01:37.035 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40870 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:37.036 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40870 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:01:37.678 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:37.678 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:37.679 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40886 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:37.680 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:01:37.680 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40886 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:37.680 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40886 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:37.681 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40886 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:37.681 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:37.683 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:37.683 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-748] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:01:37.684 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-748] Closed producer 0
|
|
2026-05-05 18:01:37.684 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40886 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:37.684 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40886 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:01:38.038 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:38.038 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:38.038 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40896 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:38.039 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:01:38.039 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40896 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.039 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:40896 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.040 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:40896 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.040 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:01:38.042 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:38.042 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-749] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:01:38.042 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-749] Closed producer 0
|
|
2026-05-05 18:01:38.042 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40896 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:38.042 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40896 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:01:38.644 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:38.644 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:38.645 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40906 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:38.648 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:01:38.650 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.650 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:40906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.651 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:40906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.652 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:01:38.655 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:38.655 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-750] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:01:38.656 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-750] Closed producer 0
|
|
2026-05-05 18:01:38.656 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40906 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:38.656 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40906 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:01:38.972 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:38.972 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:38.973 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40912 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:38.974 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:01:38.975 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.975 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:40912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.975 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:40912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:38.975 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:38.977 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:38.977 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-751] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:01:38.978 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-751] Closed producer 0
|
|
2026-05-05 18:01:38.978 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40912 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:38.978 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40912 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #23 — 18:01:40
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:01:40.434 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:40.435 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:40.437 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40922 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:40.440 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:01:40.442 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40922 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:40.442 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40922 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:40.444 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40922 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:40.444 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 18:01:40.448 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:40.448 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-752] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:01:40.448 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-752] Closed producer 0
|
|
2026-05-05 18:01:40.448 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40922 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:40.507 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40922 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:01:42.043 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:42.043 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:42.044 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40936 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:42.045 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:01:42.045 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40936 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:42.045 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40936 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:42.046 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40936 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:42.046 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:42.048 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:42.048 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-753] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:01:42.049 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-753] Closed producer 0
|
|
2026-05-05 18:01:42.049 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40936 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:42.049 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40936 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:01:43.703 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:43.703 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:43.703 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40952 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:43.705 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:01:43.706 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:43.706 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:43.707 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:43.707 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:43.709 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:43.709 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-754] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:01:43.710 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-754] Closed producer 0
|
|
2026-05-05 18:01:43.710 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40952 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:43.710 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40952 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:01:44.754 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:44.754 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:44.755 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38302 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:44.756 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:01:44.757 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:44.757 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:44.757 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:44.757 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:44.759 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:44.759 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-755] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:01:44.760 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-755] Closed producer 0
|
|
2026-05-05 18:01:44.760 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38302 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:44.760 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38302 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:01:53.886 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:01:53.886 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:01:53.887 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:32990 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:01:53.888 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:01:53.888 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:32990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:53.888 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:32990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:53.889 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:32990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:01:53.889 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:01:53.891 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:01:53.891 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-756] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:01:53.891 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-756] Closed producer 0
|
|
2026-05-05 18:01:53.891 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:32990 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:01:53.892 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:32990 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:02:02.132 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:02.132 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:02.132 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:33004 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:02.133 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:02:02.134 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.134 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.134 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.134 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:02.136 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:02.136 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-757] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:02:02.137 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-757] Closed producer 0
|
|
2026-05-05 18:02:02.137 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33004 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:02.137 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33004 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:02:02.499 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:02.499 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:02.499 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33020 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:02.500 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:02:02.500 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.500 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.501 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.501 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:02.502 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:02.502 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-758] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:02:02.503 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-758] Closed producer 0
|
|
2026-05-05 18:02:02.503 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:33020 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:02.503 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:33020 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:02:02.834 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:02.834 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:02.834 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:33030 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:02.835 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:02:02.835 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.835 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:33030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.836 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:33030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:02.836 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:02.838 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:02.838 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-759] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:02:02.838 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-759] Closed producer 0
|
|
2026-05-05 18:02:02.838 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33030 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:02.838 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33030 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:02:03.232 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:03.232 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:03.233 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:33032 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:03.234 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:02:03.235 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:03.235 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:33032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:03.235 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:33032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:03.236 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:02:03.238 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:03.238 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-760] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:02:03.238 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-760] Closed producer 0
|
|
2026-05-05 18:02:03.238 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33032 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:03.238 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33032 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:02:03.541 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:03.541 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:03.541 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33046 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:03.542 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:02:03.543 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:03.543 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:33046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:03.543 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:33046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:03.543 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:03.545 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:03.545 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-761] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:02:03.546 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-761] Closed producer 0
|
|
2026-05-05 18:02:03.546 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:33046 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:03.546 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:33046 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #24 — 18:02:04
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:02:04.857 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:04.857 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:04.857 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54084 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:04.858 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:04.859 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:04.859 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:04.859 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:04.859 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:04.861 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:04.861 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-762] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:04.861 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-762] Closed producer 0
|
|
2026-05-05 18:02:04.861 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54084 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:04.861 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54084 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:02:05.199 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:05.199 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:05.199 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:54094 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:05.200 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:05.200 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:05.200 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:05.201 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:05.201 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:05.202 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:05.202 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-763] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:05.203 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-763] Closed producer 0
|
|
2026-05-05 18:02:05.203 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54094 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:05.203 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54094 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:02:05.466 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:05.466 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:05.466 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:54104 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:05.468 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:05.468 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:05.468 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:05.469 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:05.469 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:05.471 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:05.471 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-764] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:05.471 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-764] Closed producer 0
|
|
2026-05-05 18:02:05.471 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54104 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:05.471 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54104 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:02:06.025 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:06.025 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:06.025 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54118 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:06.027 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:02:06.027 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54118 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:06.027 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54118 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:06.028 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54118 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:06.028 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:02:06.030 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:06.030 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-765] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:02:06.031 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-765] Closed producer 0
|
|
2026-05-05 18:02:06.031 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54118 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:06.031 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54118 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:02:14.524 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:14.524 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:14.525 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52084 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:14.525 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:02:14.526 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:14.526 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:14.526 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:14.526 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:14.528 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:14.528 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-766] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:02:14.529 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-766] Closed producer 0
|
|
2026-05-05 18:02:14.529 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52084 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:14.529 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52084 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:02:22.716 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:22.716 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:22.717 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52100 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:22.718 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:02:22.719 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:22.719 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:52100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:22.719 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:52100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:22.719 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:22.721 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:22.721 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-767] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:02:22.722 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-767] Closed producer 0
|
|
2026-05-05 18:02:22.722 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52100 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:22.722 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52100 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:02:23.016 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:23.016 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:23.017 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52104 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:23.017 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:02:23.018 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.018 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:52104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.018 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:52104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.018 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:23.020 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:23.021 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-768] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:02:23.021 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-768] Closed producer 0
|
|
2026-05-05 18:02:23.021 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52104 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:23.021 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52104 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:02:23.307 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:23.307 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:23.308 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52106 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:23.309 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:02:23.309 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.309 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:52106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.309 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:52106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.309 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:23.311 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:23.311 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-769] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:02:23.312 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-769] Closed producer 0
|
|
2026-05-05 18:02:23.312 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52106 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:23.312 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52106 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:02:23.592 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:23.592 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:23.592 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52108 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:23.594 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:02:23.595 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52108 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.595 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:52108 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.596 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:52108 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:23.596 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:02:23.598 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:23.598 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-770] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:02:23.599 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-770] Closed producer 0
|
|
2026-05-05 18:02:23.599 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52108 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:23.599 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52108 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:02:24.083 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:24.083 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:24.084 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52032 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:24.085 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:02:24.086 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:24.086 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:52032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:24.087 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:52032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:24.087 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:02:24.089 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:24.089 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-771] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:02:24.089 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-771] Closed producer 0
|
|
2026-05-05 18:02:24.089 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52032 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:24.089 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52032 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #25 — 18:02:25
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:02:25.624 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:25.624 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:25.624 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52042 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:25.626 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:25.626 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:25.626 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:25.627 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:25.627 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:25.629 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:25.629 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-772] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:25.629 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-772] Closed producer 0
|
|
2026-05-05 18:02:25.629 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52042 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:25.629 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52042 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:02:26.047 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:26.047 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:26.047 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52050 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:26.048 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:26.048 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:26.048 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:26.049 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:26.049 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:26.051 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:26.051 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-773] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:26.051 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-773] Closed producer 0
|
|
2026-05-05 18:02:26.051 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52050 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:26.051 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52050 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:02:26.583 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:26.583 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:26.583 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52062 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:26.584 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:26.584 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:26.584 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:26.585 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:26.585 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:26.587 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:26.587 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-774] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:26.587 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-774] Closed producer 0
|
|
2026-05-05 18:02:26.587 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52062 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:26.587 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52062 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:02:27.000 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:27.000 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:27.001 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:27.002 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:02:27.002 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:27.002 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:27.003 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:27.003 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:27.004 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:27.004 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-775] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:02:27.005 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-775] Closed producer 0
|
|
2026-05-05 18:02:27.005 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:27.005 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:02:35.417 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:35.417 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:35.417 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:45934 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:35.418 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:02:35.418 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:35.418 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:35.419 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:35.419 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:35.421 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:35.421 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-776] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:02:35.421 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-776] Closed producer 0
|
|
2026-05-05 18:02:35.421 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45934 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:35.421 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45934 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:02:44.351 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:44.351 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:44.351 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:42726 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:44.353 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:02:44.353 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42726 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:44.353 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42726 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:44.354 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42726 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:44.354 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:02:44.356 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:44.356 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-777] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:02:44.357 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-777] Closed producer 0
|
|
2026-05-05 18:02:44.357 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:42726 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:44.357 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:42726 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:02:44.846 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:44.846 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:44.847 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42732 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:44.847 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:02:44.848 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42732 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:44.848 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42732 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:44.848 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42732 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:44.848 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:44.850 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:44.850 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-778] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:02:44.850 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-778] Closed producer 0
|
|
2026-05-05 18:02:44.850 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42732 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:44.850 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42732 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:02:45.188 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:45.188 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:45.189 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:42740 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:45.190 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:02:45.190 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:45.190 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:42740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:45.191 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:42740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:45.191 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:45.192 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:45.193 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-779] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:02:45.193 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-779] Closed producer 0
|
|
2026-05-05 18:02:45.193 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:42740 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:45.193 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:42740 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:02:47.413 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:47.414 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:47.415 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:42754 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:47.418 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:02:47.419 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42754 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:47.420 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:42754 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:47.421 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:42754 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:47.421 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 18:02:47.425 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:47.425 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-780] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:02:47.426 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-780] Closed producer 0
|
|
2026-05-05 18:02:47.426 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:42754 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:47.426 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:42754 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:02:47.760 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:47.760 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:47.760 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42760 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:47.761 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:02:47.761 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:47.761 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:42760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:47.762 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:42760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:47.762 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:47.764 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:47.764 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-781] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:02:47.764 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-781] Closed producer 0
|
|
2026-05-05 18:02:47.764 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42760 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:47.764 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42760 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #26 — 18:02:48
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:02:49.146 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:49.146 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:49.146 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:42772 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:49.147 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:49.148 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:49.148 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:42772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:49.148 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:42772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:49.148 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:49.150 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:49.150 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-782] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:49.150 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-782] Closed producer 0
|
|
2026-05-05 18:02:49.150 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42772 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:49.150 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42772 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:02:49.617 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:49.617 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:49.617 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42788 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:49.618 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:49.618 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:49.618 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:42788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:49.619 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:42788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:49.619 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:49.620 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:49.620 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-783] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:49.621 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-783] Closed producer 0
|
|
2026-05-05 18:02:49.621 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:42788 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:49.621 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:42788 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:02:50.143 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:50.143 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:50.143 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:42796 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:50.144 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:02:50.144 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:50.144 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:42796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:50.145 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:42796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:50.145 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:02:50.146 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:50.146 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-784] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:02:50.147 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-784] Closed producer 0
|
|
2026-05-05 18:02:50.147 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:42796 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:50.147 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:42796 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:02:50.523 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:50.523 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:50.523 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:42810 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:50.524 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:02:50.525 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:50.525 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:42810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:50.526 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:42810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:50.526 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:02:50.528 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:50.528 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-785] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:02:50.528 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-785] Closed producer 0
|
|
2026-05-05 18:02:50.528 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42810 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:50.529 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42810 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:02:59.505 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:02:59.505 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:02:59.506 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:37894 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:02:59.507 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:02:59.508 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:59.508 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:59.508 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:02:59.508 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:02:59.510 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:02:59.510 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-786] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:02:59.511 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-786] Closed producer 0
|
|
2026-05-05 18:02:59.511 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:37894 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:02:59.511 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:37894 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:03:08.954 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:08.954 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:08.955 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:49010 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:08.958 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:03:08.960 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:08.960 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:49010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:08.961 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:49010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:08.961 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:03:08.965 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:08.965 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-787] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:03:08.966 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-787] Closed producer 0
|
|
2026-05-05 18:03:08.966 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:49010 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:08.967 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:49010 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:03:09.584 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:09.584 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:09.585 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49020 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:09.586 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:03:09.586 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:09.586 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:49020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:09.586 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:49020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:09.586 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:09.588 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:09.588 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-788] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:03:09.589 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-788] Closed producer 0
|
|
2026-05-05 18:03:09.589 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:49020 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:09.589 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:49020 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:03:10.022 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:10.022 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:10.023 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:49036 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:10.023 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:03:10.024 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:10.024 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:49036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:10.024 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:49036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:10.024 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:10.026 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:10.026 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-789] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:03:10.026 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-789] Closed producer 0
|
|
2026-05-05 18:03:10.026 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:49036 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:10.026 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:49036 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:03:11.984 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:11.984 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:11.984 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:49050 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:11.985 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:03:11.986 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:11.986 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:49050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:11.986 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:49050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:11.986 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:11.988 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:11.988 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-790] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:03:11.988 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-790] Closed producer 0
|
|
2026-05-05 18:03:11.988 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:49050 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:11.988 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:49050 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:03:12.369 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:12.369 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:12.370 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49064 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:12.370 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:03:12.371 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49064 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:12.371 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:49064 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:12.371 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:49064 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:12.371 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:12.373 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:12.373 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-791] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:03:12.373 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-791] Closed producer 0
|
|
2026-05-05 18:03:12.374 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:49064 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:12.374 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:49064 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #27 — 18:03:13
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:03:13.751 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:13.751 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:13.752 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:49066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:13.753 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:03:13.753 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:13.753 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:49066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:13.754 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:49066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:13.754 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:13.756 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:13.756 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-792] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:03:13.756 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-792] Closed producer 0
|
|
2026-05-05 18:03:13.756 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:49066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:13.756 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:49066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:03:14.147 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:14.147 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:14.147 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38288 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:14.148 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:03:14.148 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38288 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:14.148 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38288 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:14.149 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38288 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:14.149 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:14.150 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:14.150 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-793] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:03:14.151 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-793] Closed producer 0
|
|
2026-05-05 18:03:14.151 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38288 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:14.151 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38288 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:03:14.685 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:14.685 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:14.685 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38294 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:14.686 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:03:14.686 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:14.686 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:14.687 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:14.687 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:14.688 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:14.688 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-794] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:03:14.688 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-794] Closed producer 0
|
|
2026-05-05 18:03:14.689 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38294 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:14.689 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38294 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:03:15.478 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:15.478 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:15.478 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38300 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:15.503 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:03:15.504 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:15.504 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:15.504 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:15.505 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:15.506 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:15.506 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-795] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:03:15.507 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-795] Closed producer 0
|
|
2026-05-05 18:03:15.507 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:38300 -> 127.0.0.1:6650] Connection disconnected (refCnt: 3)
|
|
2026-05-05 18:03:15.507 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:38300 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:03:24.018 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:24.018 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:24.018 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60150 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:24.020 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:03:24.021 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60150 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:24.021 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:60150 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:24.022 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:60150 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:24.022 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:03:24.024 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:24.025 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-796] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:03:24.025 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-796] Closed producer 0
|
|
2026-05-05 18:03:24.025 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:60150 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:24.025 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:60150 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:03:34.872 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:34.872 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:34.873 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40724 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:34.876 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:03:34.877 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40724 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:34.877 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40724 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:34.878 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40724 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:34.878 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:03:34.882 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:34.882 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-797] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:03:34.882 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-797] Closed producer 0
|
|
2026-05-05 18:03:34.882 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40724 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:34.882 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40724 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:03:35.913 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:35.913 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:35.913 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40738 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:35.914 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:03:35.915 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40738 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:35.915 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40738 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:35.915 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40738 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:35.915 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:35.917 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:35.917 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-798] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:03:35.917 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-798] Closed producer 0
|
|
2026-05-05 18:03:35.917 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40738 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:35.917 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40738 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:03:36.302 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:36.302 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:36.304 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40740 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:36.307 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:03:36.308 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:36.308 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:40740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:36.310 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:40740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:36.310 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:03:36.314 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:36.315 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-799] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:03:36.316 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-799] Closed producer 0
|
|
2026-05-05 18:03:36.316 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40740 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:36.316 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40740 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:03:37.177 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:37.177 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:37.177 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40750 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:37.179 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:03:37.179 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:37.179 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:40750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:37.180 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:40750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:37.180 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:37.184 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:37.184 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-800] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:03:37.185 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-800] Closed producer 0
|
|
2026-05-05 18:03:37.185 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40750 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:37.185 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40750 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:03:37.509 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:37.509 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:37.510 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40762 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:37.511 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:03:37.511 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40762 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:37.511 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:40762 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:37.512 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:40762 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:37.512 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:37.514 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:37.514 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-801] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:03:37.514 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-801] Closed producer 0
|
|
2026-05-05 18:03:37.514 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40762 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:37.514 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40762 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #28 — 18:03:38
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:03:38.760 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:38.760 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:38.760 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40774 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:38.761 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:03:38.762 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:38.762 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:38.762 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:38.762 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:38.765 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:38.765 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-802] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:03:38.765 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-802] Closed producer 0
|
|
2026-05-05 18:03:38.765 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40774 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:38.765 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40774 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:03:39.027 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:39.027 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:39.027 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40788 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:39.028 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:03:39.029 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.029 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.029 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.029 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:39.031 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:39.031 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-803] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:03:39.031 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-803] Closed producer 0
|
|
2026-05-05 18:03:39.031 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40788 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:39.031 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40788 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:03:39.343 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:39.343 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:39.343 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40798 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:39.344 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:03:39.344 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.344 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.345 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.345 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:39.347 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:39.347 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-804] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:03:39.347 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-804] Closed producer 0
|
|
2026-05-05 18:03:39.347 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40798 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:39.347 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40798 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:03:39.720 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:39.720 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:39.721 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40810 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:39.723 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:03:39.724 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.724 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.725 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:39.725 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:03:39.728 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:39.728 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-805] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:03:39.729 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-805] Closed producer 0
|
|
2026-05-05 18:03:39.729 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40810 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:39.729 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40810 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:03:50.214 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:50.214 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:50.215 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52134 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:50.217 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:03:50.217 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:50.217 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:50.218 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:50.218 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:03:50.220 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:50.220 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-806] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:03:50.220 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-806] Closed producer 0
|
|
2026-05-05 18:03:50.221 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52134 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:50.221 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52134 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:03:59.810 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:03:59.810 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:03:59.811 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:50748 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:03:59.812 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:03:59.812 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:59.812 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:50748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:59.813 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:50748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:03:59.813 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:03:59.814 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:03:59.814 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-807] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:03:59.815 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-807] Closed producer 0
|
|
2026-05-05 18:03:59.815 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:50748 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:03:59.815 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:50748 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:04:00.435 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:00.435 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:00.436 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:50764 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:00.436 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:04:00.437 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:00.437 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:50764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:00.437 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:50764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:00.437 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:00.442 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:00.442 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-808] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:04:00.442 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-808] Closed producer 0
|
|
2026-05-05 18:04:00.442 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:50764 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:00.442 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:50764 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:04:00.836 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:00.836 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:00.836 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:50780 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:00.837 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:04:00.837 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50780 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:00.837 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:50780 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:00.838 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:50780 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:00.838 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:00.840 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:00.840 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-809] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:04:00.840 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-809] Closed producer 0
|
|
2026-05-05 18:04:00.840 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:50780 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:00.840 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:50780 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written ✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:04:01.460 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:01.460 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:01.461 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:50792 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:01.462 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:04:01.462 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:01.462 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:50792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:01.463 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:50792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:01.463 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:01.465 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:01.465 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-810] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:04:01.465 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-810] Closed producer 0
|
|
2026-05-05 18:04:01.465 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:50792 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:01.466 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:50792 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:04:01.808 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:01.808 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:01.809 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:50804 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:01.810 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:04:01.810 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50804 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:01.810 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:50804 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:01.810 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:50804 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:01.811 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:01.812 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:01.813 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-811] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:04:01.813 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-811] Closed producer 0
|
|
2026-05-05 18:04:01.813 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:50804 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:01.813 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:50804 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #29 — 18:04:02
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:04:04.342 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:04.342 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:04.343 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43726 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:04.343 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:04.344 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43726 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:04.344 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43726 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:04.344 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43726 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:04.344 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:04.346 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:04.346 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-812] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:04.346 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-812] Closed producer 0
|
|
2026-05-05 18:04:04.347 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43726 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:04.347 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43726 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:04:05.239 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:05.239 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:05.239 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43728 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:05.240 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:05.240 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43728 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:05.240 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43728 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:05.241 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43728 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:05.241 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:05.242 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:05.242 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-813] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:05.243 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-813] Closed producer 0
|
|
2026-05-05 18:04:05.243 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:43728 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:05.243 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:43728 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:04:05.664 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:05.664 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:05.664 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43736 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:05.665 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:05.666 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:05.666 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:05.667 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:05.667 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:04:05.668 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:05.669 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-814] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:05.669 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-814] Closed producer 0
|
|
2026-05-05 18:04:05.669 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:43736 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:05.669 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:43736 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:04:06.419 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:06.419 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:06.419 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43742 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:06.420 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:04:06.420 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43742 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:06.420 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43742 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:06.421 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43742 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:06.421 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:06.425 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:06.425 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-815] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:04:06.426 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-815] Closed producer 0
|
|
2026-05-05 18:04:06.426 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43742 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:06.426 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43742 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:04:15.194 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:15.194 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:15.194 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49004 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:15.195 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:04:15.195 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:15.195 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:49004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:15.196 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:49004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:15.196 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:15.197 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:15.197 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-816] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:04:15.198 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-816] Closed producer 0
|
|
2026-05-05 18:04:15.198 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:49004 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:15.198 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:49004 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:04:24.427 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:24.427 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:24.427 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58324 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:24.428 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:04:24.429 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:24.429 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:24.429 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:24.429 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:24.431 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:24.431 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-817] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:04:24.431 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-817] Closed producer 0
|
|
2026-05-05 18:04:24.431 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:58324 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:24.431 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:58324 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written 🐟 Redpanda: ✅
|
|
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:04:25.043 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:25.043 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:25.044 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58340 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:25.045 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:04:25.045 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:25.045 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:25.045 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:25.045 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:25.047 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:25.047 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-818] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:04:25.047 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-818] Closed producer 0
|
|
2026-05-05 18:04:25.048 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58340 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:25.048 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58340 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:04:25.423 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:25.423 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:25.423 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:58352 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:25.424 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:04:25.424 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:25.424 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:58352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:25.425 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:58352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:25.425 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:25.426 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:25.426 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-819] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:04:25.427 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-819] Closed producer 0
|
|
2026-05-05 18:04:25.427 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58352 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:25.427 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58352 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:04:26.130 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:26.130 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:26.131 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58356 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:26.133 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:04:26.133 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58356 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:26.133 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:58356 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:26.134 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:58356 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:26.134 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:04:26.136 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:26.136 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-820] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:04:26.137 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-820] Closed producer 0
|
|
2026-05-05 18:04:26.137 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:58356 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:26.137 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:58356 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:04:26.403 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:26.403 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:26.404 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58364 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:26.405 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:04:26.405 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58364 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:26.405 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:58364 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:26.405 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:58364 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:26.405 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:26.407 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:26.407 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-821] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:04:26.407 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-821] Closed producer 0
|
|
2026-05-05 18:04:26.408 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58364 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:26.408 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58364 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #30 — 18:04:27
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:04:27.740 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:27.740 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:27.740 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:58368 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:27.741 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:27.741 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58368 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:27.741 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58368 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:27.742 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58368 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:27.742 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:27.744 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:27.744 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-822] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:27.744 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-822] Closed producer 0
|
|
2026-05-05 18:04:27.744 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58368 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:27.744 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58368 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:04:29.518 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:29.518 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:29.519 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58376 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:29.520 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:29.521 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58376 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:29.521 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58376 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:29.521 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58376 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:29.522 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:04:29.524 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:29.524 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-823] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:29.524 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-823] Closed producer 0
|
|
2026-05-05 18:04:29.524 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:58376 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:29.525 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:58376 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:04:30.936 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:30.936 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:30.936 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58388 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:30.937 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:30.937 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58388 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:30.937 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58388 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:30.938 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58388 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:30.938 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:30.939 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:30.939 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-824] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:30.940 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-824] Closed producer 0
|
|
2026-05-05 18:04:30.940 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58388 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:30.940 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58388 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:04:31.764 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:31.764 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:31.765 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:58404 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:31.767 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:04:31.767 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58404 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:31.767 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:58404 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:31.768 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:58404 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:31.768 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:04:31.771 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:31.771 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-825] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:04:31.772 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-825] Closed producer 0
|
|
2026-05-05 18:04:31.772 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58404 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:31.772 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58404 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:04:41.037 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:41.037 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:41.038 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:55180 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:41.039 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:04:41.039 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55180 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:41.040 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55180 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:41.040 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55180 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:41.040 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:04:41.042 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:41.042 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-826] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:04:41.042 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-826] Closed producer 0
|
|
2026-05-05 18:04:41.042 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55180 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:41.043 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55180 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:04:49.504 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:49.504 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:49.505 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:44632 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:49.505 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:04:49.506 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44632 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:49.506 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:44632 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:49.506 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:44632 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:49.506 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:49.508 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:49.508 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-827] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:04:49.508 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-827] Closed producer 0
|
|
2026-05-05 18:04:49.508 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:44632 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:49.508 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:44632 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:04:49.920 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:49.920 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:49.921 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:44648 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:49.922 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:04:49.922 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:49.922 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:44648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:49.922 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:44648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:49.922 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:49.924 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:49.924 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-828] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:04:49.924 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-828] Closed producer 0
|
|
2026-05-05 18:04:49.925 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:44648 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:49.925 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:44648 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:04:50.256 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:50.256 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:50.256 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:44652 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:50.257 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:04:50.258 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:50.258 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:44652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:50.258 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:44652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:50.258 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:50.260 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:50.260 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-829] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:04:50.260 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-829] Closed producer 0
|
|
2026-05-05 18:04:50.260 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:44652 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:50.260 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:44652 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:04:50.834 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:50.834 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:50.835 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:44656 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:50.836 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:04:50.836 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:50.836 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:44656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:50.837 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:44656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:50.837 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:50.839 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:50.839 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-830] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:04:50.839 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-830] Closed producer 0
|
|
2026-05-05 18:04:50.839 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:44656 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:50.839 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:44656 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:04:51.148 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:51.148 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:51.149 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:44670 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:51.150 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:04:51.150 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:51.150 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:44670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:51.151 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:44670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:51.151 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:51.153 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:51.153 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-831] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:04:51.153 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-831] Closed producer 0
|
|
2026-05-05 18:04:51.154 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:44670 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:51.154 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:44670 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #31 — 18:04:52
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:04:52.601 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:52.601 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:52.602 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:44684 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:52.603 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:52.604 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44684 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:52.604 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:44684 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:52.605 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:44684 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:52.605 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:04:52.610 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:52.610 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-832] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:52.611 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-832] Closed producer 0
|
|
2026-05-05 18:04:52.611 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:44684 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:52.612 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:44684 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:04:53.663 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:53.663 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:53.664 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:44700 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:53.665 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:53.665 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44700 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:53.665 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:44700 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:53.665 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:44700 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:53.665 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:53.667 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:53.667 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-833] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:53.667 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-833] Closed producer 0
|
|
2026-05-05 18:04:53.667 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:44700 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:53.667 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:44700 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:04:54.054 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:54.054 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:54.054 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43546 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:54.055 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:04:54.055 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:54.055 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:54.056 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:54.056 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:04:54.057 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:54.057 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-834] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:04:54.057 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-834] Closed producer 0
|
|
2026-05-05 18:04:54.058 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43546 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:54.058 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43546 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:04:56.196 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:04:56.196 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:04:56.197 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43548 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:04:56.198 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:04:56.198 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:56.198 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:56.199 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:04:56.199 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:04:56.201 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:04:56.201 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-835] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:04:56.201 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-835] Closed producer 0
|
|
2026-05-05 18:04:56.201 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:43548 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:04:56.201 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:43548 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:05:04.646 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:04.646 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:04.647 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:53466 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:04.648 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:05:04.648 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:04.648 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:53466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:04.649 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:53466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:04.649 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:05:04.651 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:04.651 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-836] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:05:04.652 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-836] Closed producer 0
|
|
2026-05-05 18:05:04.652 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53466 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:04.652 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53466 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:05:12.904 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:12.904 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:12.905 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:53470 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:12.906 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:05:12.907 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:12.907 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:53470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:12.907 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:53470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:12.907 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:05:12.909 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:12.910 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-837] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:05:12.910 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-837] Closed producer 0
|
|
2026-05-05 18:05:12.910 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:53470 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:12.910 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:53470 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:05:13.363 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:13.363 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:13.363 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:53478 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:13.364 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:05:13.365 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53478 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.365 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:53478 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.365 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:53478 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.365 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:13.367 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:13.367 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-838] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:05:13.367 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-838] Closed producer 0
|
|
2026-05-05 18:05:13.367 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:53478 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:13.368 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:53478 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:05:13.629 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:13.629 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:13.630 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:53484 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:13.631 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:05:13.631 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.631 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:53484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.632 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:53484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.632 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:13.634 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:13.634 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-839] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:05:13.634 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-839] Closed producer 0
|
|
2026-05-05 18:05:13.634 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53484 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:13.634 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53484 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:05:13.954 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:13.954 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:13.955 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:33466 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:13.956 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:05:13.956 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.956 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:33466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.957 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:33466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:13.957 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:13.959 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:13.959 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-840] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:05:13.959 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-840] Closed producer 0
|
|
2026-05-05 18:05:13.959 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:33466 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:13.959 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:33466 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:05:14.221 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:14.221 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:14.221 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:33482 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:14.222 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:05:14.222 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:14.222 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:33482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:14.223 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:33482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:14.223 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:14.224 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:14.224 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-841] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:05:14.225 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-841] Closed producer 0
|
|
2026-05-05 18:05:14.225 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33482 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:14.225 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33482 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #32 — 18:05:15
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:05:15.818 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:15.818 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:15.818 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33484 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:15.819 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:05:15.820 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:15.820 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:33484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:15.820 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:33484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:15.820 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:15.822 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:15.822 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-842] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:05:15.822 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-842] Closed producer 0
|
|
2026-05-05 18:05:15.823 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33484 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:15.823 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33484 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:05:16.146 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:16.146 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:16.146 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:33498 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:16.147 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:05:16.148 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.148 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:33498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.148 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:33498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.148 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:16.150 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:16.150 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-843] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:05:16.150 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-843] Closed producer 0
|
|
2026-05-05 18:05:16.150 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33498 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:16.150 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33498 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:05:16.487 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:16.488 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:16.488 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:33510 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:16.489 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:05:16.489 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.489 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:33510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.489 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:33510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.489 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:16.491 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:16.491 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-844] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:05:16.492 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-844] Closed producer 0
|
|
2026-05-05 18:05:16.492 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:33510 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:16.492 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:33510 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:05:16.922 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:16.922 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:16.922 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33516 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:16.923 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:05:16.924 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.924 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:33516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.924 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:33516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:16.924 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:16.926 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:16.926 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-845] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:05:16.926 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-845] Closed producer 0
|
|
2026-05-05 18:05:16.926 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33516 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:16.927 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33516 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:05:26.068 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:26.068 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:26.068 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55810 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:26.069 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:05:26.070 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:26.070 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:26.070 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:26.070 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:26.072 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:26.072 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-846] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:05:26.072 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-846] Closed producer 0
|
|
2026-05-05 18:05:26.072 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55810 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:26.072 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55810 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:05:34.453 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:34.453 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:34.453 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:57892 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:34.455 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:05:34.455 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57892 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:34.455 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:57892 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:34.456 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:57892 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:34.456 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:05:34.459 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:34.459 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-847] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:05:34.459 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-847] Closed producer 0
|
|
2026-05-05 18:05:34.459 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57892 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:34.459 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57892 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:05:34.756 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:34.756 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:34.757 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57906 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:34.758 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:05:34.758 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:34.758 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:57906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:34.759 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:57906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:34.759 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:34.761 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:34.761 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-848] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:05:34.761 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-848] Closed producer 0
|
|
2026-05-05 18:05:34.761 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57906 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:34.761 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57906 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:05:35.007 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:35.007 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:35.007 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57910 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:35.009 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:05:35.009 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57910 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.009 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:57910 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.010 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:57910 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.010 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:05:35.012 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:35.013 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-849] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:05:35.013 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-849] Closed producer 0
|
|
2026-05-05 18:05:35.013 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57910 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:35.013 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57910 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:05:35.464 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:35.464 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:35.464 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:57912 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:35.465 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:05:35.466 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.466 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:57912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.466 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:57912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.466 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:35.468 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:35.468 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-850] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:05:35.468 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-850] Closed producer 0
|
|
2026-05-05 18:05:35.469 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57912 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:35.469 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57912 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:05:35.714 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:35.714 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:35.714 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57916 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:35.715 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:05:35.716 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57916 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.716 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:57916 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.716 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:57916 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:35.716 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:35.718 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:35.718 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-851] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:05:35.719 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-851] Closed producer 0
|
|
2026-05-05 18:05:35.719 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57916 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:35.719 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57916 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #33 — 18:05:36
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:05:38.335 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:38.336 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:38.336 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57930 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:38.337 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:05:38.338 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57930 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:38.338 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57930 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:38.338 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57930 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:38.339 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:05:38.341 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:38.341 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-852] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:05:38.342 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-852] Closed producer 0
|
|
2026-05-05 18:05:38.342 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57930 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:38.342 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57930 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:05:38.732 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:38.732 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:38.733 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:57934 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:38.734 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:05:38.735 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:38.735 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:38.735 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:38.735 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:05:38.738 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:38.738 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-853] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:05:38.738 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-853] Closed producer 0
|
|
2026-05-05 18:05:38.738 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57934 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:38.738 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57934 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:05:39.452 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:39.452 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:39.452 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57950 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:39.453 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:05:39.453 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:39.453 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:39.454 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:39.454 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:39.456 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:39.456 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-854] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:05:39.456 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-854] Closed producer 0
|
|
2026-05-05 18:05:39.456 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57950 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:39.456 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57950 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:05:40.156 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:40.156 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:40.156 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57964 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:40.157 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:05:40.158 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:40.158 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:40.158 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:40.158 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:40.161 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:40.161 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-855] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:05:40.161 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-855] Closed producer 0
|
|
2026-05-05 18:05:40.161 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57964 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:40.161 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57964 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:05:48.490 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:48.490 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:48.491 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45488 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:48.492 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:05:48.492 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:48.493 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:48.493 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:48.493 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:05:48.495 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:48.495 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-856] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:05:48.496 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-856] Closed producer 0
|
|
2026-05-05 18:05:48.496 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45488 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:48.496 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45488 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:05:57.169 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:57.169 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:57.170 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:49872 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:57.171 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:05:57.171 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49872 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:57.172 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:49872 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:57.172 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:49872 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:57.172 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:05:57.174 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:57.174 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-857] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:05:57.175 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-857] Closed producer 0
|
|
2026-05-05 18:05:57.175 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:49872 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:57.175 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:49872 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written 🐟 Redpanda: ✅
|
|
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:05:57.835 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:57.835 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:57.835 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:49884 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:57.837 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:05:57.837 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:57.837 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:49884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:57.838 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:49884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:57.838 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:57.840 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:57.840 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-858] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:05:57.840 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-858] Closed producer 0
|
|
2026-05-05 18:05:57.840 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:49884 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:57.841 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:49884 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:05:58.149 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:58.149 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:58.149 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49894 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:58.150 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:05:58.150 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.150 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:49894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.151 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:49894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.151 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:58.152 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:58.152 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-859] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:05:58.153 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-859] Closed producer 0
|
|
2026-05-05 18:05:58.153 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:49894 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:58.153 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:49894 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:05:58.548 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:58.548 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:58.548 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:49900 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:58.549 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:05:58.550 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.550 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:49900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.550 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:49900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.550 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:58.552 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:58.552 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-860] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:05:58.552 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-860] Closed producer 0
|
|
2026-05-05 18:05:58.552 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:49900 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:58.552 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:49900 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:05:58.867 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:05:58.867 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:05:58.867 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:49912 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:05:58.868 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:05:58.868 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.868 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:49912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.869 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:49912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:05:58.869 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:05:58.870 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:05:58.870 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-861] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:05:58.871 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-861] Closed producer 0
|
|
2026-05-05 18:05:58.871 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:49912 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:05:58.871 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:49912 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #34 — 18:05:59
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:06:00.299 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:00.299 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:00.300 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49916 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:00.301 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:00.302 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49916 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.302 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:49916 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.303 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:49916 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.303 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:06:00.306 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:00.306 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-862] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:00.307 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-862] Closed producer 0
|
|
2026-05-05 18:06:00.307 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:49916 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:00.308 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:49916 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:06:00.573 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:00.573 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:00.574 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:49928 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:00.575 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:00.575 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.575 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:49928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.576 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:49928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.576 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:00.578 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:00.578 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-863] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:00.578 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-863] Closed producer 0
|
|
2026-05-05 18:06:00.578 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:49928 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:00.578 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:49928 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:06:00.931 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:00.931 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:00.932 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:49932 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:00.932 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:00.933 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49932 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.933 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:49932 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.933 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:49932 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:00.933 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:00.935 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:00.935 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-864] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:00.935 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-864] Closed producer 0
|
|
2026-05-05 18:06:00.936 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:49932 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:00.936 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:49932 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:06:01.415 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:01.415 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:01.416 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49946 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:01.417 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:06:01.418 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:01.418 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:49946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:01.418 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:49946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:01.418 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:06:01.420 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:01.420 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-865] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:06:01.421 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-865] Closed producer 0
|
|
2026-05-05 18:06:01.421 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:49946 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:01.421 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:49946 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:06:09.902 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:09.902 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:09.903 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42518 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:09.904 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:06:09.905 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42518 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:09.905 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:42518 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:09.905 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:42518 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:09.905 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:06:09.908 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:09.908 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-866] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:06:09.908 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-866] Closed producer 0
|
|
2026-05-05 18:06:09.908 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42518 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:09.908 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42518 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:06:20.263 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:20.263 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:20.264 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51934 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:20.264 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:06:20.265 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:20.265 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:51934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:20.265 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:51934 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:20.265 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:20.267 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:20.267 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-867] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:06:20.267 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-867] Closed producer 0
|
|
2026-05-05 18:06:20.267 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51934 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:20.268 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51934 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:06:21.364 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:21.364 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:21.365 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:51940 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:21.365 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:06:21.366 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:21.366 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:51940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:21.366 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:51940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:21.366 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:21.377 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:21.377 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-868] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:06:21.378 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-868] Closed producer 0
|
|
2026-05-05 18:06:21.378 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51940 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:21.378 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51940 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:06:22.265 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:22.265 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:22.265 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51954 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:22.266 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:06:22.266 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:22.266 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:51954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:22.267 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:51954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:22.267 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:22.269 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:22.269 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-869] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:06:22.269 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-869] Closed producer 0
|
|
2026-05-05 18:06:22.270 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:51954 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:22.270 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:51954 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:06:23.158 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:23.158 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:23.158 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51956 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:23.159 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:06:23.159 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:23.159 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:51956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:23.160 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:51956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:23.160 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:23.162 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:23.162 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-870] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:06:23.162 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-870] Closed producer 0
|
|
2026-05-05 18:06:23.162 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51956 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:23.162 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51956 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:06:23.533 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:23.533 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:23.533 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:51972 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:23.534 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:06:23.534 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:23.534 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:51972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:23.535 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:51972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:23.535 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:23.537 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:23.537 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-871] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:06:23.537 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-871] Closed producer 0
|
|
2026-05-05 18:06:23.537 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51972 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:23.537 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51972 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #35 — 18:06:24
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:06:24.982 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:24.982 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:24.982 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40326 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:24.983 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:24.983 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:24.983 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:24.984 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:24.984 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:24.986 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:24.986 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-872] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:24.986 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-872] Closed producer 0
|
|
2026-05-05 18:06:24.986 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40326 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:24.986 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40326 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:06:25.511 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:25.511 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:25.512 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40342 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:25.514 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:25.514 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:25.514 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:25.516 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:25.516 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:06:25.518 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:25.518 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-873] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:25.519 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-873] Closed producer 0
|
|
2026-05-05 18:06:25.520 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40342 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:25.520 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40342 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:06:25.865 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:25.865 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:25.866 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40358 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:25.867 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:25.867 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40358 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:25.867 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40358 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:25.868 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40358 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:25.868 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:25.870 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:25.870 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-874] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:25.870 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-874] Closed producer 0
|
|
2026-05-05 18:06:25.871 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40358 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:25.871 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40358 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:06:26.425 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:26.425 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:26.425 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40372 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:26.427 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:06:26.427 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:26.427 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:26.428 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:26.428 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:06:26.430 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:26.430 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-875] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:06:26.431 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-875] Closed producer 0
|
|
2026-05-05 18:06:26.431 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40372 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:26.431 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40372 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:06:34.879 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:34.879 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:34.879 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52754 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:34.881 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:06:34.881 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52754 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:34.881 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52754 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:34.882 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52754 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:34.882 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:06:34.884 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:34.884 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-876] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:06:34.884 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-876] Closed producer 0
|
|
2026-05-05 18:06:34.885 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52754 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:34.885 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52754 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:06:44.193 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:44.193 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:44.193 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:35488 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:44.195 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:06:44.195 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:44.195 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:35488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:44.196 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:35488 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:44.196 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:06:44.198 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:44.198 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-877] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:06:44.199 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-877] Closed producer 0
|
|
2026-05-05 18:06:44.199 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:35488 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:44.199 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:35488 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:06:45.486 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:45.486 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:45.487 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35498 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:45.487 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:06:45.488 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:45.488 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:35498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:45.488 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:35498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:45.488 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:45.490 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:45.490 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-878] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:06:45.491 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-878] Closed producer 0
|
|
2026-05-05 18:06:45.491 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35498 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:45.491 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35498 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:06:47.326 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:47.326 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:47.327 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35512 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:47.328 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:06:47.328 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:47.328 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:35512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:47.328 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:35512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:47.328 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:47.330 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:47.330 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-879] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:06:47.330 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-879] Closed producer 0
|
|
2026-05-05 18:06:47.331 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35512 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:47.331 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35512 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:06:48.340 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:48.340 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:48.341 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:35514 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:48.341 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:06:48.342 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:48.342 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:35514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:48.342 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:35514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:48.342 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:48.344 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:48.344 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-880] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:06:48.344 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-880] Closed producer 0
|
|
2026-05-05 18:06:48.344 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:35514 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:48.344 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:35514 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:06:48.785 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:48.785 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:48.785 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35522 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:48.786 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:06:48.787 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:48.787 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:35522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:48.787 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:35522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:48.788 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:48.790 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:48.790 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-881] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:06:48.790 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-881] Closed producer 0
|
|
2026-05-05 18:06:48.790 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35522 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:48.790 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35522 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #36 — 18:06:49
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:06:50.200 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:50.200 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:50.200 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35524 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:50.201 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:50.201 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35524 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:50.201 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35524 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:50.202 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35524 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:50.202 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:50.204 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:50.204 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-882] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:50.204 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-882] Closed producer 0
|
|
2026-05-05 18:06:50.204 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35524 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:50.204 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35524 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:06:50.657 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:50.657 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:50.657 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:35540 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:50.658 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:50.659 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35540 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:50.659 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35540 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:50.659 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35540 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:50.659 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:50.661 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:50.661 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-883] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:50.661 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-883] Closed producer 0
|
|
2026-05-05 18:06:50.661 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:35540 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:50.662 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:35540 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:06:51.234 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:51.234 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:51.234 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35548 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:51.235 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:06:51.236 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:51.236 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:51.236 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:51.236 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:51.238 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:51.238 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-884] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:06:51.239 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-884] Closed producer 0
|
|
2026-05-05 18:06:51.239 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35548 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:51.239 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35548 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:06:51.802 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:06:51.802 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:06:51.802 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35556 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:06:51.803 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:06:51.804 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:51.804 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:51.804 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:06:51.804 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:06:51.806 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:06:51.806 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-885] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:06:51.806 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-885] Closed producer 0
|
|
2026-05-05 18:06:51.806 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35556 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:06:51.806 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35556 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:07:00.767 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:00.767 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:00.768 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46292 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:00.769 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:07:00.769 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46292 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:00.769 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46292 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:00.770 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46292 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:00.770 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:00.772 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:00.772 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-886] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:07:00.772 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-886] Closed producer 0
|
|
2026-05-05 18:07:00.772 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46292 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:00.772 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46292 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:07:10.899 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:10.899 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:10.900 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43638 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:10.901 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:07:10.901 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43638 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:10.901 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:43638 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:10.902 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:43638 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:10.902 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:10.904 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:10.904 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-887] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:07:10.904 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-887] Closed producer 0
|
|
2026-05-05 18:07:10.904 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:43638 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:10.904 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:43638 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:07:12.495 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:12.495 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:12.496 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43654 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:12.497 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:07:12.498 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:12.498 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:43654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:12.498 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:43654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:12.498 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:07:12.504 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:12.504 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-888] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:07:12.504 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-888] Closed producer 0
|
|
2026-05-05 18:07:12.504 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43654 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:12.505 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43654 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:07:13.097 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:13.097 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:13.098 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43660 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:13.099 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:07:13.099 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43660 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:13.099 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:43660 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:13.099 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:43660 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:13.099 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:13.101 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:13.101 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-889] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:07:13.101 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-889] Closed producer 0
|
|
2026-05-05 18:07:13.101 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43660 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:13.102 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43660 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:07:13.945 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:13.945 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:13.945 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36100 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:13.946 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:07:13.946 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:13.946 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:36100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:13.947 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:36100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:13.947 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:13.949 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:13.949 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-890] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:07:13.949 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-890] Closed producer 0
|
|
2026-05-05 18:07:13.949 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:36100 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:13.949 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:36100 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:07:14.299 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:14.299 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:14.300 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:36116 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:14.301 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:07:14.301 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36116 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:14.301 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:36116 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:14.302 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:36116 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:14.302 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:14.303 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:14.304 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-891] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:07:14.304 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-891] Closed producer 0
|
|
2026-05-05 18:07:14.304 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36116 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:14.304 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36116 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #37 — 18:07:15
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:07:15.635 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:15.635 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:15.635 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:36126 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:15.637 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:07:15.637 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36126 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:15.637 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36126 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:15.638 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36126 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:15.638 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:07:15.640 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:15.640 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-892] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:07:15.640 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-892] Closed producer 0
|
|
2026-05-05 18:07:15.641 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36126 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:15.641 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36126 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:07:16.151 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:16.151 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:16.152 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36134 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:16.153 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:07:16.153 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:16.153 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:16.153 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:16.154 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:16.155 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:16.155 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-893] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:07:16.156 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-893] Closed producer 0
|
|
2026-05-05 18:07:16.156 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:36134 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:16.156 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:36134 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:07:16.576 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:16.576 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:16.576 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:36150 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:16.578 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:07:16.578 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36150 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:16.578 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36150 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:16.579 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36150 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:16.579 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:07:16.582 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:16.582 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-894] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:07:16.582 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-894] Closed producer 0
|
|
2026-05-05 18:07:16.582 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36150 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:16.582 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36150 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:07:17.133 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:17.133 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:17.134 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:36158 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:17.135 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:07:17.135 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:17.135 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:17.136 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:17.136 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:17.138 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:17.138 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-895] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:07:17.138 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-895] Closed producer 0
|
|
2026-05-05 18:07:17.138 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36158 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:17.138 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36158 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:07:25.610 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:25.610 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:25.611 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41542 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:25.612 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:07:25.613 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:25.613 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:25.614 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:25.614 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:07:25.616 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:25.616 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-896] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:07:25.617 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-896] Closed producer 0
|
|
2026-05-05 18:07:25.617 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:41542 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:25.617 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:41542 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:07:33.917 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:33.917 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:33.918 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:48896 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:33.919 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:07:33.920 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48896 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:33.920 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:48896 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:33.920 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:48896 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:33.920 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:07:33.922 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:33.922 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-897] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:07:33.923 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-897] Closed producer 0
|
|
2026-05-05 18:07:33.923 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48896 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:33.923 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48896 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:07:34.192 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:34.192 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:34.192 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:48898 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:34.193 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:07:34.193 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:34.193 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:48898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:34.194 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:48898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:34.194 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:34.195 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:34.195 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-898] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:07:34.196 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-898] Closed producer 0
|
|
2026-05-05 18:07:34.196 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:48898 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:34.196 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:48898 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:07:34.442 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:34.442 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:34.442 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48906 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:34.443 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:07:34.443 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:34.443 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:48906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:34.444 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:48906 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:34.444 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:34.445 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:34.445 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-899] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:07:34.446 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-899] Closed producer 0
|
|
2026-05-05 18:07:34.446 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:48906 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:34.446 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:48906 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:07:35.733 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:35.733 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:35.733 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:48912 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:35.734 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:07:35.735 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:35.735 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:48912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:35.735 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:48912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:35.735 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:35.737 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:35.737 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-900] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:07:35.737 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-900] Closed producer 0
|
|
2026-05-05 18:07:35.737 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48912 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:35.737 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48912 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:07:36.685 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:36.685 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:36.685 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:48924 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:36.686 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:07:36.686 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:36.686 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:48924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:36.687 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:48924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:36.687 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:36.688 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:36.688 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-901] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:07:36.689 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-901] Closed producer 0
|
|
2026-05-05 18:07:36.689 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:48924 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:36.689 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:48924 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #38 — 18:07:37
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
📈 InfluxDB: 2 points written ⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:07:38.764 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:38.764 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:38.765 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48930 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:38.766 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:07:38.766 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48930 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:38.766 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48930 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:38.766 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48930 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:38.766 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:38.768 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:38.768 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-902] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:07:38.768 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-902] Closed producer 0
|
|
2026-05-05 18:07:38.768 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:48930 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:38.769 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:48930 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:07:39.392 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:39.392 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:39.393 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:48946 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:39.394 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:07:39.395 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:39.395 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:39.395 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:39.395 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:39.397 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:39.397 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-903] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:07:39.398 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-903] Closed producer 0
|
|
2026-05-05 18:07:39.398 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48946 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:39.398 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48946 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:07:39.852 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:39.852 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:39.853 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:48948 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:39.854 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:07:39.854 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48948 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:39.854 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48948 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:39.855 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48948 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:39.855 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:07:39.857 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:39.857 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-904] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:07:39.857 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-904] Closed producer 0
|
|
2026-05-05 18:07:39.857 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:48948 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:39.857 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:48948 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:07:40.482 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:40.482 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:40.483 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48958 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:40.484 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:07:40.484 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48958 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:40.484 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:48958 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:40.485 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:48958 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:40.485 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:40.486 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:40.486 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-905] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:07:40.487 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-905] Closed producer 0
|
|
2026-05-05 18:07:40.487 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:48958 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:40.487 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:48958 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:07:48.885 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:48.885 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:48.885 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38748 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:48.886 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:07:48.887 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:48.887 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:48.887 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:48.887 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:07:48.889 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:48.890 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-906] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:07:48.890 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-906] Closed producer 0
|
|
2026-05-05 18:07:48.890 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38748 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:48.890 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38748 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:07:57.225 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:57.225 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:57.225 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59590 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:57.227 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:07:57.228 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59590 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.228 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59590 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.228 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59590 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.228 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:07:57.231 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:57.231 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-907] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:07:57.231 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-907] Closed producer 0
|
|
2026-05-05 18:07:57.231 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59590 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:57.231 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59590 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:07:57.636 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:57.636 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:57.636 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:59604 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:57.638 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:07:57.638 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59604 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.638 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59604 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.639 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59604 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.639 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:57.641 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:57.641 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-908] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:07:57.641 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-908] Closed producer 0
|
|
2026-05-05 18:07:57.641 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59604 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:57.641 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59604 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:07:57.963 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:57.963 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:57.963 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59618 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:57.964 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:07:57.964 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.964 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:59618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.965 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:59618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:57.965 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:57.967 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:57.967 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-909] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:07:57.967 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-909] Closed producer 0
|
|
2026-05-05 18:07:57.967 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:59618 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:57.967 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:59618 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:07:58.401 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:58.401 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:58.402 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59634 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:58.403 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:07:58.403 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:58.403 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:59634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:58.404 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:59634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:58.404 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:58.406 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:58.406 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-910] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:07:58.406 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-910] Closed producer 0
|
|
2026-05-05 18:07:58.406 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59634 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:58.407 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59634 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:07:58.713 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:07:58.713 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:07:58.713 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:59640 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:07:58.714 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:07:58.714 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:58.714 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:59640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:58.715 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:59640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:07:58.715 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:07:58.717 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:07:58.717 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-911] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:07:58.717 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-911] Closed producer 0
|
|
2026-05-05 18:07:58.717 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59640 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:07:58.717 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59640 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #39 — 18:07:59
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:08:02.203 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:02.203 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:02.203 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59652 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:02.204 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:02.205 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:02.205 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:02.205 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:02.205 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:02.208 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:02.208 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-912] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:02.208 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-912] Closed producer 0
|
|
2026-05-05 18:08:02.208 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:59652 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:02.208 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:59652 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:08:03.266 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:03.266 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:03.267 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59666 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:03.268 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:03.269 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59666 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:03.269 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59666 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:03.270 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59666 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:03.270 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:08:03.272 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:03.272 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-913] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:03.272 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-913] Closed producer 0
|
|
2026-05-05 18:08:03.272 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59666 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:03.272 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59666 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:08:03.928 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:03.928 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:03.929 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41690 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:03.930 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:03.930 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41690 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:03.930 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41690 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:03.931 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41690 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:03.931 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:03.933 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:03.933 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-914] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:03.933 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-914] Closed producer 0
|
|
2026-05-05 18:08:03.933 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:41690 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:03.933 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:41690 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:08:04.485 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:04.485 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:04.485 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41706 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:04.486 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:08:04.487 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41706 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:04.487 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41706 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:04.487 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41706 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:04.487 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:04.489 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:04.489 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-915] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:08:04.490 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-915] Closed producer 0
|
|
2026-05-05 18:08:04.490 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:41706 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:04.490 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:41706 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:08:12.859 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:12.859 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:12.859 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41714 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:12.860 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:08:12.860 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41714 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:12.860 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41714 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:12.861 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41714 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:12.861 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:12.863 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:12.863 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-916] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:08:12.863 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-916] Closed producer 0
|
|
2026-05-05 18:08:12.863 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:41714 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:12.863 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:41714 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:08:21.777 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:21.777 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:21.777 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:60594 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:21.778 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:08:21.811 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60594 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:21.811 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:60594 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:21.812 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:60594 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:21.812 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:08:21.814 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:21.814 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-917] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:08:21.814 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-917] Closed producer 0
|
|
2026-05-05 18:08:21.814 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:60594 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:21.814 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:60594 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:08:22.403 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:22.403 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:22.404 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60610 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:22.404 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:08:22.405 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60610 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:22.405 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:60610 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:22.405 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:60610 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:22.405 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:22.407 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:22.407 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-918] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:08:22.407 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-918] Closed producer 0
|
|
2026-05-05 18:08:22.407 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:60610 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:22.407 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:60610 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:08:22.930 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:22.930 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:22.930 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:60622 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:22.931 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:08:22.932 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60622 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:22.932 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:60622 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:22.932 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:60622 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:22.932 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:22.934 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:22.934 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-919] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:08:22.934 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-919] Closed producer 0
|
|
2026-05-05 18:08:22.934 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60622 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:22.934 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60622 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:08:23.519 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:23.519 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:23.519 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:60630 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:23.520 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:08:23.520 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:23.520 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:60630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:23.520 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:60630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:23.520 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:23.522 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:23.522 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-920] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:08:23.522 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-920] Closed producer 0
|
|
2026-05-05 18:08:23.522 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:60630 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:23.523 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:60630 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:08:23.804 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:23.804 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:23.804 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51268 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:23.805 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:08:23.805 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:23.805 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:51268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:23.805 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:51268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:23.806 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:23.807 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:23.807 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-921] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:08:23.807 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-921] Closed producer 0
|
|
2026-05-05 18:08:23.808 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:51268 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:23.808 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:51268 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #40 — 18:08:24
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:08:26.792 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:26.792 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:26.793 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51276 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:26.795 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:26.795 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51276 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:26.795 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51276 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:26.796 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51276 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:26.796 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:08:26.798 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:26.799 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-922] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:26.799 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-922] Closed producer 0
|
|
2026-05-05 18:08:26.799 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51276 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:26.799 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51276 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:08:27.839 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:27.839 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:27.840 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:51284 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:27.841 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:27.841 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51284 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:27.841 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51284 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:27.841 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51284 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:27.841 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:27.843 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:27.843 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-923] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:27.843 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-923] Closed producer 0
|
|
2026-05-05 18:08:27.843 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51284 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:27.843 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51284 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:08:28.449 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:28.449 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:28.449 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:51300 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:28.450 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:28.451 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:28.451 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:28.451 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:28.451 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:28.453 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:28.453 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-924] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:28.454 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-924] Closed producer 0
|
|
2026-05-05 18:08:28.454 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51300 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:28.454 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51300 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:08:29.319 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:29.319 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:29.322 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:51302 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:29.322 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:08:29.323 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:29.323 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:51302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:29.323 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:51302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:29.323 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:29.328 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:29.328 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-925] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:08:29.329 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-925] Closed producer 0
|
|
2026-05-05 18:08:29.330 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51302 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:29.331 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51302 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:08:37.602 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:37.602 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:37.602 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33550 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:37.603 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:08:37.604 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33550 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:37.604 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:33550 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:37.604 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:33550 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:37.604 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:37.606 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:37.606 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-926] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:08:37.606 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-926] Closed producer 0
|
|
2026-05-05 18:08:37.606 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:33550 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:37.606 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:33550 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:08:46.884 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:46.884 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:46.885 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38458 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:46.885 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:08:46.886 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:46.886 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:46.886 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:46.886 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:46.888 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:46.888 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-927] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:08:46.888 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-927] Closed producer 0
|
|
2026-05-05 18:08:46.888 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38458 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:46.888 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38458 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:08:47.296 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:47.296 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:47.296 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38464 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:47.297 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:08:47.297 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38464 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.297 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38464 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.298 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38464 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.298 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:47.299 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:47.299 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-928] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:08:47.300 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-928] Closed producer 0
|
|
2026-05-05 18:08:47.300 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38464 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:47.300 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38464 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:08:47.589 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:47.589 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:47.590 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38468 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:47.592 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:08:47.593 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.593 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:38468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.593 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:38468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.593 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:08:47.596 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:47.596 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-929] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:08:47.596 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-929] Closed producer 0
|
|
2026-05-05 18:08:47.597 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:38468 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:47.597 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:38468 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:08:47.928 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:47.928 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:47.928 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38482 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:47.929 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:08:47.930 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.930 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:38482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.931 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:38482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:47.931 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:08:47.933 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:47.933 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-930] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:08:47.933 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-930] Closed producer 0
|
|
2026-05-05 18:08:47.933 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38482 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:47.933 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38482 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:08:48.187 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:48.187 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:48.188 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38492 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:48.190 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:08:48.190 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38492 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:48.191 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:38492 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:48.191 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:38492 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:48.191 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:08:48.194 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:48.194 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-931] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:08:48.195 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-931] Closed producer 0
|
|
2026-05-05 18:08:48.195 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38492 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:48.195 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38492 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #41 — 18:08:49
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:08:51.369 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:51.369 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:51.369 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38498 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:51.370 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:51.371 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:51.371 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:51.371 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:51.371 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:51.373 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:51.373 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-932] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:51.373 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-932] Closed producer 0
|
|
2026-05-05 18:08:51.373 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:38498 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:51.373 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:38498 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:08:52.329 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:52.329 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:52.329 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38502 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:52.330 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:52.331 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38502 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:52.331 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38502 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:52.331 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38502 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:52.331 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:08:52.333 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:52.333 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-933] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:52.333 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-933] Closed producer 0
|
|
2026-05-05 18:08:52.333 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38502 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:52.333 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38502 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:08:52.868 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:52.868 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:52.870 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38504 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:52.873 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:08:52.874 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38504 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:52.874 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38504 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:52.876 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38504 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:52.876 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:08:52.882 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:52.882 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-934] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:08:52.883 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-934] Closed producer 0
|
|
2026-05-05 18:08:52.884 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38504 -> 127.0.0.1:6650] Connection disconnected (refCnt: 7)
|
|
2026-05-05 18:08:52.886 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38504 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:08:55.222 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:08:55.223 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:08:55.223 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35132 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:08:55.224 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:08:55.225 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:55.225 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:55.225 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:08:55.226 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:08:55.228 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:08:55.228 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-935] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:08:55.228 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-935] Closed producer 0
|
|
2026-05-05 18:08:55.228 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35132 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:08:55.228 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35132 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:09:03.561 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:03.561 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:03.562 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35146 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:03.563 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:09:03.564 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:03.564 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:03.564 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:03.564 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:09:03.567 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:03.567 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-936] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:09:03.567 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-936] Closed producer 0
|
|
2026-05-05 18:09:03.567 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35146 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:03.567 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35146 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:09:11.770 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:11.770 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:11.770 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56152 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:11.771 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:09:11.771 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56152 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:11.771 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:56152 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:11.772 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:56152 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:11.772 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:11.774 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:11.774 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-937] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:09:11.774 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-937] Closed producer 0
|
|
2026-05-05 18:09:11.774 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56152 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:11.774 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56152 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:09:12.128 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:12.128 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:12.128 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:56154 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:12.129 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:09:12.129 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.129 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:56154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.130 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:56154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.130 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:12.131 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:12.132 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-938] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:09:12.132 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-938] Closed producer 0
|
|
2026-05-05 18:09:12.132 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:56154 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:12.132 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:56154 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:09:12.403 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:12.403 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:12.403 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:56160 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:12.404 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:09:12.405 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.405 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:56160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.405 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:56160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.405 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:12.408 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:12.408 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-939] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:09:12.408 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-939] Closed producer 0
|
|
2026-05-05 18:09:12.408 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:56160 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:12.408 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:56160 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:09:12.761 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:12.761 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:12.762 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56162 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:12.763 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:09:12.763 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56162 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.763 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:56162 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.764 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:56162 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:12.764 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:12.766 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:12.766 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-940] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:09:12.766 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-940] Closed producer 0
|
|
2026-05-05 18:09:12.766 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56162 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:12.766 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56162 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:09:13.020 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:13.020 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:13.020 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:56176 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:13.021 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:09:13.021 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56176 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:13.022 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:56176 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:13.022 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:56176 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:13.022 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:13.024 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:13.024 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-941] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:09:13.024 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-941] Closed producer 0
|
|
2026-05-05 18:09:13.024 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:56176 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:13.025 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:56176 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #42 — 18:09:14
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:09:14.286 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:14.286 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:14.287 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39166 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:14.288 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:09:14.288 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39166 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:14.288 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39166 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:14.289 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39166 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:14.289 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:14.291 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:14.291 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-942] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:09:14.291 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-942] Closed producer 0
|
|
2026-05-05 18:09:14.291 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39166 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:14.291 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39166 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:09:14.553 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:14.553 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:14.554 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39178 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:14.554 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:09:14.555 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39178 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:14.555 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39178 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:14.555 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39178 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:14.555 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:14.557 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:14.557 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-943] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:09:14.557 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-943] Closed producer 0
|
|
2026-05-05 18:09:14.557 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39178 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:14.557 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39178 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:09:15.012 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:15.012 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:15.012 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:39194 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:15.014 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:09:15.014 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39194 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:15.014 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39194 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:15.015 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39194 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:15.015 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:15.017 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:15.017 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-944] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:09:15.017 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-944] Closed producer 0
|
|
2026-05-05 18:09:15.017 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:39194 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:15.017 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:39194 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:09:15.453 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:15.453 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:15.454 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39204 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:15.455 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:09:15.456 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39204 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:15.456 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39204 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:15.456 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39204 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:15.456 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:09:15.458 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:15.458 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-945] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:09:15.459 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-945] Closed producer 0
|
|
2026-05-05 18:09:15.459 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39204 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:15.459 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39204 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:09:23.670 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:23.670 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:23.670 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39212 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:23.671 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:09:23.671 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39212 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:23.672 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39212 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:23.672 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39212 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:23.672 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:23.674 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:23.674 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-946] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:09:23.674 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-946] Closed producer 0
|
|
2026-05-05 18:09:23.674 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39212 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:23.674 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39212 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:09:32.340 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:32.340 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:32.341 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:50956 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:32.342 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:09:32.343 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:32.343 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:50956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:32.343 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:50956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:32.343 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:09:32.345 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:32.345 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-947] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:09:32.346 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-947] Closed producer 0
|
|
2026-05-05 18:09:32.346 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:50956 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:32.346 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:50956 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:09:32.971 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:32.971 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:32.972 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:50966 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:32.975 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:09:32.976 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:32.976 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:50966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:32.978 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:50966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:32.978 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:09:32.981 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:32.981 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-948] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:09:32.982 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-948] Closed producer 0
|
|
2026-05-05 18:09:32.983 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:50966 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:32.983 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:50966 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:09:33.563 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:33.563 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:33.564 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:50976 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:33.565 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:09:33.566 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:33.566 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:50976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:33.566 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:50976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:33.566 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:09:33.568 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:33.568 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-949] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:09:33.569 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-949] Closed producer 0
|
|
2026-05-05 18:09:33.569 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:50976 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:33.569 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:50976 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written ✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:09:36.653 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:36.653 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:36.653 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52548 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:36.654 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:09:36.655 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:36.655 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:52548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:36.655 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:52548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:36.655 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:36.657 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:36.657 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-950] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:09:36.657 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-950] Closed producer 0
|
|
2026-05-05 18:09:36.657 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52548 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:36.657 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52548 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:09:37.186 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:37.186 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:37.186 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52562 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:37.187 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:09:37.188 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:37.188 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:52562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:37.188 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:52562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:37.188 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:37.190 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:37.190 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-951] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:09:37.190 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-951] Closed producer 0
|
|
2026-05-05 18:09:37.190 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52562 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:37.190 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52562 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #43 — 18:09:38
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:09:38.839 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:38.839 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:38.839 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52576 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:38.840 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:09:38.840 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52576 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:38.840 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52576 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:38.841 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52576 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:38.841 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:38.842 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:38.842 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-952] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:09:38.843 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-952] Closed producer 0
|
|
2026-05-05 18:09:38.843 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52576 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:38.843 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52576 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:09:39.464 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:39.464 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:39.464 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52578 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:39.465 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:09:39.465 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52578 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:39.465 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52578 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:39.465 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52578 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:39.465 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:39.467 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:39.467 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-953] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:09:39.467 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-953] Closed producer 0
|
|
2026-05-05 18:09:39.468 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52578 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:39.468 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52578 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:09:40.938 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:40.939 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:40.939 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52586 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:40.940 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:09:40.941 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52586 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:40.941 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52586 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:40.941 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52586 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:40.941 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:40.943 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:40.943 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-954] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:09:40.943 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-954] Closed producer 0
|
|
2026-05-05 18:09:40.943 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52586 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:40.943 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52586 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:09:43.404 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:43.404 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:43.404 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52602 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:43.405 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:09:43.405 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52602 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:43.405 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52602 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:43.406 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52602 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:43.406 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:43.407 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:43.407 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-955] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:09:43.408 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-955] Closed producer 0
|
|
2026-05-05 18:09:43.408 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52602 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:43.408 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52602 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:09:51.955 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:09:51.955 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:09:51.955 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:60142 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:09:51.956 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:09:51.956 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:51.956 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:60142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:51.957 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:60142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:09:51.957 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:09:51.959 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:09:51.959 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-956] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:09:51.959 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-956] Closed producer 0
|
|
2026-05-05 18:09:51.959 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:60142 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:09:51.959 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:60142 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:10:01.703 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:01.703 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:01.704 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:47246 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:01.705 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:10:01.706 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:01.706 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:47246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:01.706 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:47246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:01.706 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:01.708 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:01.716 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-957] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:10:01.716 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-957] Closed producer 0
|
|
2026-05-05 18:10:01.716 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:47246 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:01.716 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:47246 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:10:02.286 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:02.286 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:02.286 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47252 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:02.287 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:10:02.288 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:02.288 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:47252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:02.288 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:47252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:02.288 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:02.290 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:02.290 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-958] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:10:02.291 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-958] Closed producer 0
|
|
2026-05-05 18:10:02.291 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:47252 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:02.291 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:47252 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:10:02.671 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:02.671 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:02.672 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:47254 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:02.672 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:10:02.673 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:02.673 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:47254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:02.673 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:47254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:02.673 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:02.675 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:02.675 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-959] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:10:02.675 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-959] Closed producer 0
|
|
2026-05-05 18:10:02.675 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:47254 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:02.675 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:47254 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:10:03.055 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:03.055 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:03.055 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:47256 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:03.056 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:10:03.056 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:03.057 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:47256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:03.057 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:47256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:03.057 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:03.059 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:03.059 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-960] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:10:03.059 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-960] Closed producer 0
|
|
2026-05-05 18:10:03.059 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:47256 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:03.059 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:47256 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:10:03.304 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:03.304 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:03.305 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47264 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:03.306 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:10:03.306 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47264 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:03.306 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:47264 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:03.306 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:47264 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:03.306 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:03.308 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:03.308 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-961] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:10:03.308 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-961] Closed producer 0
|
|
2026-05-05 18:10:03.308 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:47264 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:03.308 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:47264 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #44 — 18:10:04
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:10:04.538 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:04.538 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:04.539 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48232 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:04.540 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:04.540 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:04.540 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:04.541 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:04.541 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:04.543 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:04.543 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-962] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:04.543 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-962] Closed producer 0
|
|
2026-05-05 18:10:04.543 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:48232 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:04.543 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:48232 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:10:04.839 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:04.839 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:04.840 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:48244 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:04.841 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:04.842 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:04.842 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:04.842 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:04.842 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:04.845 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:04.845 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-963] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:04.846 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-963] Closed producer 0
|
|
2026-05-05 18:10:04.846 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48244 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:04.846 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48244 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:10:05.174 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:05.175 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:05.176 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:48246 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:05.178 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:05.179 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:05.179 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:05.179 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:05.180 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:05.182 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:05.182 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-964] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:05.182 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-964] Closed producer 0
|
|
2026-05-05 18:10:05.182 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:48246 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:05.182 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:48246 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:10:05.521 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:05.522 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:05.522 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48248 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:05.523 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:10:05.523 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48248 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:05.523 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:48248 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:05.523 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:48248 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:05.523 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:05.525 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:05.525 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-965] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:10:05.526 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-965] Closed producer 0
|
|
2026-05-05 18:10:05.526 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:48248 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:05.526 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:48248 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:10:15.685 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:15.685 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:15.686 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39370 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:15.687 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:10:15.687 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39370 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:15.687 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39370 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:15.688 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39370 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:15.688 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:15.690 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:15.690 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-966] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:10:15.691 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-966] Closed producer 0
|
|
2026-05-05 18:10:15.691 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:39370 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:15.691 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:39370 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:10:23.939 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:23.939 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:23.939 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:54982 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:23.941 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:10:23.941 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:23.941 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:23.942 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:23.942 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:23.945 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:23.945 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-967] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:10:23.945 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-967] Closed producer 0
|
|
2026-05-05 18:10:23.945 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54982 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:23.945 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54982 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:10:24.275 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:24.275 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:24.276 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54990 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:24.280 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:10:24.281 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:24.281 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:24.283 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:24.283 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:10:24.286 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:24.286 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-968] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:10:24.287 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-968] Closed producer 0
|
|
2026-05-05 18:10:24.288 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54990 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:24.288 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54990 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:10:24.530 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:24.530 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:24.530 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:54994 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:24.531 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:10:24.532 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:24.532 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:54994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:24.532 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:54994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:24.532 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:24.535 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:24.535 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-969] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:10:24.535 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-969] Closed producer 0
|
|
2026-05-05 18:10:24.535 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54994 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:24.535 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54994 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:10:25.088 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:25.089 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:25.089 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:55008 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:25.092 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:10:25.093 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:25.093 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:55008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:25.094 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:55008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:25.094 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:25.097 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:25.097 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-970] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:10:25.097 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-970] Closed producer 0
|
|
2026-05-05 18:10:25.097 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55008 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:25.098 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55008 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:10:26.293 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:26.293 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:26.294 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55012 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:26.296 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:10:26.296 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:26.296 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:55012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:26.297 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:55012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:26.297 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:26.301 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:26.301 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-971] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:10:26.301 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-971] Closed producer 0
|
|
2026-05-05 18:10:26.301 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:55012 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:26.301 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:55012 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 6 points written
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #45 — 18:10:27
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:10:28.131 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:28.131 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:28.132 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55020 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:28.133 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:28.133 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:28.133 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:28.134 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55020 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:28.134 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:28.137 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:28.137 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-972] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:28.137 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-972] Closed producer 0
|
|
2026-05-05 18:10:28.137 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:55020 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:28.137 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:55020 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:10:28.793 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:28.793 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:28.793 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:55026 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:28.794 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:28.795 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55026 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:28.795 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55026 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:28.796 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55026 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:28.796 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:28.798 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:28.798 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-973] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:28.798 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-973] Closed producer 0
|
|
2026-05-05 18:10:28.798 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55026 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:28.798 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55026 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:10:29.691 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:29.691 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:29.692 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:55030 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:29.693 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:29.693 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:29.693 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:29.693 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:29.693 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:29.695 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:29.695 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-974] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:29.695 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-974] Closed producer 0
|
|
2026-05-05 18:10:29.695 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55030 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:29.695 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55030 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:10:31.284 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:31.284 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:31.285 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55034 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:31.286 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:10:31.286 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55034 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:31.286 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55034 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:31.287 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55034 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:31.287 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:31.290 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:31.290 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-975] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:10:31.290 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-975] Closed producer 0
|
|
2026-05-05 18:10:31.290 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:55034 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:31.290 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:55034 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:10:42.008 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:42.008 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:42.008 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:46924 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:42.009 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:10:42.009 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:42.009 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:42.010 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:42.010 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:42.011 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:42.012 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-976] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:10:42.012 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-976] Closed producer 0
|
|
2026-05-05 18:10:42.012 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46924 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:42.012 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46924 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:10:50.317 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:50.317 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:50.318 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:59250 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:50.321 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:10:50.321 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59250 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:50.322 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59250 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:50.322 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59250 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:50.322 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:50.325 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:50.325 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-977] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:10:50.326 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-977] Closed producer 0
|
|
2026-05-05 18:10:50.326 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:59250 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:50.326 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:59250 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:10:50.672 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:50.672 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:50.673 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59256 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:50.676 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:10:50.676 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:50.676 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:50.678 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:50.678 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:50.681 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:50.681 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-978] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:10:50.681 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-978] Closed producer 0
|
|
2026-05-05 18:10:50.681 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:59256 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:50.682 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:59256 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:10:51.447 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:51.447 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:51.448 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:59268 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:51.449 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:10:51.449 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:51.449 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:59268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:51.450 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:59268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:51.450 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:51.452 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:51.452 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-979] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:10:51.452 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-979] Closed producer 0
|
|
2026-05-05 18:10:51.452 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59268 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:51.453 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59268 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:10:54.106 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:54.106 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:54.107 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:37416 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:54.108 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:10:54.109 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37416 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:54.109 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:37416 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:54.109 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:37416 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:54.109 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:54.111 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:54.111 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-980] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:10:54.112 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-980] Closed producer 0
|
|
2026-05-05 18:10:54.112 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:37416 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:54.112 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:37416 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:10:54.572 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:54.572 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:54.573 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37418 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:54.574 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:10:54.574 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37418 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:54.574 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:37418 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:54.575 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:37418 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:54.575 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:54.578 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:54.578 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-981] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:10:54.578 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-981] Closed producer 0
|
|
2026-05-05 18:10:54.578 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:37418 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:54.578 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:37418 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #46 — 18:10:55
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:10:55.839 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:55.839 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:55.840 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:37428 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:55.841 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:55.842 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:55.842 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:55.842 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:55.842 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:55.844 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:55.844 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-982] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:55.844 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-982] Closed producer 0
|
|
2026-05-05 18:10:55.844 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37428 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:55.844 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37428 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:10:56.131 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:56.131 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:56.131 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:37444 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:56.132 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:56.133 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.133 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.133 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.133 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:10:56.135 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:56.135 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-983] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:56.136 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-983] Closed producer 0
|
|
2026-05-05 18:10:56.136 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:37444 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:56.136 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:37444 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:10:56.423 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:56.423 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:56.423 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37460 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:56.424 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:10:56.424 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.424 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.425 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.425 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:56.426 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:56.426 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-984] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:10:56.427 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-984] Closed producer 0
|
|
2026-05-05 18:10:56.427 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:37460 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:56.427 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:37460 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:10:56.773 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:10:56.773 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:10:56.773 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:37476 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:10:56.774 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:10:56.774 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.774 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.775 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:10:56.775 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:10:56.777 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:10:56.777 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-985] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:10:56.777 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-985] Closed producer 0
|
|
2026-05-05 18:10:56.777 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37476 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:10:56.777 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37476 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:11:07.872 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:07.872 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:07.873 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:55880 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:07.874 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:11:07.875 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:07.875 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:07.875 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:07.875 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:11:07.878 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:07.878 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-986] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:11:07.878 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-986] Closed producer 0
|
|
2026-05-05 18:11:07.878 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55880 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:07.888 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55880 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:11:16.514 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:16.514 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:16.515 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37366 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:16.518 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:11:16.520 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:16.520 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:16.521 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:16.521 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:11:16.524 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:16.525 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-987] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:11:16.525 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-987] Closed producer 0
|
|
2026-05-05 18:11:16.526 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:37366 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:16.526 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:37366 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:11:18.400 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:18.400 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:18.402 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:37378 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:18.405 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:11:18.406 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37378 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:18.406 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37378 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:18.407 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37378 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:18.407 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:11:18.411 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:18.411 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-988] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:11:18.412 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-988] Closed producer 0
|
|
2026-05-05 18:11:18.412 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37378 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:18.412 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37378 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:11:19.672 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:19.672 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:19.673 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:37386 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:19.674 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:11:19.675 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37386 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:19.675 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:37386 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:19.675 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:37386 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:19.675 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:11:19.677 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:19.678 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-989] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:11:19.678 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-989] Closed producer 0
|
|
2026-05-05 18:11:19.678 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:37386 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:19.678 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:37386 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written ✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:11:21.682 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:21.682 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:21.683 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37390 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:21.684 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:11:21.685 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37390 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:21.685 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:37390 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:21.685 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:37390 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:21.685 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:11:21.687 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:21.687 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-990] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:11:21.688 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-990] Closed producer 0
|
|
2026-05-05 18:11:21.688 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:37390 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:21.688 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:37390 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:11:22.512 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:22.512 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:22.512 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:37404 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:22.513 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:11:22.514 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37404 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:22.514 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:37404 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:22.514 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:37404 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:22.514 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:22.516 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:22.516 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-991] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:11:22.516 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-991] Closed producer 0
|
|
2026-05-05 18:11:22.516 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:37404 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:22.516 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:37404 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #47 — 18:11:23
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:11:23.943 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:23.943 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:23.944 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52396 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:23.944 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:11:23.945 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52396 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:23.945 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52396 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:23.945 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52396 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:23.945 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:23.947 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:23.947 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-992] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:11:23.948 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-992] Closed producer 0
|
|
2026-05-05 18:11:23.948 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52396 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:23.948 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52396 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:11:24.421 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:24.421 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:24.422 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:52410 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:24.423 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:11:24.423 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52410 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:24.423 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52410 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:24.424 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52410 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:24.424 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:24.425 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:24.425 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-993] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:11:24.426 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-993] Closed producer 0
|
|
2026-05-05 18:11:24.426 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52410 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:24.426 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52410 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:11:24.985 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:24.985 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:24.986 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52420 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:24.987 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:11:24.988 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52420 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:24.988 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52420 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:24.988 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52420 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:24.988 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:11:24.990 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:24.990 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-994] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:11:24.991 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-994] Closed producer 0
|
|
2026-05-05 18:11:24.991 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:52420 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:24.991 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:52420 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:11:25.608 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:25.608 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:25.608 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52432 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:25.609 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:11:25.609 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:25.609 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:25.610 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:25.610 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:25.611 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:25.611 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-995] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:11:25.612 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-995] Closed producer 0
|
|
2026-05-05 18:11:25.612 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:52432 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:25.612 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:52432 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:11:34.988 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:34.988 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:34.990 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:48238 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:34.993 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:11:34.994 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:34.994 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:48238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:34.995 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:48238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:34.996 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:11:34.999 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:34.999 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-996] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:11:35.000 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-996] Closed producer 0
|
|
2026-05-05 18:11:35.001 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:48238 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:35.001 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:48238 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:11:43.175 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:43.175 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:43.175 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48242 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:43.176 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:11:43.176 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48242 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:43.176 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:48242 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:43.177 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:48242 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:43.177 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:43.178 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:43.178 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-997] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:11:43.179 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-997] Closed producer 0
|
|
2026-05-05 18:11:43.179 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:48242 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:43.179 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:48242 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:11:43.733 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:43.733 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:43.734 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:48246 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:43.735 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:11:43.735 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:43.735 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:48246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:43.736 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:48246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:43.736 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:43.738 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:43.738 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-998] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:11:43.738 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-998] Closed producer 0
|
|
2026-05-05 18:11:43.738 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48246 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:43.738 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48246 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:11:44.109 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:44.109 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:44.110 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:44.111 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:11:44.111 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:44.111 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:44.111 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:44.111 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:44.113 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:44.113 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-999] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:11:44.113 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-999] Closed producer 0
|
|
2026-05-05 18:11:44.113 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:44.114 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:11:47.155 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:47.155 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:47.155 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41078 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:47.156 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:11:47.156 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:47.156 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:41078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:47.157 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:41078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:47.157 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:47.158 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:47.158 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1000] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:11:47.158 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1000] Closed producer 0
|
|
2026-05-05 18:11:47.159 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41078 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:47.159 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41078 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:11:48.320 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:48.320 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:48.322 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41094 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:48.324 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:11:48.325 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:48.326 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:41094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:48.327 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:41094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:48.327 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:11:48.544 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:48.544 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1001] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:11:48.545 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1001] Closed producer 0
|
|
2026-05-05 18:11:48.545 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41094 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:48.545 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41094 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #48 — 18:11:49
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:11:50.603 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:50.603 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:50.604 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41100 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:50.605 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:11:50.606 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:50.606 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:50.606 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:50.606 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:11:50.608 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:50.608 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1002] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:11:50.609 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1002] Closed producer 0
|
|
2026-05-05 18:11:50.609 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41100 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:50.609 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41100 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:11:51.184 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:51.184 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:51.184 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41102 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:51.185 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:11:51.185 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41102 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:51.185 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41102 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:51.186 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41102 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:51.186 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:51.187 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:51.187 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1003] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:11:51.188 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1003] Closed producer 0
|
|
2026-05-05 18:11:51.188 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41102 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:51.188 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41102 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:11:51.976 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:51.976 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:51.976 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41114 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:51.977 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:11:51.977 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41114 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:51.977 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41114 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:51.978 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41114 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:51.978 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:51.979 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:51.979 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1004] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:11:51.980 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1004] Closed producer 0
|
|
2026-05-05 18:11:51.980 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41114 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:51.980 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41114 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:11:53.004 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:11:53.004 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:11:53.004 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41130 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:11:53.005 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:11:53.006 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:53.006 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:53.006 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:11:53.006 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:11:53.008 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:11:53.008 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1005] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:11:53.009 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1005] Closed producer 0
|
|
2026-05-05 18:11:53.009 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41130 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:11:53.009 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41130 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:12:01.267 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:01.267 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:01.268 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33458 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:01.269 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:12:01.270 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:01.270 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:33458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:01.270 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:33458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:01.270 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:12:01.272 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:01.272 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1006] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:12:01.273 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1006] Closed producer 0
|
|
2026-05-05 18:12:01.273 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:33458 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:01.273 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:33458 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:12:09.925 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:09.925 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:09.926 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55432 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:09.927 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:12:09.927 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:09.927 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:55432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:09.928 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:55432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:09.928 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:09.930 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:09.930 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1007] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:12:09.930 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1007] Closed producer 0
|
|
2026-05-05 18:12:09.930 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55432 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:09.930 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55432 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:12:11.422 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:11.423 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:11.423 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:55446 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:11.424 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:12:11.424 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55446 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:11.424 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:55446 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:11.424 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:55446 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:11.425 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:11.430 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:11.430 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1008] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:12:11.430 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1008] Closed producer 0
|
|
2026-05-05 18:12:11.431 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55446 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:11.431 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55446 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:12:12.417 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:12.417 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:12.418 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55458 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:12.418 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:12:12.419 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:12.419 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:55458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:12.419 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:55458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:12.419 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:12.435 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:12.435 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1009] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:12:12.436 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1009] Closed producer 0
|
|
2026-05-05 18:12:12.436 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:55458 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:12.436 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:55458 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:12:14.348 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:14.348 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:14.348 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36080 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:14.349 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:12:14.350 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36080 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:14.350 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:36080 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:14.350 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:36080 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:14.350 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:14.352 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:14.352 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1010] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:12:14.352 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1010] Closed producer 0
|
|
2026-05-05 18:12:14.352 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36080 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:14.352 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36080 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:12:15.064 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:15.064 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:15.064 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36084 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:15.065 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:12:15.066 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:15.066 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:36084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:15.066 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:36084 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:15.066 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:15.068 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:15.068 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1011] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:12:15.068 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1011] Closed producer 0
|
|
2026-05-05 18:12:15.069 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36084 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:15.069 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36084 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #49 — 18:12:16
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:12:16.309 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:16.309 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:16.309 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36094 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:16.310 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:12:16.310 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.310 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.311 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.311 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:16.313 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:16.313 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1012] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:12:16.313 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1012] Closed producer 0
|
|
2026-05-05 18:12:16.313 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36094 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:16.313 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36094 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:12:16.650 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:16.650 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:16.651 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36098 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:16.651 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:12:16.652 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36098 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.652 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36098 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.652 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36098 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.652 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:16.654 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:16.654 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1013] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:12:16.654 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1013] Closed producer 0
|
|
2026-05-05 18:12:16.654 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36098 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:16.654 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36098 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:12:16.959 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:16.959 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:16.959 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36112 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:16.960 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:12:16.960 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36112 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.960 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36112 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.961 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36112 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:16.961 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:16.963 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:16.963 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1014] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:12:16.963 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1014] Closed producer 0
|
|
2026-05-05 18:12:16.963 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36112 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:16.963 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36112 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:12:17.268 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:17.268 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:17.269 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36114 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:17.270 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:12:17.270 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36114 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:17.270 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36114 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:17.271 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36114 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:17.271 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:17.273 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:17.273 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1015] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:12:17.273 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1015] Closed producer 0
|
|
2026-05-05 18:12:17.273 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36114 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:17.273 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36114 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:12:25.757 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:25.757 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:25.758 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45900 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:25.759 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:12:25.760 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:25.760 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:25.760 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:25.760 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:12:25.762 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:25.762 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1016] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:12:25.763 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1016] Closed producer 0
|
|
2026-05-05 18:12:25.763 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:45900 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:25.763 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:45900 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:12:34.184 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:34.184 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:34.184 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:53160 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:34.186 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:12:34.187 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.187 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:53160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.187 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:53160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.187 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:12:34.190 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:34.190 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1017] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:12:34.190 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1017] Closed producer 0
|
|
2026-05-05 18:12:34.190 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:53160 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:34.191 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:53160 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:12:34.667 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:34.667 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:34.667 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:53176 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:34.668 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:12:34.668 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53176 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.668 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:53176 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.669 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:53176 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.669 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:34.670 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:34.670 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1018] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:12:34.671 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1018] Closed producer 0
|
|
2026-05-05 18:12:34.671 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:53176 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:34.671 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:53176 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:12:34.939 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:34.939 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:34.940 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:53186 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:34.941 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:12:34.941 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53186 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.941 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:53186 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.942 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:53186 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:34.942 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:35.004 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:35.199 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1019] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:12:35.200 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1019] Closed producer 0
|
|
2026-05-05 18:12:35.200 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53186 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:35.201 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53186 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:12:36.191 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:36.191 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:36.192 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:53188 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:36.195 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:12:36.196 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53188 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:36.196 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:53188 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:36.197 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:53188 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:36.197 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:12:36.201 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:36.201 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1020] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:12:36.202 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1020] Closed producer 0
|
|
2026-05-05 18:12:36.202 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:53188 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:36.203 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:53188 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:12:37.232 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:37.232 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:37.232 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:53202 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:37.234 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:12:37.234 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53202 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:37.234 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:53202 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:37.234 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:53202 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:37.234 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:37.237 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:37.237 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1021] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:12:37.237 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1021] Closed producer 0
|
|
2026-05-05 18:12:37.237 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:53202 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:37.237 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:53202 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #50 — 18:12:38
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:12:39.744 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:39.744 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:39.745 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:53210 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:39.747 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:12:39.748 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53210 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:39.748 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:53210 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:39.749 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:53210 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:39.749 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:12:39.753 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:39.753 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1022] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:12:39.754 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1022] Closed producer 0
|
|
2026-05-05 18:12:39.754 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53210 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:39.755 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53210 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
📈 InfluxDB: 4 points written
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:12:40.218 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:40.218 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:40.219 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:53224 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:40.220 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:12:40.220 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53224 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:40.220 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:53224 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:40.221 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:53224 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:40.221 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:40.223 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:40.223 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1023] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:12:40.223 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1023] Closed producer 0
|
|
2026-05-05 18:12:40.223 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:53224 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:40.224 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:53224 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:12:40.857 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:40.857 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:40.858 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:53232 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:40.859 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:12:40.860 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:40.860 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:53232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:40.860 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:53232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:40.861 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:40.863 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:40.863 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1024] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:12:40.863 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1024] Closed producer 0
|
|
2026-05-05 18:12:40.863 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:53232 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:40.863 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:53232 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:12:41.762 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:41.762 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:41.762 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:53236 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:41.763 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:12:41.764 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:41.764 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:53236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:41.764 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:53236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:41.764 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:41.766 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:41.766 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1025] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:12:41.767 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1025] Closed producer 0
|
|
2026-05-05 18:12:41.767 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53236 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:41.767 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53236 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:12:50.726 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:12:50.727 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:12:50.727 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36218 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:12:50.728 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:12:50.728 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:50.728 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:50.728 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:12:50.728 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:12:50.730 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:12:50.730 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1026] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:12:50.731 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1026] Closed producer 0
|
|
2026-05-05 18:12:50.731 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36218 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:12:50.731 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36218 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:13:00.399 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:00.399 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:00.400 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:47950 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:00.402 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:13:00.402 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:00.402 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:47950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:00.403 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:47950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:00.403 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:00.406 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:00.407 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1027] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:13:00.407 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1027] Closed producer 0
|
|
2026-05-05 18:13:00.407 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:47950 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:00.407 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:47950 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:13:00.995 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:00.995 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:00.995 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:47966 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:00.996 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:13:00.997 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:00.997 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:47966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:00.997 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:47966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:00.997 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:00.999 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:00.999 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1028] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:13:01.000 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1028] Closed producer 0
|
|
2026-05-05 18:13:01.000 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:47966 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:01.000 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:47966 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:13:01.649 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:01.649 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:01.650 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:47970 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:01.651 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:13:01.651 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:01.651 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:47970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:01.651 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:47970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:01.651 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:01.653 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:01.653 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1029] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:13:01.653 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1029] Closed producer 0
|
|
2026-05-05 18:13:01.653 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:47970 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:01.653 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:47970 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:13:02.630 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:02.630 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:02.631 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:47980 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:02.632 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:13:02.633 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47980 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:02.633 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:47980 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:02.633 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:47980 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:02.633 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:02.636 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:02.636 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1030] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:13:02.636 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1030] Closed producer 0
|
|
2026-05-05 18:13:02.636 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:47980 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:02.636 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:47980 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:13:03.784 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:03.784 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:03.785 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:47992 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:03.786 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:13:03.786 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:03.786 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:47992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:03.786 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:47992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:03.786 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:03.945 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:03.945 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1031] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:13:03.945 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1031] Closed producer 0
|
|
2026-05-05 18:13:03.946 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:47992 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:03.946 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:47992 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #51 — 18:13:05
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:13:05.662 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:05.662 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:05.664 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54860 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:05.667 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:05.668 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:05.668 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:05.670 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:05.670 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:13:05.673 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:05.673 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1032] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:05.673 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1032] Closed producer 0
|
|
2026-05-05 18:13:05.673 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54860 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:05.673 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54860 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:13:06.377 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:06.377 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:06.378 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:54862 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:06.379 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:06.379 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:06.379 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:06.379 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:06.379 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:06.381 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:06.381 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1033] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:06.381 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1033] Closed producer 0
|
|
2026-05-05 18:13:06.381 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54862 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:06.381 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54862 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:13:07.021 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:07.021 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:07.021 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:54870 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:07.069 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:07.069 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:07.069 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:07.070 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:07.070 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:07.072 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:07.072 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1034] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:07.072 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1034] Closed producer 0
|
|
2026-05-05 18:13:07.072 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:54870 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:07.072 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:54870 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:13:07.664 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:07.664 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:07.664 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54884 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:07.665 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:13:07.665 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:07.665 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:07.666 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:07.666 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:07.667 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:07.667 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1035] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:13:07.668 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1035] Closed producer 0
|
|
2026-05-05 18:13:07.668 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54884 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:07.668 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54884 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:13:15.836 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:15.836 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:15.836 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:32900 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:15.837 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:13:15.837 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:32900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:15.837 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:32900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:15.838 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:32900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:15.838 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:15.840 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:15.840 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1036] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:13:15.840 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1036] Closed producer 0
|
|
2026-05-05 18:13:15.840 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:32900 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:15.840 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:32900 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:13:24.114 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:24.114 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:24.115 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58534 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:24.117 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:13:24.117 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:24.117 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:24.118 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:24.118 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:24.120 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:24.120 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1037] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:13:24.120 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1037] Closed producer 0
|
|
2026-05-05 18:13:24.121 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:58534 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:24.121 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:58534 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:13:24.470 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:24.470 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:24.470 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58544 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:24.471 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:13:24.472 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:24.472 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:24.472 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:24.472 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:24.474 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:24.474 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1038] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:13:24.475 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1038] Closed producer 0
|
|
2026-05-05 18:13:24.475 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58544 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:24.475 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58544 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:13:25.584 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:25.584 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:25.584 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:58548 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:25.585 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:13:25.585 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:25.585 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:58548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:25.586 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:58548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:25.586 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:25.588 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:25.588 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1039] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:13:25.588 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1039] Closed producer 0
|
|
2026-05-05 18:13:25.588 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58548 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:25.588 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58548 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:13:25.945 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:25.945 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:25.945 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58554 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:25.947 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:13:25.947 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58554 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:25.947 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:58554 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:25.948 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:58554 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:25.948 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:25.950 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:25.950 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1040] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:13:25.950 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1040] Closed producer 0
|
|
2026-05-05 18:13:25.950 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:58554 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:25.950 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:58554 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:13:26.246 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:26.246 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:26.247 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58562 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:26.249 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:13:26.249 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:26.249 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:58562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:26.250 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:58562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:26.250 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:26.252 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:26.253 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1041] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:13:26.253 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1041] Closed producer 0
|
|
2026-05-05 18:13:26.253 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58562 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:26.253 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58562 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #52 — 18:13:27
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:13:28.668 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:28.668 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:28.669 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:58574 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:28.672 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:28.674 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58574 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:28.674 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58574 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:28.675 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58574 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:28.675 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:13:28.678 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:28.678 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1042] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:28.679 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1042] Closed producer 0
|
|
2026-05-05 18:13:28.680 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58574 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:28.680 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58574 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:13:30.852 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:30.852 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:30.854 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58582 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:30.855 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:30.856 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58582 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:30.856 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58582 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:30.857 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58582 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:30.857 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:30.860 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:30.860 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1043] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:30.860 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1043] Closed producer 0
|
|
2026-05-05 18:13:30.860 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:58582 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:30.860 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:58582 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:13:32.486 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:32.487 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:32.487 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58594 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:32.488 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:32.488 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58594 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:32.488 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58594 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:32.488 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58594 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:32.488 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:32.490 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:32.490 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1044] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:32.491 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1044] Closed producer 0
|
|
2026-05-05 18:13:32.491 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58594 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:32.491 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58594 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:13:33.403 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:33.403 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:33.404 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:58600 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:33.404 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:13:33.405 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58600 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:33.405 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:58600 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:33.405 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:58600 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:33.405 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:33.407 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:33.407 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1045] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:13:33.407 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1045] Closed producer 0
|
|
2026-05-05 18:13:33.407 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58600 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:33.407 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58600 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:13:42.678 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:42.678 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:42.679 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:56360 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:42.680 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:13:42.680 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56360 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:42.681 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:56360 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:42.681 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:56360 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:42.681 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:42.683 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:42.683 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1046] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:13:42.684 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1046] Closed producer 0
|
|
2026-05-05 18:13:42.684 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:56360 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:42.684 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:56360 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:13:50.962 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:50.962 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:50.962 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40014 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:50.964 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:13:50.964 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40014 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:50.964 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40014 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:50.965 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40014 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:50.965 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:50.967 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:50.967 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1047] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:13:50.967 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1047] Closed producer 0
|
|
2026-05-05 18:13:50.967 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40014 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:50.968 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40014 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:13:51.448 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:51.448 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:51.449 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:40030 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:51.450 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:13:51.450 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:51.450 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:51.451 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:51.451 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:51.453 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:51.453 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1048] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:13:51.453 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1048] Closed producer 0
|
|
2026-05-05 18:13:51.453 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40030 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:51.453 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40030 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:13:51.687 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:51.687 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:51.687 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40032 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:51.689 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:13:51.689 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:51.689 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:40032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:51.690 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:40032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:51.690 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:51.692 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:51.692 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1049] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:13:51.692 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1049] Closed producer 0
|
|
2026-05-05 18:13:51.692 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:40032 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:51.692 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:40032 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:13:52.020 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:52.020 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:52.021 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40036 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:52.022 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:13:52.023 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:52.023 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:40036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:52.023 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:40036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:52.023 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:52.026 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:52.026 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1050] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:13:52.026 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1050] Closed producer 0
|
|
2026-05-05 18:13:52.026 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:40036 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:52.026 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:40036 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:13:52.270 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:52.270 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:52.271 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40044 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:52.272 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:13:52.273 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:52.273 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:40044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:52.273 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:40044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:52.273 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:52.275 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:52.275 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1051] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:13:52.276 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1051] Closed producer 0
|
|
2026-05-05 18:13:52.276 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40044 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:52.276 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40044 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #53 — 18:13:53
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:13:53.573 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:53.573 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:53.574 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:40056 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:53.576 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:53.577 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40056 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:53.577 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40056 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:53.578 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40056 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:53.578 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:13:53.580 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:53.580 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1052] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:53.580 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1052] Closed producer 0
|
|
2026-05-05 18:13:53.581 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40056 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:53.581 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40056 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:13:54.196 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:54.196 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:54.196 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37470 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:54.198 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:54.198 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:54.198 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:54.199 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:54.199 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:54.201 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:54.201 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1053] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:54.201 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1053] Closed producer 0
|
|
2026-05-05 18:13:54.201 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:37470 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:54.201 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:37470 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:13:55.610 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:55.610 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:55.611 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:37472 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:55.615 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:13:55.616 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:55.616 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:55.618 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37472 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:55.618 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:13:55.622 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:55.622 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1054] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:13:55.623 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1054] Closed producer 0
|
|
2026-05-05 18:13:55.623 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:37472 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:55.623 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:37472 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:13:57.770 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:13:57.770 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:13:57.770 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37482 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:13:57.771 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:13:57.771 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:57.771 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:57.771 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37482 -> 127.0.0.1:6650]
|
|
2026-05-05 18:13:57.771 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:13:57.773 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:13:57.773 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1055] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:13:57.773 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1055] Closed producer 0
|
|
2026-05-05 18:13:57.774 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:37482 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:13:57.774 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:37482 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:14:06.054 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:06.054 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:06.055 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34168 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:06.056 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:14:06.056 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34168 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:06.056 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:34168 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:06.057 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:34168 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:06.057 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:14:06.059 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:06.059 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1056] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:14:06.060 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1056] Closed producer 0
|
|
2026-05-05 18:14:06.060 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34168 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:06.060 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34168 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:14:16.813 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:16.813 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:16.813 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48806 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:16.814 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:14:16.814 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:16.814 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:48806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:16.815 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:48806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:16.815 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:16.817 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:16.817 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1057] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:14:16.817 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1057] Closed producer 0
|
|
2026-05-05 18:14:16.817 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:48806 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:16.817 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:48806 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:14:17.708 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:17.708 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:17.708 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:48808 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:17.709 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:14:17.709 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:17.709 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:48808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:17.709 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:48808 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:17.709 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:17.711 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:17.711 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1058] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:14:17.711 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1058] Closed producer 0
|
|
2026-05-05 18:14:17.711 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48808 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:17.712 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48808 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:14:18.321 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:18.321 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:18.321 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:48814 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:18.322 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:14:18.323 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48814 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:18.323 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:48814 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:18.323 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:48814 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:18.323 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:18.325 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:18.325 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1059] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:14:18.325 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1059] Closed producer 0
|
|
2026-05-05 18:14:18.325 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:48814 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:18.325 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:48814 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written ✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:14:19.095 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:19.095 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:19.095 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48820 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:19.096 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:14:19.096 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48820 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:19.096 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:48820 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:19.097 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:48820 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:19.097 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:19.098 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:19.098 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1060] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:14:19.099 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1060] Closed producer 0
|
|
2026-05-05 18:14:19.099 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:48820 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:19.099 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:48820 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:14:19.440 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:19.440 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:19.441 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:48832 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:19.441 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:14:19.442 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:19.442 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:48832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:19.442 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:48832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:19.442 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:19.444 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:19.444 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1061] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:14:19.444 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1061] Closed producer 0
|
|
2026-05-05 18:14:19.444 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48832 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:19.444 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48832 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #54 — 18:14:20
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:14:20.866 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:20.866 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:20.866 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:48834 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:20.867 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:14:20.867 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48834 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:20.867 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48834 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:20.868 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48834 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:20.868 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:20.869 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:20.869 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1062] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:14:20.870 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1062] Closed producer 0
|
|
2026-05-05 18:14:20.870 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:48834 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:20.870 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:48834 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:14:21.254 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:21.254 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:21.255 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48842 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:21.255 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:14:21.256 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48842 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:21.256 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48842 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:21.256 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48842 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:21.256 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:21.258 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:21.258 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1063] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:14:21.258 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1063] Closed producer 0
|
|
2026-05-05 18:14:21.258 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:48842 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:21.258 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:48842 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:14:22.015 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:22.015 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:22.016 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:48844 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:22.016 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:14:22.017 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48844 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:22.017 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:48844 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:22.017 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:48844 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:22.017 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:22.019 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:22.019 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1064] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:14:22.019 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1064] Closed producer 0
|
|
2026-05-05 18:14:22.019 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48844 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:22.019 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48844 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:14:24.371 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:24.371 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:24.371 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:52990 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:24.372 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:14:24.372 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:24.373 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:24.373 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:24.373 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:24.375 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:24.375 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1065] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:14:24.375 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1065] Closed producer 0
|
|
2026-05-05 18:14:24.375 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52990 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:24.375 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52990 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:14:32.925 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:32.925 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:32.925 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52992 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:32.926 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:14:32.926 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:32.926 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:32.927 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:32.927 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:32.928 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:32.928 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1066] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:14:32.929 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1066] Closed producer 0
|
|
2026-05-05 18:14:32.929 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52992 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:32.929 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52992 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:14:41.340 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:41.340 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:41.341 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:37164 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:41.342 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:14:41.343 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37164 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:41.343 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37164 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:41.343 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37164 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:41.343 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:14:41.345 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:41.345 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1067] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:14:41.345 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1067] Closed producer 0
|
|
2026-05-05 18:14:41.346 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:37164 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:41.346 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:37164 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:14:41.731 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:41.731 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:41.732 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37168 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:41.733 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:14:41.733 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37168 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:41.733 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37168 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:41.734 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37168 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:41.734 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:41.736 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:41.736 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1068] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:14:41.736 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1068] Closed producer 0
|
|
2026-05-05 18:14:41.736 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:37168 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:41.736 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:37168 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:14:42.109 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:42.109 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:42.109 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:37172 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:42.110 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:14:42.110 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37172 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:42.110 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:37172 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:42.111 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:37172 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:42.111 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:42.112 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:42.112 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1069] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:14:42.113 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1069] Closed producer 0
|
|
2026-05-05 18:14:42.113 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37172 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:42.113 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37172 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:14:43.626 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:43.626 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:43.627 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:37182 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:43.630 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:14:43.631 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37182 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:43.631 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:37182 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:43.633 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:37182 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:43.633 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:14:43.636 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:43.636 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1070] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:14:43.637 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1070] Closed producer 0
|
|
2026-05-05 18:14:43.638 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:37182 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:43.638 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:37182 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:14:44.454 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:44.454 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:44.455 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38004 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:44.455 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:14:44.456 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:44.456 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:38004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:44.456 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:38004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:44.456 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:44.458 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:44.458 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1071] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:14:44.458 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1071] Closed producer 0
|
|
2026-05-05 18:14:44.458 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:38004 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:44.458 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:38004 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #55 — 18:14:45
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:14:46.751 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:46.751 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:46.751 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38012 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:46.752 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:14:46.839 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:46.839 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:46.839 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:46.839 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:46.841 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:46.841 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1072] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:14:46.841 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1072] Closed producer 0
|
|
2026-05-05 18:14:46.841 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38012 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:46.841 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38012 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:14:48.583 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:48.583 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:48.584 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:38024 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:48.587 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:14:48.588 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:48.588 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:48.590 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:48.590 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:14:48.593 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:48.594 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1073] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:14:48.594 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1073] Closed producer 0
|
|
2026-05-05 18:14:48.595 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38024 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:48.595 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38024 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:14:49.317 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:49.317 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:49.318 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38028 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:49.319 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:14:49.319 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:49.319 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:49.319 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:49.319 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:49.321 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:49.321 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1074] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:14:49.321 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1074] Closed producer 0
|
|
2026-05-05 18:14:49.321 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:38028 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:49.322 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:38028 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:14:50.315 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:50.315 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:50.315 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38036 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:50.316 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:14:50.317 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:50.317 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:50.317 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:50.317 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:14:50.319 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:50.319 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1075] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:14:50.319 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1075] Closed producer 0
|
|
2026-05-05 18:14:50.320 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38036 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:50.320 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38036 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:14:58.539 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:14:58.539 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:14:58.540 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:37652 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:14:58.541 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:14:58.542 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:58.542 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:58.542 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:14:58.542 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:14:58.544 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:14:58.544 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1076] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:14:58.545 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1076] Closed producer 0
|
|
2026-05-05 18:14:58.545 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:37652 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:14:58.545 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:37652 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:15:06.966 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:06.966 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:06.966 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41204 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:06.968 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:15:06.968 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41204 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:06.968 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41204 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:06.969 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41204 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:06.969 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:15:06.972 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:06.972 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1077] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:15:06.972 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1077] Closed producer 0
|
|
2026-05-05 18:15:06.972 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41204 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:06.972 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41204 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:15:07.561 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:07.561 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:07.561 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41216 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:07.563 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:15:07.563 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41216 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:07.563 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41216 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:07.564 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41216 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:07.564 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:07.566 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:07.566 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1078] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:15:07.566 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1078] Closed producer 0
|
|
2026-05-05 18:15:07.567 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41216 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:07.567 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41216 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:15:08.015 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:08.015 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:08.015 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41226 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:08.016 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:15:08.016 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41226 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:08.016 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41226 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:08.017 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41226 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:08.017 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:08.019 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:08.019 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1079] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:15:08.019 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1079] Closed producer 0
|
|
2026-05-05 18:15:08.019 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41226 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:08.019 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41226 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:15:08.657 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:08.657 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:08.657 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41228 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:08.659 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:15:08.659 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41228 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:08.659 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:41228 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:08.659 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:41228 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:08.659 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:08.661 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:08.661 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1080] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:15:08.662 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1080] Closed producer 0
|
|
2026-05-05 18:15:08.662 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41228 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:08.662 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41228 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:15:09.105 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:09.105 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:09.105 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41230 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:09.106 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:15:09.106 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41230 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:09.106 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:41230 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:09.107 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:41230 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:09.107 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:09.109 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:09.109 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1081] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:15:09.109 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1081] Closed producer 0
|
|
2026-05-05 18:15:09.109 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41230 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:09.109 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41230 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #56 — 18:15:10
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:15:12.088 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:12.088 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:12.088 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41244 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:12.089 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:15:12.089 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:12.089 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:12.090 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:12.090 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:12.092 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:12.092 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1082] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:15:12.092 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1082] Closed producer 0
|
|
2026-05-05 18:15:12.092 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41244 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:12.092 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41244 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:15:13.388 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:13.388 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:13.388 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41246 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:13.389 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:15:13.390 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:13.390 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:13.390 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:13.390 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:13.392 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:13.392 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1083] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:15:13.392 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1083] Closed producer 0
|
|
2026-05-05 18:15:13.392 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41246 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:13.393 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41246 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:15:14.115 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:14.115 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:14.115 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:59962 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:14.116 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:15:14.178 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59962 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:14.178 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59962 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:14.179 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59962 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:14.179 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:14.181 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:14.181 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1084] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:15:14.181 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1084] Closed producer 0
|
|
2026-05-05 18:15:14.181 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59962 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:14.181 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59962 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:15:14.817 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:14.817 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:14.819 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:59976 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:14.822 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:15:14.823 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:14.823 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:59976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:14.824 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:59976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:14.825 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:15:14.829 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:14.829 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1085] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:15:14.830 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1085] Closed producer 0
|
|
2026-05-05 18:15:14.830 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59976 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:14.831 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59976 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:15:23.126 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:23.126 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:23.127 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:59978 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:23.130 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:15:23.132 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:23.132 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:59978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:23.133 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:59978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:23.133 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:15:23.137 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:23.137 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1086] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:15:23.138 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1086] Closed producer 0
|
|
2026-05-05 18:15:23.138 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:59978 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:23.138 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:59978 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:15:31.525 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:31.525 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:31.525 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:48618 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:31.526 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:15:31.527 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:31.527 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:48618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:31.527 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:48618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:31.528 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:15:31.530 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:31.530 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1087] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:15:31.530 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1087] Closed producer 0
|
|
2026-05-05 18:15:31.530 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48618 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:31.530 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48618 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:15:31.898 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:31.898 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:31.899 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:48630 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:31.900 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:15:31.900 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:31.901 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:48630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:31.901 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:48630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:31.901 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:31.903 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:31.903 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1088] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:15:31.903 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1088] Closed producer 0
|
|
2026-05-05 18:15:31.904 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:48630 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:31.904 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:48630 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:15:32.267 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:32.267 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:32.268 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48646 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:32.269 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:15:32.269 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48646 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:32.269 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:48646 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:32.270 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:48646 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:32.270 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:32.271 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:32.271 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1089] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:15:32.272 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1089] Closed producer 0
|
|
2026-05-05 18:15:32.272 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:48646 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:32.272 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:48646 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:15:32.760 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:32.760 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:32.762 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:48656 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:32.764 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:15:32.766 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:32.766 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:48656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:32.767 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:48656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:32.767 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:15:32.769 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:32.769 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1090] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:15:32.769 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1090] Closed producer 0
|
|
2026-05-05 18:15:32.769 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:48656 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:32.769 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:48656 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:15:33.050 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:33.050 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:33.051 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:48670 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:33.051 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:15:33.052 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:33.052 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:48670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:33.052 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:48670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:33.052 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:33.054 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:33.054 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1091] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:15:33.054 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1091] Closed producer 0
|
|
2026-05-05 18:15:33.054 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:48670 -> 127.0.0.1:6650] Connection disconnected (refCnt: 7)
|
|
2026-05-05 18:15:33.054 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:48670 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #57 — 18:15:34
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:15:35.124 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:35.124 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:35.124 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35630 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:35.126 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:15:35.126 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:35.126 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:35.127 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:35.127 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:15:35.129 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:35.129 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1092] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:15:35.130 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1092] Closed producer 0
|
|
2026-05-05 18:15:35.130 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:35630 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:35.130 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:35630 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:15:37.308 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:37.308 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:37.309 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35640 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:37.312 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:15:37.313 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:37.314 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:37.315 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:37.315 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:15:37.593 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:37.603 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1093] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:15:37.603 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1093] Closed producer 0
|
|
2026-05-05 18:15:37.604 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35640 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:37.604 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35640 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:15:38.580 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:38.580 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:38.581 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:35656 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:38.582 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:15:38.582 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:38.582 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:38.583 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35656 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:38.583 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:38.584 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:38.584 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1094] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:15:38.584 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1094] Closed producer 0
|
|
2026-05-05 18:15:38.585 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35656 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:38.585 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35656 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:15:39.716 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:39.716 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:39.717 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35672 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:39.721 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:15:39.722 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:39.722 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:39.723 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:39.723 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:15:39.727 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:39.727 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1095] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:15:39.728 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1095] Closed producer 0
|
|
2026-05-05 18:15:39.728 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:35672 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:39.728 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:35672 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:15:48.252 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:48.252 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:48.253 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58322 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:48.259 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:15:48.261 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:48.261 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:58322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:48.263 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:58322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:48.263 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 18:15:48.268 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:48.268 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1096] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:15:48.269 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1096] Closed producer 0
|
|
2026-05-05 18:15:48.269 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58322 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:48.270 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58322 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:15:56.682 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:56.682 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:56.683 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36756 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:56.684 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:15:56.684 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36756 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:56.684 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36756 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:56.685 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36756 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:56.685 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:56.687 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:56.687 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1097] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:15:56.687 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1097] Closed producer 0
|
|
2026-05-05 18:15:56.687 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36756 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:56.687 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36756 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:15:57.135 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:57.135 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:57.135 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36760 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:57.137 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:15:57.137 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:57.138 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:57.138 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:57.138 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:15:57.140 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:57.141 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1098] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:15:57.141 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1098] Closed producer 0
|
|
2026-05-05 18:15:57.141 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36760 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:57.141 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36760 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:15:57.483 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:57.483 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:57.484 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36774 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:57.485 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:15:57.485 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:57.485 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:36774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:57.486 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:36774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:57.486 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:57.488 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:57.489 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1099] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:15:57.489 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1099] Closed producer 0
|
|
2026-05-05 18:15:57.489 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36774 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:57.489 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36774 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:15:58.003 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:58.003 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:58.005 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36788 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:58.008 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:15:58.009 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:58.009 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:36788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:58.011 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:36788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:58.011 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:15:58.016 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:58.028 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1100] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:15:58.029 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1100] Closed producer 0
|
|
2026-05-05 18:15:58.029 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36788 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:15:58.029 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36788 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:15:58.458 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:15:58.458 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:15:58.459 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36798 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:15:58.460 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:15:58.460 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:58.461 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:36798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:58.461 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:36798 -> 127.0.0.1:6650]
|
|
2026-05-05 18:15:58.461 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:15:58.464 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:15:58.464 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1101] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:15:58.464 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1101] Closed producer 0
|
|
2026-05-05 18:15:58.464 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36798 -> 127.0.0.1:6650] Connection disconnected (refCnt: 7)
|
|
2026-05-05 18:15:58.464 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36798 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #58 — 18:15:59
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:16:00.015 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:00.015 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:00.016 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36806 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:00.019 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:00.021 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:00.046 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:00.047 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:00.047 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 27 ms
|
|
2026-05-05 18:16:00.052 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:00.052 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1102] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:00.053 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1102] Closed producer 0
|
|
2026-05-05 18:16:00.053 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36806 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:00.054 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36806 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:16:00.608 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:00.608 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:00.608 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36814 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:00.610 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:00.610 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36814 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:00.610 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36814 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:00.610 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36814 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:00.611 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:00.613 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:00.613 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1103] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:00.613 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1103] Closed producer 0
|
|
2026-05-05 18:16:00.613 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36814 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:00.613 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36814 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:16:02.098 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:02.099 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:02.099 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36824 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:02.100 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:02.100 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:02.100 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:02.101 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:02.101 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:02.103 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:02.103 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1104] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:02.103 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1104] Closed producer 0
|
|
2026-05-05 18:16:02.103 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36824 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:02.103 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36824 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:16:04.325 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:04.325 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:04.325 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36344 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:04.326 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:16:04.326 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36344 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:04.326 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36344 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:04.327 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36344 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:04.327 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:04.329 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:04.329 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1105] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:16:04.329 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1105] Closed producer 0
|
|
2026-05-05 18:16:04.329 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36344 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:04.329 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36344 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:16:12.969 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:12.969 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:12.970 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36346 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:12.972 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:16:12.972 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:12.972 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:12.973 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:12.973 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:16:12.977 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:12.977 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1106] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:16:12.977 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1106] Closed producer 0
|
|
2026-05-05 18:16:12.977 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36346 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:12.978 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36346 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:16:21.425 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:21.425 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:21.426 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41108 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:21.427 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:16:21.428 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41108 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:21.428 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41108 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:21.429 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41108 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:21.429 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:16:21.431 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:21.431 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1107] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:16:21.431 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1107] Closed producer 0
|
|
2026-05-05 18:16:21.431 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41108 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:21.431 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41108 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:16:21.950 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:21.950 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:21.950 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41124 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:21.951 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:16:21.951 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:21.951 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:21.952 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:21.952 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:21.953 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:21.953 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1108] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:16:21.954 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1108] Closed producer 0
|
|
2026-05-05 18:16:21.954 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41124 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:21.954 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41124 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:16:22.200 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:22.200 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:22.200 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41136 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:22.201 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:16:22.201 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:22.201 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:22.201 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:22.201 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:22.203 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:22.203 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1109] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:16:22.203 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1109] Closed producer 0
|
|
2026-05-05 18:16:22.203 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41136 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:22.204 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41136 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:16:22.775 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:22.775 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:22.776 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41142 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:22.777 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:16:22.778 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:22.778 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:41142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:22.778 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:41142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:22.778 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:16:22.780 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:22.780 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1110] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:16:22.781 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1110] Closed producer 0
|
|
2026-05-05 18:16:22.781 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41142 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:22.781 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41142 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:16:23.125 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:23.125 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:23.126 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41154 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:23.127 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:16:23.128 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:23.128 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:41154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:23.128 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:41154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:23.128 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:23.130 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:23.130 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1111] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:16:23.131 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1111] Closed producer 0
|
|
2026-05-05 18:16:23.131 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41154 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:23.131 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41154 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #59 — 18:16:24
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:16:24.583 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:24.583 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:24.584 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55618 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:24.584 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:24.585 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:24.585 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:24.585 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:24.585 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:24.587 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:24.587 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1112] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:24.588 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1112] Closed producer 0
|
|
2026-05-05 18:16:24.588 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55618 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:24.588 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55618 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:16:25.134 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:25.134 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:25.134 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:55624 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:25.135 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:25.136 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55624 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:25.136 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55624 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:25.136 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55624 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:25.136 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:25.138 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:25.138 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1113] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:25.139 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1113] Closed producer 0
|
|
2026-05-05 18:16:25.139 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55624 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:25.139 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55624 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:16:25.509 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:25.509 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:25.509 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:55640 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:25.510 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:25.510 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:25.510 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:25.511 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:25.511 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:25.512 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:25.512 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1114] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:25.513 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1114] Closed producer 0
|
|
2026-05-05 18:16:25.513 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:55640 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:25.513 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:55640 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:16:26.026 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:26.026 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:26.027 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55648 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:26.027 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:16:26.028 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:26.028 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:26.028 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:26.028 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:26.030 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:26.030 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1115] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:16:26.030 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1115] Closed producer 0
|
|
2026-05-05 18:16:26.030 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:55648 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:26.030 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:55648 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:16:34.458 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:34.458 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:34.458 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:42520 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:34.459 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:16:34.460 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42520 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:34.460 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:42520 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:34.460 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:42520 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:34.460 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:34.462 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:34.462 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1116] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:16:34.462 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1116] Closed producer 0
|
|
2026-05-05 18:16:34.462 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:42520 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:34.462 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:42520 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:16:42.795 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:42.795 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:42.796 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42522 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:42.799 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:16:42.800 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:42.801 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:42.802 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:42.802 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:16:42.805 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:42.805 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1117] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:16:42.806 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1117] Closed producer 0
|
|
2026-05-05 18:16:42.807 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:42522 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:42.807 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:42522 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:16:43.250 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:43.250 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:43.251 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:42538 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:43.251 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:16:43.252 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42538 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:43.252 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42538 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:43.252 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42538 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:43.252 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:43.525 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:44.104 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1118] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:16:44.105 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1118] Closed producer 0
|
|
2026-05-05 18:16:44.105 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:42538 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:44.105 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:42538 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:16:44.954 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:44.954 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:44.954 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:52822 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:44.956 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:16:44.956 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:44.956 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:52822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:44.957 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:52822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:44.957 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:16:44.959 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:44.959 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1119] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:16:44.959 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1119] Closed producer 0
|
|
2026-05-05 18:16:44.959 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52822 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:44.959 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52822 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:16:46.817 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:46.818 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:46.818 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52834 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:46.819 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:16:46.819 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52834 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:46.819 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:52834 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:46.820 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:52834 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:46.820 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:46.821 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:46.821 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1120] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:16:46.822 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1120] Closed producer 0
|
|
2026-05-05 18:16:46.822 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52834 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:46.822 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52834 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:16:47.114 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:47.114 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:47.114 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52844 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:47.115 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:16:47.115 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52844 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:47.115 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:52844 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:47.116 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:52844 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:47.116 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:47.118 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:47.118 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1121] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:16:47.118 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1121] Closed producer 0
|
|
2026-05-05 18:16:47.118 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52844 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:47.118 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52844 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #60 — 18:16:48
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:16:48.433 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:48.433 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:48.434 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52856 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:48.434 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:48.435 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52856 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:48.435 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52856 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:48.435 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52856 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:48.435 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:48.437 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:48.437 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1122] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:48.437 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1122] Closed producer 0
|
|
2026-05-05 18:16:48.438 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52856 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:48.438 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52856 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:16:48.728 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:48.729 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:48.730 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52860 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:48.733 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:48.733 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:48.733 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:48.734 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:48.734 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:16:48.736 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:48.736 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1123] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:48.736 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1123] Closed producer 0
|
|
2026-05-05 18:16:48.737 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52860 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:48.737 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52860 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:16:49.184 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:49.184 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:49.185 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52874 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:49.185 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:16:49.186 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52874 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:49.186 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52874 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:49.186 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52874 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:49.186 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:16:49.188 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:49.188 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1124] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:16:49.188 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1124] Closed producer 0
|
|
2026-05-05 18:16:49.188 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52874 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:49.188 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52874 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:16:49.812 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:49.812 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:49.812 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52878 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:49.813 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:16:49.814 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:49.814 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:49.814 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:49.814 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:16:49.817 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:49.817 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1125] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:16:49.817 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1125] Closed producer 0
|
|
2026-05-05 18:16:49.817 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52878 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:49.817 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52878 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:16:58.579 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:16:58.579 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:16:58.579 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43240 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:16:58.581 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:16:58.581 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:58.581 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:58.582 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:16:58.582 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:16:58.584 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:16:58.584 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1126] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:16:58.584 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1126] Closed producer 0
|
|
2026-05-05 18:16:58.584 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43240 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:16:58.584 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43240 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:17:07.150 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:07.151 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:07.152 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:42028 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:07.155 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:17:07.156 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:07.156 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:07.158 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:07.158 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:17:07.161 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:07.161 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1127] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:17:07.162 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1127] Closed producer 0
|
|
2026-05-05 18:17:07.162 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42028 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:07.163 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42028 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:17:07.643 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:07.643 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:07.644 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:42036 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:07.645 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:17:07.645 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:07.645 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:07.646 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:07.646 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:17:07.648 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:07.648 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1128] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:17:07.649 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1128] Closed producer 0
|
|
2026-05-05 18:17:07.649 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:42036 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:07.649 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:42036 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:17:08.700 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:08.700 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:08.701 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:42038 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:08.704 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:17:08.705 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:08.705 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:42038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:08.707 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:42038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:08.707 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:17:08.710 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:08.711 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1129] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:17:08.712 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1129] Closed producer 0
|
|
2026-05-05 18:17:08.712 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:42038 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:08.712 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:42038 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 2 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:17:11.091 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:11.091 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:11.092 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:42050 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:11.095 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:17:11.097 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:11.097 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:42050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:11.099 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:42050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:11.099 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 18:17:11.102 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:11.102 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1130] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:17:11.103 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1130] Closed producer 0
|
|
2026-05-05 18:17:11.103 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42050 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:11.104 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42050 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:17:11.426 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:11.426 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:11.427 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:42054 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:11.427 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:17:11.428 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:11.428 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:42054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:11.428 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:42054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:11.428 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:11.430 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:11.430 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1131] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:17:11.430 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1131] Closed producer 0
|
|
2026-05-05 18:17:11.430 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:42054 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:11.430 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:42054 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #61 — 18:17:12
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:17:13.060 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:13.060 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:13.061 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:42060 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:13.061 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:17:13.062 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:13.062 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:42060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:13.062 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:42060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:13.062 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:13.064 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:13.064 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1132] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:17:13.064 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1132] Closed producer 0
|
|
2026-05-05 18:17:13.064 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:42060 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:13.064 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:42060 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:17:13.601 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:13.601 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:13.602 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:42070 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:13.603 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:17:13.603 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:13.603 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:42070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:13.604 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:42070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:13.604 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:13.606 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:13.606 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1133] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:17:13.606 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1133] Closed producer 0
|
|
2026-05-05 18:17:13.606 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42070 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:13.607 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42070 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:17:14.866 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:14.866 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:14.866 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:56940 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:14.867 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:17:14.868 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:14.868 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:14.868 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:14.868 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:14.870 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:14.870 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1134] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:17:14.870 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1134] Closed producer 0
|
|
2026-05-05 18:17:14.870 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:56940 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:14.870 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:56940 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:17:17.407 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:17.408 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:17.409 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56950 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:17.413 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:17:17.415 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:17.415 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:56950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:17.417 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:56950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:17.417 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 3 ms
|
|
2026-05-05 18:17:17.420 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:17.421 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1135] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:17:17.422 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1135] Closed producer 0
|
|
2026-05-05 18:17:17.422 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56950 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:17.422 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56950 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:17:25.701 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:25.701 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:25.702 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51322 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:25.703 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:17:25.703 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:25.704 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:51322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:25.704 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:51322 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:25.704 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:25.706 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:25.706 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1136] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:17:25.706 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1136] Closed producer 0
|
|
2026-05-05 18:17:25.706 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:51322 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:25.706 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:51322 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:17:34.614 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:34.614 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:34.614 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55512 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:34.616 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:17:34.616 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:34.616 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:55512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:34.617 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:55512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:34.617 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:34.619 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:34.619 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1137] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:17:34.619 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1137] Closed producer 0
|
|
2026-05-05 18:17:34.619 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55512 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:34.620 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55512 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:17:35.133 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:35.133 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:35.134 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55522 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:35.135 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:17:35.135 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:35.135 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:55522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:35.136 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:55522 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:35.136 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:35.138 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:35.138 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1138] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:17:35.138 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1138] Closed producer 0
|
|
2026-05-05 18:17:35.138 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55522 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:35.138 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55522 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:17:35.617 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:35.617 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:35.618 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55526 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:35.619 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:17:35.619 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:35.619 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:55526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:35.619 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:55526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:35.619 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:35.621 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:35.621 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1139] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:17:35.621 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1139] Closed producer 0
|
|
2026-05-05 18:17:35.622 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55526 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:35.622 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55526 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:17:36.068 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:36.068 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:36.069 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55542 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:36.069 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:17:36.070 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:36.070 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:55542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:36.070 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:55542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:36.070 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:36.072 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:36.072 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1140] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:17:36.072 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1140] Closed producer 0
|
|
2026-05-05 18:17:36.072 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55542 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:36.072 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55542 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:17:36.413 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:36.413 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:36.413 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55546 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:36.414 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:17:36.414 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:36.414 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:55546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:36.414 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:55546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:36.414 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:36.416 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:36.416 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1141] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:17:36.416 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1141] Closed producer 0
|
|
2026-05-05 18:17:36.416 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55546 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:36.416 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55546 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #62 — 18:17:37
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:17:37.710 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:37.710 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:37.711 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55552 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:37.712 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:17:37.713 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55552 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:37.713 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55552 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:37.713 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55552 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:37.713 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:17:37.715 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:37.715 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1142] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:17:37.716 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1142] Closed producer 0
|
|
2026-05-05 18:17:37.716 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55552 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:37.716 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55552 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:17:38.085 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:38.085 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:38.085 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55562 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:38.086 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:17:38.086 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.086 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.087 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.087 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:38.089 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:38.089 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1143] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:17:38.089 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1143] Closed producer 0
|
|
2026-05-05 18:17:38.089 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55562 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:38.089 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55562 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:17:38.364 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:38.364 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:38.365 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55568 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:38.368 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:17:38.369 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.369 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.370 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.370 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:17:38.374 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:38.374 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1144] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:17:38.374 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1144] Closed producer 0
|
|
2026-05-05 18:17:38.375 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55568 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:38.375 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55568 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:17:38.780 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:38.780 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:38.781 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55570 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:38.784 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:17:38.785 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55570 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.785 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55570 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.787 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55570 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:38.787 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:17:38.790 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:38.790 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1145] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:17:38.791 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1145] Closed producer 0
|
|
2026-05-05 18:17:38.791 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55570 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:38.792 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55570 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:17:47.482 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:47.482 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:47.482 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:50226 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:47.483 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:17:47.483 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50226 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:47.483 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:50226 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:47.484 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:50226 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:47.484 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:47.485 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:47.485 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1146] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:17:47.486 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1146] Closed producer 0
|
|
2026-05-05 18:17:47.486 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:50226 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:47.486 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:50226 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:17:55.864 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:55.864 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:55.865 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47942 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:55.866 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:17:55.866 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47942 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:55.866 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:47942 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:55.866 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:47942 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:55.866 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:55.868 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:55.868 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1147] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:17:55.868 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1147] Closed producer 0
|
|
2026-05-05 18:17:55.869 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:47942 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:55.869 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:47942 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:17:56.292 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:56.293 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:56.293 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:47950 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:56.294 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:17:56.294 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:56.294 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:47950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:56.294 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:47950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:56.294 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:56.296 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:56.296 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1148] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:17:56.296 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1148] Closed producer 0
|
|
2026-05-05 18:17:56.296 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:47950 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:56.296 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:47950 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:17:56.688 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:56.688 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:56.689 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:47962 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:56.689 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:17:56.690 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47962 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:56.690 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:47962 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:56.690 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:47962 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:56.690 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:56.692 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:56.692 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1149] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:17:56.692 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1149] Closed producer 0
|
|
2026-05-05 18:17:56.692 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:47962 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:56.692 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:47962 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:17:57.230 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:57.230 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:57.231 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47964 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:57.232 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:17:57.232 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:57.232 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:47964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:57.233 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:47964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:57.233 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:57.234 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:57.234 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1150] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:17:57.235 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1150] Closed producer 0
|
|
2026-05-05 18:17:57.235 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:47964 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:57.235 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:47964 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:17:57.710 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:17:57.710 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:17:57.711 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:47972 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:17:57.711 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:17:57.712 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:57.712 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:47972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:57.712 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:47972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:17:57.712 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:17:57.714 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:17:57.714 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1151] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:17:57.714 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1151] Closed producer 0
|
|
2026-05-05 18:17:57.714 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:47972 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:17:57.714 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:47972 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅ 📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #63 — 18:17:59
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:18:00.652 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:00.652 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:00.653 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:47988 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:00.654 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:00.655 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47988 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:00.655 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:47988 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:00.655 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:47988 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:00.655 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:00.657 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:00.657 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1152] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:00.658 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1152] Closed producer 0
|
|
2026-05-05 18:18:00.658 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:47988 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:00.658 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:47988 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:18:01.078 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:01.078 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:01.078 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47994 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:01.079 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:01.079 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:01.079 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:47994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:01.079 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:47994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:01.079 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:01.081 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:01.081 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1153] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:01.081 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1153] Closed producer 0
|
|
2026-05-05 18:18:01.081 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:47994 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:01.081 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:47994 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
📈 InfluxDB: 4 points written ⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:18:01.579 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:01.579 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:01.580 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:47998 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:01.582 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:01.583 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:01.583 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:47998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:01.584 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:47998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:01.584 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:18:01.588 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:01.588 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1154] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:01.589 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1154] Closed producer 0
|
|
2026-05-05 18:18:01.665 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:47998 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:01.665 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:47998 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:18:02.369 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:02.369 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:02.369 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:48004 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:02.370 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:18:02.370 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:02.370 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:48004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:02.371 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:48004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:02.371 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:02.372 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:02.372 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1155] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:18:02.373 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1155] Closed producer 0
|
|
2026-05-05 18:18:02.373 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:48004 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:02.373 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:48004 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:18:11.129 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:11.129 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:11.130 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:51138 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:11.131 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:18:11.131 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51138 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:11.131 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:51138 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:11.131 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:51138 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:11.131 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:11.133 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:11.133 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1156] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:18:11.133 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1156] Closed producer 0
|
|
2026-05-05 18:18:11.133 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:51138 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:11.133 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:51138 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:18:21.110 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:21.110 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:21.110 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59940 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:21.111 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:18:21.111 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:21.112 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:21.112 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:21.112 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:21.114 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:21.114 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1157] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:18:21.114 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1157] Closed producer 0
|
|
2026-05-05 18:18:21.114 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59940 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:21.114 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59940 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:18:21.917 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:21.917 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:21.918 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59956 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:21.920 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:18:21.921 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:21.921 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:21.922 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:21.923 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:18:21.926 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:21.926 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1158] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:18:21.927 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1158] Closed producer 0
|
|
2026-05-05 18:18:21.927 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59956 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:21.927 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59956 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:18:22.341 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:22.341 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:22.341 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59972 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:22.342 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:18:22.342 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:22.342 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:59972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:22.342 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:59972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:22.342 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:22.344 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:22.344 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1159] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:18:22.344 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1159] Closed producer 0
|
|
2026-05-05 18:18:22.344 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59972 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:22.345 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59972 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:18:23.022 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:23.022 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:23.023 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59978 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:23.023 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:18:23.024 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:23.024 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:59978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:23.024 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:59978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:23.024 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:23.026 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:23.026 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1160] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:18:23.026 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1160] Closed producer 0
|
|
2026-05-05 18:18:23.026 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59978 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:23.026 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59978 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:18:23.286 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:23.286 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:23.286 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59986 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:23.287 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:18:23.287 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:23.287 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:59986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:23.288 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:59986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:23.288 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:23.289 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:23.289 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1161] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:18:23.290 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1161] Closed producer 0
|
|
2026-05-05 18:18:23.290 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59986 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:23.290 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59986 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #64 — 18:18:24
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:18:24.577 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:24.577 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:24.578 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46736 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:24.579 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:24.579 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:24.579 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:46736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:24.579 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:46736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:24.579 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:24.581 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:24.581 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1162] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:24.581 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1162] Closed producer 0
|
|
2026-05-05 18:18:24.581 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46736 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:24.581 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46736 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:18:24.894 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:24.894 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:24.895 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46748 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:24.896 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:24.896 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:24.896 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:46748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:24.896 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:46748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:24.896 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:24.898 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:24.898 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1163] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:24.898 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1163] Closed producer 0
|
|
2026-05-05 18:18:24.898 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46748 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:24.898 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46748 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:18:25.339 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:25.339 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:25.339 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46764 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:25.341 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:25.341 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:25.341 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:46764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:25.342 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:46764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:25.342 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:18:25.344 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:25.344 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1164] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:25.345 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1164] Closed producer 0
|
|
2026-05-05 18:18:25.345 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46764 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:25.345 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46764 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:18:26.620 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:26.620 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:26.620 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46772 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:26.621 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:18:26.621 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:26.621 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:26.621 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:26.622 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:26.623 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:26.623 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1165] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:18:26.623 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1165] Closed producer 0
|
|
2026-05-05 18:18:26.624 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46772 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:26.624 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46772 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:18:34.903 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:34.903 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:34.903 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40630 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:34.904 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:18:34.904 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:34.904 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:34.905 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:34.905 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:34.907 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:34.907 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1166] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:18:34.907 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1166] Closed producer 0
|
|
2026-05-05 18:18:34.907 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40630 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:34.907 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40630 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:18:43.709 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:43.709 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:43.710 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40640 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:43.711 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:18:43.711 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:43.711 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:43.712 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:43.712 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:43.715 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:43.715 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1167] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:18:43.715 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1167] Closed producer 0
|
|
2026-05-05 18:18:43.715 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40640 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:43.715 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40640 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:18:44.254 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:44.254 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:44.254 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45090 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:44.255 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:18:44.256 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45090 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:44.256 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45090 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:44.256 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45090 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:44.256 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:44.258 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:44.258 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1168] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:18:44.258 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1168] Closed producer 0
|
|
2026-05-05 18:18:44.258 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45090 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:44.258 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45090 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:18:44.587 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:44.587 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:44.587 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45100 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:44.588 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:18:44.588 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:44.588 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:45100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:44.589 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:45100 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:44.589 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:44.591 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:44.591 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1169] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:18:44.591 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1169] Closed producer 0
|
|
2026-05-05 18:18:44.591 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45100 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:44.591 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45100 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:18:45.150 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:45.150 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:45.150 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45110 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:45.151 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:18:45.152 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:45.152 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:45110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:45.152 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:45110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:45.152 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:45.154 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:45.154 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1170] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:18:45.154 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1170] Closed producer 0
|
|
2026-05-05 18:18:45.154 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45110 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:45.155 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45110 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 6 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:18:45.528 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:45.528 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:45.528 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45116 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:45.529 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:18:45.529 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45116 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:45.529 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:45116 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:45.530 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:45116 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:45.530 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:45.532 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:45.532 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1171] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:18:45.532 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1171] Closed producer 0
|
|
2026-05-05 18:18:45.532 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45116 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:45.532 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45116 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #65 — 18:18:46
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:18:46.795 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:46.795 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:46.795 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45132 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:46.796 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:46.796 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:46.796 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:46.797 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:46.797 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:46.799 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:46.799 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1172] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:46.799 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1172] Closed producer 0
|
|
2026-05-05 18:18:46.799 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45132 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:46.800 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45132 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:18:47.103 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:47.103 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:47.103 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45146 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:47.104 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:47.105 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:47.105 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:47.105 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:47.105 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:47.107 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:47.107 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1173] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:47.107 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1173] Closed producer 0
|
|
2026-05-05 18:18:47.107 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45146 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:47.107 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45146 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:18:47.414 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:47.415 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:47.416 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45148 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:47.420 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:18:47.421 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45148 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:47.421 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45148 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:47.422 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45148 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:47.423 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:18:47.426 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:47.426 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1174] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:18:47.427 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1174] Closed producer 0
|
|
2026-05-05 18:18:47.427 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45148 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:47.427 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45148 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:18:48.629 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:48.629 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:48.629 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45154 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:48.631 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:18:48.632 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:48.632 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:48.632 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:48.632 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:18:48.635 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:48.635 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1175] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:18:48.636 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1175] Closed producer 0
|
|
2026-05-05 18:18:48.636 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45154 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:48.636 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45154 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:18:57.447 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:18:57.447 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:18:57.448 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43102 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:18:57.449 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:18:57.449 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43102 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:57.449 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43102 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:57.449 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43102 -> 127.0.0.1:6650]
|
|
2026-05-05 18:18:57.449 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:18:57.451 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:18:57.451 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1176] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:18:57.451 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1176] Closed producer 0
|
|
2026-05-05 18:18:57.451 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43102 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:18:57.452 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43102 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:19:05.820 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:05.820 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:05.821 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34512 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:05.824 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:19:05.826 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:05.826 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:34512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:05.827 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:34512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:05.827 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:19:05.831 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:05.831 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1177] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:19:05.832 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1177] Closed producer 0
|
|
2026-05-05 18:19:05.832 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34512 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:05.832 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34512 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:19:06.225 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:06.225 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:06.227 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34526 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:06.229 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:19:06.229 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:06.229 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:34526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:06.230 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:34526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:06.230 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:19:06.232 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:06.232 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1178] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:19:06.233 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1178] Closed producer 0
|
|
2026-05-05 18:19:06.233 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34526 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:06.233 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34526 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:19:06.520 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:06.520 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:06.521 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34528 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:06.522 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:19:06.523 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34528 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:06.523 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:34528 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:06.523 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:34528 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:06.523 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:06.525 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:06.525 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1179] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:19:06.526 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1179] Closed producer 0
|
|
2026-05-05 18:19:06.526 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34528 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:06.526 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34528 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:19:08.587 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:08.587 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:08.587 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34544 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:08.589 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:19:08.589 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:08.589 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:34544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:08.590 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:34544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:08.590 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:19:08.592 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:08.592 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1180] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:19:08.592 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1180] Closed producer 0
|
|
2026-05-05 18:19:08.592 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34544 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:08.592 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34544 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:19:09.112 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:09.112 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:09.112 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34548 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:09.113 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:19:09.113 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:09.113 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:34548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:09.114 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:34548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:09.114 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:09.116 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:09.116 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1181] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:19:09.116 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1181] Closed producer 0
|
|
2026-05-05 18:19:09.116 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34548 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:09.116 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34548 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #66 — 18:19:10
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:19:10.604 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:10.604 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:10.604 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34556 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:10.605 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:10.606 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:10.606 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:10.606 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:10.606 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:10.608 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:10.608 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1182] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:10.608 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1182] Closed producer 0
|
|
2026-05-05 18:19:10.608 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34556 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:10.608 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34556 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:19:11.050 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:11.050 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:11.051 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34558 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:11.051 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:11.052 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:11.052 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:11.052 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:11.052 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:11.054 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:11.054 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1183] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:11.054 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1183] Closed producer 0
|
|
2026-05-05 18:19:11.054 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34558 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:11.054 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34558 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:19:11.457 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:11.457 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:11.458 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34564 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:11.460 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:11.461 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34564 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:11.461 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34564 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:11.462 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34564 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:11.462 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:19:11.465 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:11.465 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1184] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:11.466 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1184] Closed producer 0
|
|
2026-05-05 18:19:11.466 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34564 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:11.467 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34564 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:19:12.140 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:12.140 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:12.140 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34578 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:12.141 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:19:12.142 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34578 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:12.142 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:34578 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:12.142 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:34578 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:12.142 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:12.144 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:12.144 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1185] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:19:12.144 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1185] Closed producer 0
|
|
2026-05-05 18:19:12.145 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34578 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:12.145 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34578 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:19:20.729 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:20.729 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:20.730 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47380 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:20.730 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:19:20.731 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47380 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:20.731 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:47380 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:20.731 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:47380 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:20.731 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:20.733 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:20.733 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1186] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:19:20.733 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1186] Closed producer 0
|
|
2026-05-05 18:19:20.733 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:47380 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:20.733 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:47380 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:19:29.088 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:29.088 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:29.089 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39806 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:29.090 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:19:29.090 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.090 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:39806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.091 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:39806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.091 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:29.093 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:29.093 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1187] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:19:29.093 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1187] Closed producer 0
|
|
2026-05-05 18:19:29.093 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:39806 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:29.093 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:39806 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:19:29.561 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:29.561 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:29.562 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39816 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:29.563 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:19:29.564 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.564 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:39816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.564 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:39816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.564 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:29.566 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:29.566 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1188] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:19:29.567 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1188] Closed producer 0
|
|
2026-05-05 18:19:29.567 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39816 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:29.567 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39816 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:19:29.848 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:29.848 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:29.850 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39818 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:29.852 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:19:29.854 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.854 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:39818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.855 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:39818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:29.855 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:19:29.859 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:29.859 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1189] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:19:29.859 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1189] Closed producer 0
|
|
2026-05-05 18:19:29.860 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39818 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:29.860 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39818 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:19:30.685 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:30.685 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:30.686 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39830 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:30.689 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:19:30.691 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39830 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:30.691 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:39830 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:30.692 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:39830 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:30.692 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:19:30.696 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:30.696 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1190] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:19:30.697 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1190] Closed producer 0
|
|
2026-05-05 18:19:30.697 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:39830 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:30.697 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:39830 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:19:31.071 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:31.071 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:31.072 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39842 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:31.072 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:19:31.073 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39842 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:31.073 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:39842 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:31.073 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:39842 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:31.073 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:31.075 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:31.075 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1191] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:19:31.075 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1191] Closed producer 0
|
|
2026-05-05 18:19:31.075 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39842 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:31.075 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39842 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #67 — 18:19:32
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:19:33.921 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:33.921 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:33.922 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37136 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:33.924 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:33.925 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:33.925 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:33.926 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:33.926 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:19:33.928 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:33.928 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1192] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:33.929 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1192] Closed producer 0
|
|
2026-05-05 18:19:33.929 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37136 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:33.929 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37136 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:19:35.364 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:35.364 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:35.365 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37138 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:35.366 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:35.367 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37138 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:35.367 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37138 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:35.367 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37138 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:35.367 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:19:35.369 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:35.369 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1193] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:35.369 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1193] Closed producer 0
|
|
2026-05-05 18:19:35.370 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:37138 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:35.370 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:37138 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:19:35.910 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:35.910 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:35.912 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:37154 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:35.915 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:35.916 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:35.916 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:35.917 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:35.917 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:19:35.921 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:35.921 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1194] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:35.922 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1194] Closed producer 0
|
|
2026-05-05 18:19:35.922 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37154 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:35.922 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37154 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:19:36.822 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:36.822 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:36.822 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37158 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:36.823 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:19:36.824 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:36.824 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:36.824 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:36.824 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:36.826 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:36.826 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1195] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:19:36.826 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1195] Closed producer 0
|
|
2026-05-05 18:19:36.826 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37158 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:36.826 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37158 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:19:45.356 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:45.356 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:45.357 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37634 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:45.358 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:19:45.358 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:45.358 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:45.359 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37634 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:45.359 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:19:45.361 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:45.361 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1196] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:19:45.361 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1196] Closed producer 0
|
|
2026-05-05 18:19:45.361 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:37634 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:45.362 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:37634 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:19:53.905 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:53.905 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:53.905 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:37628 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:53.906 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:19:53.906 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37628 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:53.906 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37628 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:53.907 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37628 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:53.907 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:53.908 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:53.908 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1197] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:19:53.909 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1197] Closed producer 0
|
|
2026-05-05 18:19:53.909 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37628 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:53.909 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37628 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:19:54.656 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:54.656 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:54.657 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37630 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:54.658 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:19:54.658 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:54.658 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:54.658 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:54.658 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:54.660 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:54.660 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1198] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:19:54.660 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1198] Closed producer 0
|
|
2026-05-05 18:19:54.660 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37630 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:54.660 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37630 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:19:55.156 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:55.156 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:55.157 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37644 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:55.157 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:19:55.158 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37644 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:55.158 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:37644 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:55.158 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:37644 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:55.158 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:55.160 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:55.160 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1199] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:19:55.160 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1199] Closed producer 0
|
|
2026-05-05 18:19:55.160 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37644 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:55.160 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37644 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:19:55.766 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:55.766 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:55.767 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37646 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:55.769 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:19:55.770 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37646 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:55.770 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:37646 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:55.771 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:37646 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:55.771 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:19:55.774 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:55.774 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1200] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:19:55.775 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1200] Closed producer 0
|
|
2026-05-05 18:19:55.775 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37646 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:55.776 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37646 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:19:56.135 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:56.135 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:56.135 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:37650 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:56.136 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:19:56.136 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37650 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:56.136 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:37650 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:56.137 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:37650 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:56.137 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:56.139 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:56.139 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1201] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:19:56.139 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1201] Closed producer 0
|
|
2026-05-05 18:19:56.139 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:37650 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:56.139 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:37650 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #68 — 18:19:57
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:19:57.381 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:57.381 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:57.381 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37654 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:57.382 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:57.382 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:57.382 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:57.383 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:57.383 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:57.384 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:57.385 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1202] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:57.385 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1202] Closed producer 0
|
|
2026-05-05 18:19:57.385 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37654 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:57.385 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37654 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:19:57.681 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:57.681 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:57.682 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37658 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:57.683 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:57.684 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:57.684 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:57.684 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:57.684 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:57.686 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:57.686 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1203] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:57.687 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1203] Closed producer 0
|
|
2026-05-05 18:19:57.687 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37658 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:57.687 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37658 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:19:58.040 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:58.040 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:58.040 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:37664 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:58.042 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:19:58.042 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37664 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:58.042 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37664 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:58.042 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37664 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:58.042 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:19:58.044 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:58.044 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1204] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:19:58.045 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1204] Closed producer 0
|
|
2026-05-05 18:19:58.045 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:37664 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:58.045 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:37664 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:19:58.468 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:19:58.469 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:19:58.470 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37672 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:19:58.473 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:19:58.475 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:58.475 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:58.476 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:19:58.476 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:19:58.479 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:19:58.479 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1205] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:19:58.479 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1205] Closed producer 0
|
|
2026-05-05 18:19:58.479 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37672 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:19:58.479 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37672 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:20:07.056 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:07.056 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:07.057 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:48188 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:07.057 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:20:07.058 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48188 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:07.058 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:48188 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:07.058 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:48188 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:07.058 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:07.060 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:07.060 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1206] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:20:07.060 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1206] Closed producer 0
|
|
2026-05-05 18:20:07.060 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:48188 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:07.060 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:48188 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:20:16.035 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:16.035 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:16.035 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59002 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:16.036 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:20:16.036 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59002 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.036 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59002 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.036 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59002 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.036 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:16.038 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:16.038 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1207] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:20:16.038 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1207] Closed producer 0
|
|
2026-05-05 18:20:16.038 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59002 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:16.038 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59002 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:20:16.457 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:16.457 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:16.458 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59016 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:16.459 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:20:16.460 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59016 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.460 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59016 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.460 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59016 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.461 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:20:16.463 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:16.463 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1208] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:20:16.463 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1208] Closed producer 0
|
|
2026-05-05 18:20:16.463 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59016 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:16.463 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59016 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:20:16.769 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:16.769 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:16.769 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59024 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:16.771 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:20:16.771 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.771 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:59024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.772 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:59024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:16.772 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:16.773 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:16.773 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1209] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:20:16.774 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1209] Closed producer 0
|
|
2026-05-05 18:20:16.774 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59024 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:16.775 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59024 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:20:17.249 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:17.249 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:17.249 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59038 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:17.250 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:20:17.250 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:17.250 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:59038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:17.251 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:59038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:17.251 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:17.253 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:17.253 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1210] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:20:17.253 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1210] Closed producer 0
|
|
2026-05-05 18:20:17.253 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59038 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:17.253 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59038 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:20:17.698 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:17.698 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:17.699 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59050 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:17.699 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:20:17.700 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:17.700 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:59050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:17.700 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:59050 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:17.700 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:17.702 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:17.702 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1211] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:20:17.702 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1211] Closed producer 0
|
|
2026-05-05 18:20:17.702 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59050 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:17.702 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59050 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #69 — 18:20:18
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:20:19.229 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:19.229 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:19.230 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:19.231 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:20:19.231 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:19.231 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:19.231 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:19.231 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:19.233 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:19.233 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1212] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:20:19.233 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1212] Closed producer 0
|
|
2026-05-05 18:20:19.233 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:19.233 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written 🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:20:19.734 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:19.734 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:19.735 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59076 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:19.736 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:20:19.737 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:19.737 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:19.737 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:19.737 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:19.739 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:19.739 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1213] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:20:19.740 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1213] Closed producer 0
|
|
2026-05-05 18:20:19.740 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59076 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:19.740 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59076 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:20:20.365 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:20.365 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:20.366 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59078 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:20.367 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:20:20.368 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:20.368 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:20.369 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:20.369 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:20:20.371 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:20.371 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1214] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:20:20.372 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1214] Closed producer 0
|
|
2026-05-05 18:20:20.372 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59078 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:20.372 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59078 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:20:21.076 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:21.076 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:21.076 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59082 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:21.077 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:20:21.077 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59082 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:21.077 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:59082 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:21.078 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:59082 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:21.078 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:21.079 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:21.079 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1215] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:20:21.080 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1215] Closed producer 0
|
|
2026-05-05 18:20:21.080 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59082 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:21.080 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59082 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:20:29.249 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:29.249 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:29.250 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35042 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:29.251 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:20:29.251 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:29.251 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:29.251 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:29.251 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:29.253 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:29.253 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1216] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:20:29.253 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1216] Closed producer 0
|
|
2026-05-05 18:20:29.254 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35042 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:29.254 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35042 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:20:38.343 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:38.343 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:38.343 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40422 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:38.344 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:20:38.344 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40422 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:38.344 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40422 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:38.345 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40422 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:38.345 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:38.347 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:38.347 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1217] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:20:38.347 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1217] Closed producer 0
|
|
2026-05-05 18:20:38.347 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40422 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:38.347 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40422 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:20:38.894 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:38.894 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:38.896 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40428 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:38.898 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:20:38.899 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:38.899 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:38.900 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:38.900 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:20:38.903 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:38.903 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1218] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:20:38.904 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1218] Closed producer 0
|
|
2026-05-05 18:20:38.905 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40428 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:38.905 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40428 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:20:39.159 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:39.159 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:39.160 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40444 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:39.160 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:20:39.161 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.161 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:40444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.161 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:40444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.161 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:39.163 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:39.163 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1219] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:20:39.163 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1219] Closed producer 0
|
|
2026-05-05 18:20:39.163 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40444 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:39.163 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40444 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:20:39.466 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:39.466 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:39.466 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40458 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:39.467 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:20:39.467 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.467 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:40458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.468 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:40458 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.468 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:39.470 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:39.470 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1220] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:20:39.470 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1220] Closed producer 0
|
|
2026-05-05 18:20:39.470 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40458 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:39.470 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40458 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:20:39.816 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:39.816 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:39.817 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40468 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:39.818 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:20:39.818 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.818 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:40468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.818 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:40468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:39.818 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:39.820 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:39.820 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1221] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:20:39.821 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1221] Closed producer 0
|
|
2026-05-05 18:20:39.821 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40468 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:39.821 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40468 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #70 — 18:20:40
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:20:41.108 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:41.108 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:41.108 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40484 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:41.109 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:20:41.110 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.110 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.110 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40484 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.110 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:41.112 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:41.112 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1222] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:20:41.113 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1222] Closed producer 0
|
|
2026-05-05 18:20:41.113 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40484 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:41.113 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40484 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:20:41.391 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:41.391 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:41.392 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40490 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:41.393 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:20:41.394 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.394 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.394 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.394 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:41.396 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:41.396 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1223] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:20:41.397 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1223] Closed producer 0
|
|
2026-05-05 18:20:41.397 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40490 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:41.397 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40490 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:20:41.749 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:41.749 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:41.749 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40492 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:41.750 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:20:41.750 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40492 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.750 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40492 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.751 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40492 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:41.751 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:20:41.752 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:41.752 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1224] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:20:41.753 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1224] Closed producer 0
|
|
2026-05-05 18:20:41.753 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40492 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:41.753 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40492 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:20:42.110 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:42.110 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:42.112 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40496 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:42.114 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:20:42.115 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:42.115 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:42.116 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:42.116 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:20:42.120 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:42.120 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1225] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:20:42.121 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1225] Closed producer 0
|
|
2026-05-05 18:20:42.121 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40496 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:42.121 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40496 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:20:51.784 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:20:51.784 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:20:51.784 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:60782 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:20:51.785 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:20:51.786 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60782 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:51.786 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:60782 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:51.786 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:60782 -> 127.0.0.1:6650]
|
|
2026-05-05 18:20:51.786 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:20:51.788 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:20:51.789 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1226] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:20:51.789 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1226] Closed producer 0
|
|
2026-05-05 18:20:51.789 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60782 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:20:51.789 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60782 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:21:00.192 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:00.192 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:00.192 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46880 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:00.194 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:21:00.194 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:00.194 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:00.195 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:00.195 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:21:00.197 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:00.197 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1227] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:21:00.198 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1227] Closed producer 0
|
|
2026-05-05 18:21:00.198 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46880 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:00.198 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46880 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written 🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:21:00.828 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:00.828 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:00.829 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46892 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:00.830 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:21:00.831 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46892 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:00.831 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46892 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:00.831 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46892 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:00.831 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:00.834 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:00.834 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1228] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:21:00.834 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1228] Closed producer 0
|
|
2026-05-05 18:21:00.834 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46892 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:00.834 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46892 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:21:01.217 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:01.217 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:01.217 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46898 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:01.218 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:21:01.219 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:01.219 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:46898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:01.219 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:46898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:01.219 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:01.221 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:01.221 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1229] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:21:01.221 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1229] Closed producer 0
|
|
2026-05-05 18:21:01.221 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46898 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:01.222 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46898 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:21:01.717 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:01.717 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:01.717 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46900 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:01.718 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:21:01.719 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:01.719 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:46900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:01.719 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:46900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:01.719 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:01.722 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:01.722 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1230] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:21:01.722 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1230] Closed producer 0
|
|
2026-05-05 18:21:01.723 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46900 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:01.723 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46900 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:21:02.238 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:02.238 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:02.238 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46914 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:02.239 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:21:02.240 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46914 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:02.240 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:46914 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:02.240 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:46914 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:02.240 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:02.242 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:02.242 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1231] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:21:02.242 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1231] Closed producer 0
|
|
2026-05-05 18:21:02.242 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46914 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:02.243 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46914 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #71 — 18:21:03
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:21:03.784 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:03.784 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:03.784 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46924 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:03.785 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:03.785 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:03.785 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:46924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:03.786 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:46924 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:03.786 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:03.788 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:03.788 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1232] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:03.789 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1232] Closed producer 0
|
|
2026-05-05 18:21:03.789 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46924 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:03.789 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46924 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:21:04.371 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:04.371 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:04.372 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:57946 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:04.373 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:04.373 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:04.373 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:04.374 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:04.374 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:04.376 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:04.376 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1233] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:04.376 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1233] Closed producer 0
|
|
2026-05-05 18:21:04.376 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57946 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:04.376 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57946 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:21:04.990 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:04.990 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:04.991 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57958 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:04.992 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:04.993 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57958 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:04.993 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57958 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:04.993 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57958 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:04.993 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:04.995 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:04.995 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1234] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:04.995 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1234] Closed producer 0
|
|
2026-05-05 18:21:04.996 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57958 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:04.996 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57958 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:21:05.616 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:05.616 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:05.616 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57974 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:05.617 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:21:05.617 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57974 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:05.617 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57974 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:05.618 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57974 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:05.618 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:05.620 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:05.621 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1235] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:21:05.621 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1235] Closed producer 0
|
|
2026-05-05 18:21:05.621 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57974 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:05.621 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57974 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:21:16.297 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:16.297 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:16.297 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43154 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:16.298 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:21:16.298 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:16.298 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:16.298 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43154 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:16.299 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:16.300 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:16.300 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1236] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:21:16.301 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1236] Closed producer 0
|
|
2026-05-05 18:21:16.301 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43154 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:16.301 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43154 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:21:26.873 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:26.873 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:26.873 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45098 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:26.874 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:21:26.875 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45098 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:26.875 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45098 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:26.875 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45098 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:26.875 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:26.877 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:26.877 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1237] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:21:26.878 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1237] Closed producer 0
|
|
2026-05-05 18:21:26.878 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45098 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:26.878 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45098 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:21:27.997 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:27.997 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:27.997 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45104 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:27.998 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:21:27.999 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:27.999 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:27.999 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45104 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:27.999 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:28.001 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:28.001 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1238] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:21:28.001 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1238] Closed producer 0
|
|
2026-05-05 18:21:28.001 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45104 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:28.001 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45104 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:21:28.398 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:28.398 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:28.399 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45120 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:28.399 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:21:28.400 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45120 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:28.400 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:45120 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:28.400 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:45120 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:28.400 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:28.402 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:28.402 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1239] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:21:28.402 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1239] Closed producer 0
|
|
2026-05-05 18:21:28.402 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45120 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:28.402 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45120 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:21:28.943 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:28.943 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:28.943 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45136 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:28.944 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:21:28.945 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:28.945 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:45136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:28.945 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:45136 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:28.945 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:28.947 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:28.947 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1240] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:21:28.947 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1240] Closed producer 0
|
|
2026-05-05 18:21:28.947 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45136 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:28.947 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45136 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:21:29.271 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:29.271 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:29.271 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45152 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:29.272 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:21:29.272 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45152 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:29.272 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:45152 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:29.273 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:45152 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:29.273 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:29.275 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:29.275 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1241] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:21:29.275 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1241] Closed producer 0
|
|
2026-05-05 18:21:29.275 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45152 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:29.275 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45152 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #72 — 18:21:30
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:21:30.686 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:30.686 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:30.686 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45160 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:30.687 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:30.688 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:30.688 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:30.689 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45160 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:30.689 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:21:30.691 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:30.691 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1242] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:30.691 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1242] Closed producer 0
|
|
2026-05-05 18:21:30.691 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45160 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:30.691 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45160 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:21:31.068 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:31.068 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:31.068 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45164 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:31.069 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:31.069 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45164 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:31.069 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45164 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:31.069 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45164 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:31.069 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:31.071 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:31.071 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1243] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:31.071 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1243] Closed producer 0
|
|
2026-05-05 18:21:31.071 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45164 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:31.072 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45164 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:21:31.813 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:31.813 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:31.814 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45180 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:31.815 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:31.815 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45180 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:31.816 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45180 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:31.816 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45180 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:31.816 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:31.818 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:31.818 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1244] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:31.819 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1244] Closed producer 0
|
|
2026-05-05 18:21:31.819 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45180 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:31.819 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45180 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:21:32.575 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:32.575 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:32.575 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45190 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:32.576 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:21:32.576 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45190 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:32.576 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45190 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:32.577 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45190 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:32.577 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:32.578 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:32.578 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1245] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:21:32.579 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1245] Closed producer 0
|
|
2026-05-05 18:21:32.579 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45190 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:32.579 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45190 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:21:43.458 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:43.459 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:43.460 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36142 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:43.463 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:21:43.464 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:43.464 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:43.466 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:43.466 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:21:43.469 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:43.469 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1246] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:21:43.470 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1246] Closed producer 0
|
|
2026-05-05 18:21:43.471 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36142 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:43.471 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36142 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:21:51.711 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:51.711 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:51.711 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59256 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:51.713 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:21:51.714 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:51.714 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:51.715 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:51.716 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:21:51.719 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:51.719 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1247] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:21:51.720 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1247] Closed producer 0
|
|
2026-05-05 18:21:51.720 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59256 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:51.720 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59256 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:21:52.193 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:52.193 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:52.194 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59260 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:52.195 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:21:52.195 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59260 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:52.195 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59260 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:52.196 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59260 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:52.196 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:52.198 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:52.198 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1248] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:21:52.198 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1248] Closed producer 0
|
|
2026-05-05 18:21:52.198 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59260 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:52.199 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59260 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:21:52.863 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:52.863 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:52.863 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59266 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:52.864 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:21:52.864 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:52.864 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:59266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:52.865 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:59266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:52.865 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:52.866 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:52.866 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1249] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:21:52.867 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1249] Closed producer 0
|
|
2026-05-05 18:21:52.867 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59266 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:52.867 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59266 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:21:53.568 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:53.568 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:53.568 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59278 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:53.569 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:21:53.569 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59278 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:53.569 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:59278 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:53.570 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:59278 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:53.570 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:53.571 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:53.571 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1250] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:21:53.572 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1250] Closed producer 0
|
|
2026-05-05 18:21:53.572 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59278 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:53.572 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59278 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:21:53.868 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:53.868 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:53.868 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55530 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:53.869 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:21:53.869 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55530 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:53.869 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:55530 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:53.870 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:55530 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:53.870 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:53.872 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:53.872 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1251] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:21:53.872 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1251] Closed producer 0
|
|
2026-05-05 18:21:53.872 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55530 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:53.872 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55530 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #73 — 18:21:54
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:21:55.226 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:55.226 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:55.226 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55542 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:55.227 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:55.228 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.228 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.228 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55542 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.228 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:55.230 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:55.230 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1252] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:55.230 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1252] Closed producer 0
|
|
2026-05-05 18:21:55.230 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55542 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:55.230 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55542 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:21:55.611 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:55.611 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:55.612 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55554 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:55.613 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:55.613 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55554 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.613 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55554 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.614 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55554 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.614 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:55.616 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:55.616 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1253] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:55.616 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1253] Closed producer 0
|
|
2026-05-05 18:21:55.617 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55554 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:55.617 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55554 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:21:55.918 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:55.918 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:55.918 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55558 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:55.919 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:21:55.920 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.920 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.920 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:55.920 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:55.922 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:55.922 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1254] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:21:55.922 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1254] Closed producer 0
|
|
2026-05-05 18:21:55.923 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55558 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:55.923 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55558 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:21:56.243 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:21:56.243 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:21:56.243 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55564 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:21:56.244 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:21:56.244 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55564 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:56.244 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55564 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:56.245 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55564 -> 127.0.0.1:6650]
|
|
2026-05-05 18:21:56.245 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:21:56.247 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:21:56.247 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1255] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:21:56.247 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1255] Closed producer 0
|
|
2026-05-05 18:21:56.247 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55564 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:21:56.247 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55564 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:22:04.502 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:04.502 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:04.502 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37824 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:04.503 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:22:04.503 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:04.503 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:04.504 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:04.504 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:04.506 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:04.506 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1256] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:22:04.506 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1256] Closed producer 0
|
|
2026-05-05 18:22:04.506 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37824 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:04.506 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37824 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:22:12.818 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:12.818 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:12.819 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37830 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:12.820 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:22:12.820 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37830 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:12.820 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37830 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:12.820 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37830 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:12.820 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:12.822 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:12.822 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1257] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:22:12.822 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1257] Closed producer 0
|
|
2026-05-05 18:22:12.822 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37830 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:12.822 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37830 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:22:13.287 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:13.287 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:13.288 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:37832 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:13.290 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:22:13.290 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:13.290 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:13.291 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:13.291 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:22:13.742 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:13.783 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1258] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:22:13.785 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1258] Closed producer 0
|
|
2026-05-05 18:22:13.785 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37832 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:13.785 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37832 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:22:14.256 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:14.256 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:14.258 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49106 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:14.260 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:22:14.262 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:14.262 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:49106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:14.263 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:49106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:14.263 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:22:14.266 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:14.267 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1259] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:22:14.267 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1259] Closed producer 0
|
|
2026-05-05 18:22:14.268 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:49106 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:14.268 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:49106 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:22:16.361 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:16.361 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:16.361 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:49110 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:16.362 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:22:16.362 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:16.362 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:49110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:16.363 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:49110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:16.363 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:16.364 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:16.364 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1260] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:22:16.364 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1260] Closed producer 0
|
|
2026-05-05 18:22:16.365 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:49110 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:16.365 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:49110 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:22:16.812 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:16.812 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:16.812 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:49126 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:16.813 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:22:16.813 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49126 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:16.813 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:49126 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:16.814 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:49126 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:16.814 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:16.815 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:16.815 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1261] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:22:16.816 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1261] Closed producer 0
|
|
2026-05-05 18:22:16.816 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:49126 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:16.816 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:49126 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #74 — 18:22:17
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:22:18.193 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:18.193 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:18.193 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49130 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:18.194 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:22:18.195 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.195 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:49130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.195 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:49130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.195 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:18.197 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:18.197 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1262] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:22:18.197 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1262] Closed producer 0
|
|
2026-05-05 18:22:18.197 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:49130 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:18.197 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:49130 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:22:18.669 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:18.669 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:18.669 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:49134 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:18.671 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:22:18.671 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.671 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:49134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.671 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:49134 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.671 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:18.673 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:18.673 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1263] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:22:18.674 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1263] Closed producer 0
|
|
2026-05-05 18:22:18.674 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:49134 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:18.674 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:49134 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:22:18.943 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:18.943 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:18.944 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:49142 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:18.944 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:22:18.945 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.945 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:49142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.945 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:49142 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:18.945 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:18.947 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:18.947 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1264] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:22:18.947 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1264] Closed producer 0
|
|
2026-05-05 18:22:18.947 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:49142 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:18.947 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:49142 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:22:19.252 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:19.252 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:19.252 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:49146 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:19.253 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:22:19.254 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:19.254 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:49146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:19.254 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:49146 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:19.254 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:19.256 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:19.256 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1265] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:22:19.256 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1265] Closed producer 0
|
|
2026-05-05 18:22:19.256 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:49146 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:19.256 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:49146 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:22:29.772 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:29.772 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:29.772 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46890 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:29.773 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:22:29.774 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46890 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:29.774 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46890 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:29.774 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46890 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:29.774 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:29.776 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:29.776 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1266] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:22:29.776 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1266] Closed producer 0
|
|
2026-05-05 18:22:29.777 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46890 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:29.777 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46890 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:22:39.624 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:39.624 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:39.625 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54852 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:39.628 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:22:39.629 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:39.629 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:39.630 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:39.630 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:22:39.634 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:39.644 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1267] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:22:39.645 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1267] Closed producer 0
|
|
2026-05-05 18:22:39.646 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54852 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:39.646 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54852 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:22:40.653 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:40.653 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:40.654 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:54868 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:40.655 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:22:40.655 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54868 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:40.655 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54868 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:40.655 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54868 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:40.655 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:40.657 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:40.657 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1268] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:22:40.657 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1268] Closed producer 0
|
|
2026-05-05 18:22:40.658 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54868 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:40.658 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54868 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:22:41.201 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:41.201 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:41.203 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54870 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:41.206 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:22:41.206 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.207 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:54870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.208 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:54870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.208 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:22:41.211 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:41.248 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1269] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:22:41.248 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1269] Closed producer 0
|
|
2026-05-05 18:22:41.248 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54870 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:41.249 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54870 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:22:41.661 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:41.661 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:41.661 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54884 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:41.662 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:22:41.662 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.662 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:54884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.662 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:54884 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.662 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:41.664 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:41.664 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1270] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:22:41.664 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1270] Closed producer 0
|
|
2026-05-05 18:22:41.664 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54884 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:41.665 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54884 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:22:41.902 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:41.902 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:41.903 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:54890 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:41.904 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:22:41.904 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54890 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.904 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:54890 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.905 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:54890 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:41.905 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:41.907 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:41.907 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1271] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:22:41.907 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1271] Closed producer 0
|
|
2026-05-05 18:22:41.907 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54890 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:41.907 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54890 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #75 — 18:22:43
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:22:43.210 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:43.210 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:43.211 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54898 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:43.212 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:22:43.212 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.212 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.212 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54898 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.212 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:43.214 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:43.214 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1272] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:22:43.214 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1272] Closed producer 0
|
|
2026-05-05 18:22:43.215 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54898 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:43.215 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54898 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:22:43.553 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:43.553 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:43.553 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54900 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:43.554 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:22:43.555 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.555 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.555 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54900 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.555 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:43.557 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:43.557 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1273] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:22:43.557 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1273] Closed producer 0
|
|
2026-05-05 18:22:43.557 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54900 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:43.557 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54900 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:22:43.819 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:43.819 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:43.820 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35922 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:43.821 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:22:43.821 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35922 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.821 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35922 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.821 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35922 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:43.821 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:43.823 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:43.823 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1274] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:22:43.824 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1274] Closed producer 0
|
|
2026-05-05 18:22:43.824 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35922 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:43.824 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35922 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:22:44.153 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:44.153 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:44.154 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35938 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:44.155 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:22:44.155 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:44.155 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:44.156 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:44.156 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:44.158 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:44.158 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1275] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:22:44.158 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1275] Closed producer 0
|
|
2026-05-05 18:22:44.158 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35938 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:44.158 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35938 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:22:54.344 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:22:54.344 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:22:54.345 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46092 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:22:54.346 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:22:54.346 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46092 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:54.346 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46092 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:54.346 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46092 -> 127.0.0.1:6650]
|
|
2026-05-05 18:22:54.346 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:22:54.348 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:22:54.348 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1276] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:22:54.348 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1276] Closed producer 0
|
|
2026-05-05 18:22:54.348 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46092 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:22:54.348 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46092 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:23:02.961 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:02.961 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:02.961 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46106 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:02.962 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:23:02.963 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:02.963 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:02.963 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46106 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:02.963 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:02.965 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:02.965 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1277] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:23:02.965 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1277] Closed producer 0
|
|
2026-05-05 18:23:02.965 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46106 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:02.966 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46106 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:23:03.476 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:03.476 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:03.477 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46122 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:03.477 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:23:03.478 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46122 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:03.478 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46122 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:03.478 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46122 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:03.478 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:03.480 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:03.480 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1278] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:23:03.480 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1278] Closed producer 0
|
|
2026-05-05 18:23:03.480 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46122 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:03.480 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46122 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:23:03.801 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:03.801 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:03.801 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41734 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:03.803 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:23:03.803 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41734 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:03.803 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41734 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:03.804 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41734 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:03.804 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:03.806 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:03.806 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1279] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:23:03.806 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1279] Closed producer 0
|
|
2026-05-05 18:23:03.806 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41734 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:03.806 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41734 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:23:04.469 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:04.469 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:04.470 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:41738 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:04.471 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:23:04.471 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41738 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:04.471 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:41738 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:04.471 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:41738 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:04.471 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:04.473 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:04.473 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1280] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:23:04.474 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1280] Closed producer 0
|
|
2026-05-05 18:23:04.474 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:41738 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:04.474 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:41738 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:23:04.844 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:04.844 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:04.845 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41750 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:04.846 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:23:04.846 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:04.846 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:41750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:04.846 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:41750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:04.846 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:04.848 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:04.848 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1281] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:23:04.848 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1281] Closed producer 0
|
|
2026-05-05 18:23:04.848 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:41750 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:04.848 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:41750 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #76 — 18:23:05
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:23:07.445 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:07.445 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:07.445 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41752 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:07.446 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:07.447 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41752 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:07.447 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41752 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:07.447 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41752 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:07.447 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:07.449 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:07.449 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1282] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:07.449 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1282] Closed producer 0
|
|
2026-05-05 18:23:07.449 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41752 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:07.449 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41752 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:23:09.203 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:09.203 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:09.203 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:41764 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:09.204 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:09.204 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:09.204 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:09.205 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41764 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:09.205 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:09.206 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:09.206 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1283] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:09.207 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1283] Closed producer 0
|
|
2026-05-05 18:23:09.207 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:41764 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:09.207 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:41764 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written 🐟 Redpanda: ✅
|
|
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:23:10.087 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:10.087 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:10.088 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41766 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:10.089 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:10.089 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41766 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:10.089 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41766 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:10.090 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41766 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:10.090 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:10.092 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:10.092 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1284] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:10.092 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1284] Closed producer 0
|
|
2026-05-05 18:23:10.092 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:41766 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:10.093 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:41766 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:23:11.145 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:11.145 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:11.145 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41778 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:11.146 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:23:11.146 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41778 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:11.146 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41778 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:11.147 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41778 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:11.147 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:11.148 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:11.148 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1285] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:23:11.149 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1285] Closed producer 0
|
|
2026-05-05 18:23:11.149 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41778 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:11.149 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41778 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:23:20.432 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:20.432 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:20.433 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45748 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:20.435 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:23:20.436 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:20.436 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:20.437 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45748 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:20.437 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:23:20.440 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:20.440 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1286] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:23:20.440 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1286] Closed producer 0
|
|
2026-05-05 18:23:20.440 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45748 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:20.441 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45748 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:23:29.452 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:29.452 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:29.453 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41526 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:29.454 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:23:29.455 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:29.455 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:29.455 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:29.455 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:23:29.457 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:29.457 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1287] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:23:29.458 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1287] Closed producer 0
|
|
2026-05-05 18:23:29.458 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:41526 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:29.458 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:41526 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:23:31.240 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:31.240 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:31.241 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41536 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:31.241 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:23:31.242 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41536 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:31.242 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41536 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:31.242 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41536 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:31.242 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:31.244 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:31.244 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1288] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:23:31.244 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1288] Closed producer 0
|
|
2026-05-05 18:23:31.244 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41536 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:31.244 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41536 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:23:31.997 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:31.997 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:31.997 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:41552 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:31.998 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:23:31.998 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41552 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:31.998 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41552 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:31.998 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41552 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:31.998 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:32.026 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:32.026 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1289] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:23:32.026 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1289] Closed producer 0
|
|
2026-05-05 18:23:32.026 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:41552 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:32.026 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:41552 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:23:32.948 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:32.948 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:32.950 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41558 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:32.952 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:23:32.954 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:32.954 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:41558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:32.955 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:41558 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:32.955 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:23:32.959 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:32.959 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1290] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:23:32.960 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1290] Closed producer 0
|
|
2026-05-05 18:23:32.960 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:41558 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:32.961 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:41558 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:23:33.302 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:33.302 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:33.302 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41562 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:33.303 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:23:33.303 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:33.303 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:41562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:33.303 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:41562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:33.303 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:33.305 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:33.305 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1291] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:23:33.305 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1291] Closed producer 0
|
|
2026-05-05 18:23:33.305 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41562 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:33.305 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41562 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #77 — 18:23:34
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:23:34.637 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:34.637 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:34.637 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52298 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:34.638 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:34.639 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:34.639 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:34.639 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:34.639 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:34.641 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:34.641 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1292] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:34.641 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1292] Closed producer 0
|
|
2026-05-05 18:23:34.641 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52298 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:34.641 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52298 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:23:34.923 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:34.923 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:34.925 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52302 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:34.927 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:34.928 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:34.928 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:34.930 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:34.930 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:23:34.933 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:34.933 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1293] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:34.934 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1293] Closed producer 0
|
|
2026-05-05 18:23:34.935 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52302 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:34.935 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52302 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:23:35.237 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:35.237 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:35.238 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52312 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:35.239 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:35.239 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52312 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:35.240 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52312 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:35.240 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52312 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:35.240 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:35.242 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:35.242 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1294] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:35.243 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1294] Closed producer 0
|
|
2026-05-05 18:23:35.243 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52312 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:35.243 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52312 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:23:35.572 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:35.572 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:35.572 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52326 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:35.573 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:23:35.574 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:35.574 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:35.574 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:35.574 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:35.576 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:35.576 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1295] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:23:35.577 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1295] Closed producer 0
|
|
2026-05-05 18:23:35.577 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52326 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:35.577 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52326 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:23:44.122 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:44.122 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:44.122 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46768 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:44.123 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:23:44.124 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46768 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:44.124 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46768 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:44.124 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46768 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:44.124 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:44.126 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:44.126 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1296] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:23:44.126 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1296] Closed producer 0
|
|
2026-05-05 18:23:44.126 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46768 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:44.126 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46768 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:23:52.470 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:52.471 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:52.471 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46780 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:52.472 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:23:52.472 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46780 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:52.472 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46780 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:52.473 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46780 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:52.473 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:52.474 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:52.474 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1297] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:23:52.475 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1297] Closed producer 0
|
|
2026-05-05 18:23:52.475 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46780 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:52.475 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46780 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:23:52.754 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:52.754 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:52.755 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46788 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:52.756 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:23:52.756 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:52.756 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:52.756 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:52.756 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:52.758 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:52.758 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1298] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:23:52.758 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1298] Closed producer 0
|
|
2026-05-05 18:23:52.758 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46788 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:52.758 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46788 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:23:53.015 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:53.015 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:53.017 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46792 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:53.020 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:23:53.021 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.021 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:46792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.022 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:46792 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.022 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:23:53.026 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:53.026 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1299] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:23:53.027 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1299] Closed producer 0
|
|
2026-05-05 18:23:53.027 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46792 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:53.027 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46792 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:23:53.454 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:53.454 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:53.454 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46800 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:53.455 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:23:53.455 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46800 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.455 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:46800 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.456 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:46800 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.456 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:53.457 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:53.457 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1300] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:23:53.458 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1300] Closed producer 0
|
|
2026-05-05 18:23:53.458 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46800 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:53.458 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46800 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:23:53.729 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:53.729 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:53.729 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46806 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:53.730 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:23:53.731 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.731 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:46806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.731 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:46806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:53.731 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:53.733 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:53.733 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1301] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:23:53.733 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1301] Closed producer 0
|
|
2026-05-05 18:23:53.733 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46806 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:53.733 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46806 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #78 — 18:23:54
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:23:55.012 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:55.012 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:55.013 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55640 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:55.013 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:55.014 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:55.014 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:55.014 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:55.014 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:55.016 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:55.016 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1302] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:55.016 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1302] Closed producer 0
|
|
2026-05-05 18:23:55.016 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55640 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:55.016 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55640 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:23:55.563 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:55.563 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:55.563 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55650 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:55.564 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:55.564 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55650 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:55.564 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55650 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:55.565 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55650 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:55.565 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:55.566 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:55.566 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1303] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:55.566 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1303] Closed producer 0
|
|
2026-05-05 18:23:55.567 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55650 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:55.567 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55650 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:23:56.171 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:56.171 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:56.171 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55654 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:56.172 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:23:56.172 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:56.172 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:56.173 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55654 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:56.173 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:56.174 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:56.174 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1304] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:23:56.175 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1304] Closed producer 0
|
|
2026-05-05 18:23:56.175 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55654 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:56.175 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55654 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:23:56.988 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:23:56.988 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:23:56.988 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55658 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:23:56.989 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:23:56.989 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:56.989 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:56.990 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:23:56.990 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:23:56.991 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:23:56.991 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1305] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:23:56.992 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1305] Closed producer 0
|
|
2026-05-05 18:23:56.992 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55658 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:23:56.992 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55658 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:24:06.231 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:06.231 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:06.231 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45036 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:06.232 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:24:06.233 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:06.233 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:06.233 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45036 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:06.233 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:06.235 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:06.235 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1306] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:24:06.236 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1306] Closed producer 0
|
|
2026-05-05 18:24:06.236 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45036 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:06.236 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45036 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:24:14.821 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:14.821 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:14.821 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37232 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:14.822 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:24:14.823 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:14.823 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:14.823 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37232 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:14.823 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:14.825 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:14.825 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1307] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:24:14.825 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1307] Closed producer 0
|
|
2026-05-05 18:24:14.826 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37232 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:14.826 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37232 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:24:15.404 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:15.404 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:15.405 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37238 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:15.405 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:24:15.406 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:15.406 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:15.406 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:15.406 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:15.408 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:15.408 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1308] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:24:15.408 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1308] Closed producer 0
|
|
2026-05-05 18:24:15.408 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37238 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:15.409 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37238 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:24:15.689 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:15.689 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:15.689 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:37252 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:15.690 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:24:15.690 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:15.690 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:37252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:15.690 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:37252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:15.690 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:15.692 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:15.692 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1309] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:24:15.693 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1309] Closed producer 0
|
|
2026-05-05 18:24:15.693 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:37252 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:15.693 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:37252 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:24:16.004 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:16.004 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:16.005 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37266 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:16.006 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:24:16.006 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:16.006 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:37266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:16.007 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:37266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:16.007 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:16.008 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:16.008 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1310] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:24:16.009 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1310] Closed producer 0
|
|
2026-05-05 18:24:16.009 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37266 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:16.009 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37266 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:24:16.293 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:16.293 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:16.294 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37280 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:16.295 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:24:16.295 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37280 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:16.296 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:37280 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:16.296 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:37280 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:16.296 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:16.298 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:16.298 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1311] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:24:16.299 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1311] Closed producer 0
|
|
2026-05-05 18:24:16.299 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37280 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:16.299 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37280 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #79 — 18:24:17
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:24:17.671 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:17.671 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:17.672 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:37282 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:17.673 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:24:17.673 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:17.673 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:17.673 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:17.673 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:17.675 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:17.675 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1312] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:24:17.675 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1312] Closed producer 0
|
|
2026-05-05 18:24:17.676 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37282 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:17.676 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37282 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:24:18.013 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:18.013 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:18.014 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37284 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:18.015 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:24:18.015 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37284 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.015 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37284 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.016 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37284 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.016 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:18.017 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:18.017 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1313] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:24:18.018 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1313] Closed producer 0
|
|
2026-05-05 18:24:18.018 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37284 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:18.018 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37284 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:24:18.374 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:18.375 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:18.376 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37294 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:18.379 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:24:18.380 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.380 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:37294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.381 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:37294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.381 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:24:18.385 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:18.385 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1314] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:24:18.386 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1314] Closed producer 0
|
|
2026-05-05 18:24:18.386 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:37294 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:18.386 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:37294 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:24:18.697 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:18.697 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:18.697 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:37300 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:18.699 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:24:18.699 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.699 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.700 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:18.700 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:24:18.702 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:18.702 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1315] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:24:18.702 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1315] Closed producer 0
|
|
2026-05-05 18:24:18.702 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37300 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:18.703 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37300 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:24:27.005 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:27.005 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:27.005 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:50042 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:27.006 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:24:27.006 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:27.006 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:50042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:27.007 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:50042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:27.007 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:27.009 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:27.009 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1316] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:24:27.009 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1316] Closed producer 0
|
|
2026-05-05 18:24:27.009 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:50042 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:27.009 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:50042 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:24:35.297 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:35.297 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:35.297 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52460 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:35.298 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:24:35.298 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:35.298 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:52460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:35.299 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:52460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:35.299 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:35.300 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:35.301 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1317] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:24:35.301 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1317] Closed producer 0
|
|
2026-05-05 18:24:35.301 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52460 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:35.301 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52460 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:24:35.914 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:35.914 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:35.915 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52470 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:35.915 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:24:35.916 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:35.916 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:52470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:35.916 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:52470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:35.916 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:35.918 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:35.918 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1318] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:24:35.918 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1318] Closed producer 0
|
|
2026-05-05 18:24:35.918 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52470 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:35.918 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52470 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:24:36.948 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:36.948 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:36.949 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52478 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:36.952 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:24:36.953 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52478 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:36.953 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:52478 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:36.955 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:52478 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:36.955 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:24:36.958 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:36.959 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1319] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:24:36.959 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1319] Closed producer 0
|
|
2026-05-05 18:24:36.960 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52478 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:36.960 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52478 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:24:38.795 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:38.795 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:38.796 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52490 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:38.797 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:24:38.798 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:38.798 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:52490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:38.799 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:52490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:38.799 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:24:38.801 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:38.801 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1320] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:24:38.801 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1320] Closed producer 0
|
|
2026-05-05 18:24:38.801 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52490 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:38.801 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52490 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:24:39.156 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:39.156 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:39.156 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52506 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:39.157 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:24:39.157 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52506 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:39.157 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:52506 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:39.157 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:52506 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:39.158 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:39.159 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:39.159 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1321] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:24:39.159 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1321] Closed producer 0
|
|
2026-05-05 18:24:39.159 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52506 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:39.160 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52506 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #80 — 18:24:40
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:24:40.572 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:40.572 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:40.572 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52516 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:40.573 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:24:40.573 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:40.573 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:40.574 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:40.574 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:40.575 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:40.575 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1322] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:24:40.575 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1322] Closed producer 0
|
|
2026-05-05 18:24:40.576 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52516 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:40.576 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52516 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:24:41.073 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:41.073 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:41.074 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52526 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:41.075 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:24:41.075 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:41.076 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:41.076 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52526 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:41.076 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:24:41.078 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:41.078 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1323] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:24:41.078 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1323] Closed producer 0
|
|
2026-05-05 18:24:41.078 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:52526 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:41.079 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:52526 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:24:41.610 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:41.610 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:41.611 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:52540 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:41.614 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:24:41.615 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52540 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:41.615 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:52540 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:41.617 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:52540 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:41.617 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:24:41.620 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:41.621 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1324] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:24:41.621 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1324] Closed producer 0
|
|
2026-05-05 18:24:41.622 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:52540 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:41.622 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:52540 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:24:42.238 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:42.238 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:42.239 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:52548 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:42.242 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:24:42.243 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:42.243 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:42.244 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52548 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:42.245 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:24:42.248 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:42.248 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1325] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:24:42.249 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1325] Closed producer 0
|
|
2026-05-05 18:24:42.249 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:52548 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:42.250 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:52548 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:24:52.500 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:24:52.500 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:24:52.501 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:60688 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:24:52.502 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:24:52.503 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60688 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:52.503 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:60688 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:52.503 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:60688 -> 127.0.0.1:6650]
|
|
2026-05-05 18:24:52.503 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:24:52.505 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:24:52.505 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1326] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:24:52.506 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1326] Closed producer 0
|
|
2026-05-05 18:24:52.506 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:60688 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:24:52.506 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:60688 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:25:00.878 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:00.878 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:00.878 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43904 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:00.879 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:25:00.879 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43904 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:00.879 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:43904 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:00.879 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:43904 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:00.879 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:00.881 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:00.881 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1327] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:25:00.882 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1327] Closed producer 0
|
|
2026-05-05 18:25:00.882 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43904 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:00.882 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43904 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:25:01.316 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:01.316 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:01.316 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43912 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:01.317 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:25:01.318 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:01.318 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:43912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:01.318 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:43912 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:01.318 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:01.320 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:01.320 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1328] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:25:01.320 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1328] Closed producer 0
|
|
2026-05-05 18:25:01.320 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43912 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:01.321 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43912 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:25:01.728 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:01.728 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:01.728 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:43928 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:01.729 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:25:01.729 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:01.729 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:43928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:01.729 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:43928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:01.729 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:01.731 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:01.731 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1329] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:25:01.731 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1329] Closed producer 0
|
|
2026-05-05 18:25:01.731 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:43928 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:01.731 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:43928 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:25:02.332 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:02.332 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:02.332 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:43944 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:02.333 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:25:02.333 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43944 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:02.333 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:43944 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:02.334 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:43944 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:02.334 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:02.336 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:02.336 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1330] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:25:02.336 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1330] Closed producer 0
|
|
2026-05-05 18:25:02.336 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43944 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:02.336 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43944 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:25:02.632 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:02.632 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:02.632 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:43960 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:02.633 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:25:02.633 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43960 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:02.633 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:43960 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:02.634 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:43960 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:02.634 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:02.635 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:02.635 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1331] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:25:02.635 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1331] Closed producer 0
|
|
2026-05-05 18:25:02.636 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:43960 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:02.636 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:43960 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #81 — 18:25:03
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:25:04.673 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:04.673 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:04.674 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57060 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:04.674 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:04.675 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:04.675 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:04.675 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:04.675 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:04.677 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:04.677 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1332] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:04.677 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1332] Closed producer 0
|
|
2026-05-05 18:25:04.677 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57060 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:04.677 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57060 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:25:06.356 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:06.356 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:06.356 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:06.358 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:06.358 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:06.358 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:06.359 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:06.359 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:25:06.458 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:06.458 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1333] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:06.459 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1333] Closed producer 0
|
|
2026-05-05 18:25:06.459 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:06.459 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:25:08.031 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:08.031 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:08.032 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:57074 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:08.035 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:08.037 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57074 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:08.037 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57074 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:08.038 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57074 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:08.038 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:25:08.042 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:08.042 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1334] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:08.042 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1334] Closed producer 0
|
|
2026-05-05 18:25:08.043 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57074 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:08.043 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57074 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:25:08.746 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:08.746 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:08.747 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57076 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:08.748 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:25:08.748 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:08.748 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:08.749 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:08.749 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:08.751 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:08.751 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1335] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:25:08.751 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1335] Closed producer 0
|
|
2026-05-05 18:25:08.751 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57076 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:08.751 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57076 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:25:18.405 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:18.405 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:18.405 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39716 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:18.406 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:25:18.406 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39716 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:18.406 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39716 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:18.407 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39716 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:18.407 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:18.408 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:18.408 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1336] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:25:18.409 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1336] Closed producer 0
|
|
2026-05-05 18:25:18.409 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39716 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:18.409 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39716 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:25:26.699 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:26.699 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:26.699 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55546 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:26.700 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:25:26.701 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:26.701 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:55546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:26.701 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:55546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:26.701 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:26.703 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:26.703 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1337] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:25:26.703 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1337] Closed producer 0
|
|
2026-05-05 18:25:26.703 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55546 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:26.703 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55546 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:25:27.087 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:27.087 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:27.087 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55562 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:27.088 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:25:27.088 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.088 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:55562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.089 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:55562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.089 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:27.090 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:27.090 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1338] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:25:27.091 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1338] Closed producer 0
|
|
2026-05-05 18:25:27.091 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55562 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:27.091 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55562 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:25:27.341 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:27.341 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:27.341 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55568 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:27.342 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:25:27.342 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.342 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:55568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.342 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:55568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.342 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:27.344 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:27.344 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1339] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:25:27.344 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1339] Closed producer 0
|
|
2026-05-05 18:25:27.344 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55568 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:27.344 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55568 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:25:27.891 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:27.891 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:27.891 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55582 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:27.892 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:25:27.892 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55582 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.892 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:55582 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.893 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:55582 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:27.893 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:27.894 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:27.894 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1340] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:25:27.895 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1340] Closed producer 0
|
|
2026-05-05 18:25:27.895 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55582 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:27.895 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55582 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:25:28.291 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:28.291 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:28.292 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55588 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:28.292 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:25:28.293 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55588 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:28.293 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:55588 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:28.293 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:55588 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:28.293 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:28.295 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:28.295 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1341] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:25:28.295 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1341] Closed producer 0
|
|
2026-05-05 18:25:28.295 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55588 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:28.295 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55588 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #82 — 18:25:29
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:25:29.541 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:29.541 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:29.541 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55590 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:29.543 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:29.544 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55590 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:29.544 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55590 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:29.544 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55590 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:29.544 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:25:29.547 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:29.547 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1342] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:29.547 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1342] Closed producer 0
|
|
2026-05-05 18:25:29.547 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55590 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:29.547 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55590 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:25:29.791 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:29.791 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:29.791 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55606 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:29.792 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:29.793 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55606 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:29.793 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55606 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:29.793 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55606 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:29.793 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:29.794 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:29.794 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1343] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:29.795 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1343] Closed producer 0
|
|
2026-05-05 18:25:29.795 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55606 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:29.795 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55606 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:25:30.166 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:30.166 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:30.166 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55618 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:30.167 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:30.168 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:30.168 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:55618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:30.168 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:55618 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:30.168 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:30.170 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:30.170 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1344] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:30.170 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1344] Closed producer 0
|
|
2026-05-05 18:25:30.170 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55618 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:30.170 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55618 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:25:30.467 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:30.467 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:30.468 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:55630 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:30.469 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:25:30.470 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:30.470 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:30.471 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:30.471 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:25:30.474 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:30.474 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1345] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:25:30.475 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1345] Closed producer 0
|
|
2026-05-05 18:25:30.475 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:55630 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:30.475 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:55630 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:25:39.418 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:39.419 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:39.419 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:50862 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:39.420 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:25:39.421 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:39.421 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:50862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:39.421 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:50862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:39.421 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:25:39.424 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:39.424 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1346] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:25:39.424 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1346] Closed producer 0
|
|
2026-05-05 18:25:39.424 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:50862 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:39.424 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:50862 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:25:47.750 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:47.750 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:47.751 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:55998 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:47.752 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:25:47.752 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:47.752 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:55998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:47.753 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:55998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:47.753 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:47.755 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:47.995 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1347] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:25:47.996 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1347] Closed producer 0
|
|
2026-05-05 18:25:47.996 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:55998 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:47.996 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:55998 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:25:49.538 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:49.538 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:49.539 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:56004 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:49.540 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:25:49.541 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:49.541 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:56004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:49.542 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:56004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:49.542 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:25:49.586 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:49.777 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1348] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:25:49.777 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1348] Closed producer 0
|
|
2026-05-05 18:25:49.777 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:56004 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:49.778 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:56004 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:25:50.356 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:50.356 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:50.356 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56018 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:50.357 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:25:50.357 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56018 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:50.358 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:56018 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:50.358 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:56018 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:50.358 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:50.360 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:50.360 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1349] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:25:50.360 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1349] Closed producer 0
|
|
2026-05-05 18:25:50.360 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56018 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:50.361 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56018 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:25:50.979 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:50.979 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:50.979 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56030 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:50.980 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:25:50.981 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:50.981 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:56030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:50.981 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:56030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:50.981 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:50.983 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:50.983 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1350] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:25:50.983 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1350] Closed producer 0
|
|
2026-05-05 18:25:50.983 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56030 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:50.984 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56030 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:25:51.446 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:51.446 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:51.446 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56042 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:51.448 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:25:51.448 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:51.448 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:56042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:51.449 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:56042 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:51.449 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:51.451 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:51.451 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1351] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:25:51.451 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1351] Closed producer 0
|
|
2026-05-05 18:25:51.451 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56042 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:51.451 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56042 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #83 — 18:25:52
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:25:53.011 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:53.011 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:53.011 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56052 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:53.012 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:53.013 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56052 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.013 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56052 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.013 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56052 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.013 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:53.015 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:53.015 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1352] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:53.015 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1352] Closed producer 0
|
|
2026-05-05 18:25:53.015 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:56052 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:53.015 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:56052 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:25:53.425 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:53.425 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:53.425 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:56054 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:53.426 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:53.426 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.426 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.427 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.427 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:53.428 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:53.428 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1353] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:53.429 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1353] Closed producer 0
|
|
2026-05-05 18:25:53.429 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:56054 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:53.429 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:56054 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:25:53.708 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:53.708 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:53.709 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56062 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:53.709 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:25:53.710 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.710 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.710 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:53.710 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:53.712 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:53.712 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1354] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:25:53.712 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1354] Closed producer 0
|
|
2026-05-05 18:25:53.712 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56062 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:53.712 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56062 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:25:54.025 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:25:54.025 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:25:54.026 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46806 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:25:54.026 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:25:54.027 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:54.027 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:54.027 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:25:54.027 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:25:54.029 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:25:54.029 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1355] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:25:54.029 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1355] Closed producer 0
|
|
2026-05-05 18:25:54.029 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46806 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:25:54.029 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46806 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:26:04.462 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:04.462 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:04.462 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41434 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:04.464 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:26:04.464 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41434 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:04.464 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41434 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:04.465 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41434 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:04.465 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:26:04.467 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:04.467 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1356] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:26:04.467 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1356] Closed producer 0
|
|
2026-05-05 18:26:04.467 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41434 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:04.467 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41434 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:26:12.853 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:12.853 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:12.855 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:41438 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:12.858 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:26:12.859 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41438 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:12.859 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41438 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:12.860 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41438 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:12.861 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:26:12.864 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:12.864 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1357] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:26:12.865 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1357] Closed producer 0
|
|
2026-05-05 18:26:12.865 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:41438 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:12.866 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:41438 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:26:13.218 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:13.218 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:13.218 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41440 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:13.219 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:26:13.220 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41440 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.220 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41440 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.220 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41440 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.220 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:13.222 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:13.222 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1358] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:26:13.223 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1358] Closed producer 0
|
|
2026-05-05 18:26:13.223 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:41440 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:13.223 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:41440 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:26:13.495 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:13.495 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:13.495 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:41450 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:13.496 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:26:13.496 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41450 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.496 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41450 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.497 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41450 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.497 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:13.498 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:13.499 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1359] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:26:13.499 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1359] Closed producer 0
|
|
2026-05-05 18:26:13.499 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41450 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:13.499 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41450 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:26:13.900 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:13.900 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:13.901 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39494 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:13.901 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:26:13.902 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.902 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:39494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.902 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:39494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:13.902 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:13.904 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:13.904 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1360] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:26:13.904 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1360] Closed producer 0
|
|
2026-05-05 18:26:13.904 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39494 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:13.905 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39494 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:26:14.176 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:14.176 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:14.177 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39500 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:14.178 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:26:14.179 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39500 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:14.179 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:39500 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:14.179 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:39500 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:14.179 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:26:14.182 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:14.182 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1361] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:26:14.182 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1361] Closed producer 0
|
|
2026-05-05 18:26:14.183 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:39500 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:14.183 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:39500 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #84 — 18:26:15
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:26:15.770 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:15.770 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:15.771 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39510 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:15.772 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:26:15.772 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:15.772 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:15.772 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:15.772 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:15.774 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:15.774 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1362] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:26:15.774 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1362] Closed producer 0
|
|
2026-05-05 18:26:15.775 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39510 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:15.775 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39510 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:26:16.543 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:16.543 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:16.545 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39524 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:16.547 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:26:16.548 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39524 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:16.549 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39524 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:16.550 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39524 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:16.550 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:26:16.554 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:16.554 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1363] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:26:16.555 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1363] Closed producer 0
|
|
2026-05-05 18:26:16.555 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39524 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:16.555 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39524 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:26:18.613 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:18.614 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:18.615 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:39534 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:18.618 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:26:18.619 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:18.619 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:39534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:18.620 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:39534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:18.620 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:26:18.624 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:18.624 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1364] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:26:18.625 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1364] Closed producer 0
|
|
2026-05-05 18:26:18.625 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:39534 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:18.625 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:39534 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:26:19.892 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:19.892 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:19.892 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:39538 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:19.894 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:26:19.894 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39538 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:19.894 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39538 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:19.895 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39538 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:19.895 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:26:19.897 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:19.897 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1365] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:26:19.897 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1365] Closed producer 0
|
|
2026-05-05 18:26:19.897 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:39538 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:19.897 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:39538 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:26:29.614 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:29.614 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:29.615 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:60734 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:29.615 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:26:29.616 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60734 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:29.616 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:60734 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:29.616 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:60734 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:29.616 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:29.618 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:29.618 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1366] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:26:29.618 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1366] Closed producer 0
|
|
2026-05-05 18:26:29.618 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:60734 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:29.618 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:60734 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:26:39.769 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:39.769 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:39.769 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36178 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:39.770 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:26:39.770 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36178 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:39.770 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36178 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:39.771 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36178 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:39.771 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:39.772 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:39.772 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1367] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:26:39.772 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1367] Closed producer 0
|
|
2026-05-05 18:26:39.773 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36178 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:39.773 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36178 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:26:40.604 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:40.604 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:40.605 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36184 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:40.608 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:26:40.609 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36184 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:40.609 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36184 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:40.610 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36184 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:40.610 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:26:40.614 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:40.614 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1368] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:26:40.615 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1368] Closed producer 0
|
|
2026-05-05 18:26:40.615 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36184 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:40.615 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36184 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:26:40.993 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:40.993 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:40.994 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36200 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:40.994 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:26:40.995 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36200 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:40.995 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:36200 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:40.995 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:36200 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:40.995 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:40.997 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:40.997 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1369] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:26:40.997 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1369] Closed producer 0
|
|
2026-05-05 18:26:40.997 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36200 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:40.997 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36200 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:26:41.574 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:41.574 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:41.575 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36206 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:41.576 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:26:41.576 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36206 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:41.576 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:36206 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:41.577 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:36206 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:41.577 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:41.579 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:41.579 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1370] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:26:41.579 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1370] Closed producer 0
|
|
2026-05-05 18:26:41.579 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36206 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:41.579 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36206 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:26:41.927 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:41.927 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:41.928 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36218 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:41.929 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:26:41.929 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:41.929 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:36218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:41.929 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:36218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:41.929 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:41.931 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:41.931 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1371] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:26:41.931 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1371] Closed producer 0
|
|
2026-05-05 18:26:41.932 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36218 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:41.932 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36218 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #85 — 18:26:43
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:26:43.857 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:43.857 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:43.859 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43010 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:43.861 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:26:43.861 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:43.861 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:43.862 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:43.862 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:26:43.864 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:43.864 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1372] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:26:43.865 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1372] Closed producer 0
|
|
2026-05-05 18:26:43.865 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43010 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:43.865 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43010 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:26:45.868 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:45.869 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:45.869 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:43024 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:45.870 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:26:45.871 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:45.871 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:45.871 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43024 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:45.872 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:26:45.874 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:45.874 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1373] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:26:45.874 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1373] Closed producer 0
|
|
2026-05-05 18:26:45.874 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43024 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:45.874 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43024 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:26:47.134 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:47.134 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:47.136 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:43032 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:47.138 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:26:47.140 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:47.140 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:47.141 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43032 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:47.141 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:26:47.209 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:47.209 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1374] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:26:47.210 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1374] Closed producer 0
|
|
2026-05-05 18:26:47.211 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:43032 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:47.211 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:43032 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:26:48.203 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:48.203 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:48.204 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43046 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:48.205 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:26:48.205 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:48.205 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:48.205 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:48.205 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:26:48.207 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:48.207 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1375] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:26:48.207 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1375] Closed producer 0
|
|
2026-05-05 18:26:48.207 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43046 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:48.207 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43046 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:26:56.789 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:26:56.789 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:26:56.791 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41262 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:26:56.794 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:26:56.795 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:56.795 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:56.797 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:26:56.797 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:26:56.800 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:26:56.800 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1376] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:26:56.801 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1376] Closed producer 0
|
|
2026-05-05 18:26:56.802 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41262 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:26:56.802 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41262 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:27:05.363 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:05.363 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:05.363 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:43406 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:05.364 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:27:05.364 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43406 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:05.364 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:43406 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:05.365 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:43406 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:05.365 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:05.366 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:05.366 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1377] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:27:05.367 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1377] Closed producer 0
|
|
2026-05-05 18:27:05.367 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:43406 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:05.367 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:43406 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:27:05.856 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:05.857 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:05.857 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43416 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:05.858 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:27:05.858 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43416 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:05.858 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:43416 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:05.858 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:43416 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:05.858 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:05.860 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:05.860 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1378] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:27:05.860 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1378] Closed producer 0
|
|
2026-05-05 18:27:05.860 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43416 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:05.860 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43416 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:27:06.187 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:06.187 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:06.188 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:43432 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:06.189 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:27:06.189 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.189 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:43432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.189 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:43432 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.189 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:06.191 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:06.191 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1379] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:27:06.192 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1379] Closed producer 0
|
|
2026-05-05 18:27:06.192 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43432 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:06.192 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43432 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:27:06.695 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:06.695 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:06.696 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:43444 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:06.697 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:27:06.698 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.698 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:43444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.698 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:43444 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.698 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:06.700 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:06.700 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1380] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:27:06.701 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1380] Closed producer 0
|
|
2026-05-05 18:27:06.701 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:43444 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:06.701 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:43444 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:27:06.983 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:06.983 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:06.983 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43448 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:06.984 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:27:06.984 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43448 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.985 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:43448 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.985 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:43448 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:06.985 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:06.987 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:06.987 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1381] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:27:06.987 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1381] Closed producer 0
|
|
2026-05-05 18:27:06.987 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43448 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:06.987 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43448 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #86 — 18:27:08
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:27:08.318 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:08.319 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:08.319 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:43462 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:08.320 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:08.320 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43462 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:08.320 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43462 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:08.320 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43462 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:08.320 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:08.322 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:08.322 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1382] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:08.322 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1382] Closed producer 0
|
|
2026-05-05 18:27:08.322 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43462 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:08.323 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43462 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:27:08.844 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:08.844 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:08.844 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:43464 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:08.845 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:08.845 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43464 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:08.845 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43464 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:08.846 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43464 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:08.846 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:08.847 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:08.847 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1383] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:08.848 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1383] Closed producer 0
|
|
2026-05-05 18:27:08.848 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:43464 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:08.848 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:43464 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:27:09.330 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:09.330 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:09.330 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:43476 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:09.331 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:09.332 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:09.332 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:43476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:09.332 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:43476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:09.332 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:09.334 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:09.334 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1384] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:09.334 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1384] Closed producer 0
|
|
2026-05-05 18:27:09.334 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:43476 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:09.335 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:43476 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:27:10.282 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:10.282 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:10.283 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:43490 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:10.284 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:27:10.284 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:43490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:10.284 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:43490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:10.285 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:43490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:10.285 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:10.287 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:10.287 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1385] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:27:10.287 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1385] Closed producer 0
|
|
2026-05-05 18:27:10.287 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:43490 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:10.288 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:43490 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:27:18.889 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:18.889 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:18.890 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54324 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:18.891 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:27:18.891 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:18.891 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:18.891 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:18.891 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:18.893 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:18.893 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1386] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:27:18.893 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1386] Closed producer 0
|
|
2026-05-05 18:27:18.893 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:54324 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:18.893 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:54324 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:27:27.286 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:27.286 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:27.286 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:53294 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:27.287 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:27:27.288 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:27.288 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:53294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:27.288 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:53294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:27.288 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:27.290 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:27.290 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1387] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:27:27.290 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1387] Closed producer 0
|
|
2026-05-05 18:27:27.290 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:53294 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:27.290 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:53294 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:27:27.615 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:27.615 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:27.616 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:53302 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:27.617 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:27:27.617 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:27.617 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:53302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:27.618 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:53302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:27.618 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:27.620 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:27.620 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1388] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:27:27.620 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1388] Closed producer 0
|
|
2026-05-05 18:27:27.620 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53302 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:27.620 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53302 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:27:28.395 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:28.395 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:28.395 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:53308 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:28.396 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:27:28.396 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:28.396 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:53308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:28.397 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:53308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:28.397 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:28.398 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:28.398 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1389] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:27:28.399 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1389] Closed producer 0
|
|
2026-05-05 18:27:28.399 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:53308 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:28.399 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:53308 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:27:28.753 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:28.753 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:28.753 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:53316 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:28.754 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:27:28.755 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:28.755 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:53316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:28.755 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:53316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:28.755 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:28.757 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:28.757 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1390] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:27:28.757 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1390] Closed producer 0
|
|
2026-05-05 18:27:28.757 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:53316 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:28.758 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:53316 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:27:29.058 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:29.058 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:29.059 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:53318 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:29.059 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:27:29.060 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53318 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:29.060 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:53318 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:29.060 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:53318 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:29.060 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:29.062 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:29.062 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1391] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:27:29.062 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1391] Closed producer 0
|
|
2026-05-05 18:27:29.062 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53318 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:29.062 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53318 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #87 — 18:27:30
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:27:31.404 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:31.404 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:31.405 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:53330 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:31.406 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:31.406 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53330 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:31.406 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:53330 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:31.407 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:53330 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:31.407 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:31.408 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:31.408 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1392] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:31.409 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1392] Closed producer 0
|
|
2026-05-05 18:27:31.409 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:53330 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:31.409 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:53330 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:27:32.749 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:32.749 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:32.750 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:53332 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:32.750 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:32.751 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53332 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:32.751 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:53332 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:32.751 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:53332 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:32.751 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:32.753 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:32.753 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1393] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:32.753 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1393] Closed producer 0
|
|
2026-05-05 18:27:32.753 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:53332 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:32.753 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:53332 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:27:33.188 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:33.188 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:33.188 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:53346 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:33.190 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:33.190 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:33.190 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:53346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:33.191 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:53346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:33.191 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:33.193 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:33.193 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1394] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:33.193 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1394] Closed producer 0
|
|
2026-05-05 18:27:33.193 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53346 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:33.194 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53346 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:27:33.645 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:33.645 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:33.646 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:53352 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:33.648 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:27:33.648 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:33.648 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:53352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:33.648 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:53352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:33.648 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:33.650 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:33.650 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1395] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:27:33.651 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1395] Closed producer 0
|
|
2026-05-05 18:27:33.651 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:53352 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:33.651 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:53352 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:27:42.857 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:42.857 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:42.857 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35012 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:42.858 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:27:42.858 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:42.858 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:42.859 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:42.859 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:42.860 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:42.861 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1396] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:27:42.861 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1396] Closed producer 0
|
|
2026-05-05 18:27:42.861 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35012 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:42.861 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35012 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:27:51.122 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:51.122 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:51.123 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36638 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:51.125 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:27:51.126 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36638 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.126 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36638 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.127 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36638 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.127 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:27:51.130 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:51.130 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1397] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:27:51.131 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1397] Closed producer 0
|
|
2026-05-05 18:27:51.131 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36638 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:51.131 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36638 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:27:51.490 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:51.490 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:51.492 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36648 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:51.495 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:27:51.496 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.496 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.497 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.498 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:27:51.501 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:51.501 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1398] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:27:51.502 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1398] Closed producer 0
|
|
2026-05-05 18:27:51.502 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36648 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:51.503 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36648 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:27:51.737 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:51.737 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:51.737 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36652 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:51.738 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:27:51.739 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.739 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:36652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.739 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:36652 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:51.739 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:51.741 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:51.741 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1399] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:27:51.742 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1399] Closed producer 0
|
|
2026-05-05 18:27:51.742 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36652 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:51.742 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36652 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:27:52.126 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:52.127 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:52.128 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36668 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:52.131 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:27:52.143 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36668 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:52.143 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:36668 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:52.144 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:36668 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:52.144 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:27:52.150 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:52.150 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1400] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:27:52.151 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1400] Closed producer 0
|
|
2026-05-05 18:27:52.151 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36668 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:52.152 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36668 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:27:52.429 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:52.429 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:52.429 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36670 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:52.430 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:27:52.430 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:52.430 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:36670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:52.431 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:36670 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:52.431 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:52.433 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:52.433 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1401] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:27:52.433 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1401] Closed producer 0
|
|
2026-05-05 18:27:52.433 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36670 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:52.433 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36670 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #88 — 18:27:53
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:27:53.763 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:53.763 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:53.763 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36682 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:53.764 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:53.765 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36682 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:53.765 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36682 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:53.766 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36682 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:53.766 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:27:53.768 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:53.768 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1402] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:53.768 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1402] Closed producer 0
|
|
2026-05-05 18:27:53.769 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36682 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:53.769 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36682 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:27:54.173 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:54.173 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:54.175 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:57070 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:54.178 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:54.179 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.179 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.180 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.180 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:27:54.184 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:54.184 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1403] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:54.185 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1403] Closed producer 0
|
|
2026-05-05 18:27:54.185 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57070 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:54.185 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57070 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:27:54.438 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:54.438 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:54.438 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57086 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:54.440 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:27:54.440 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57086 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.440 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57086 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.441 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57086 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.441 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:54.443 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:54.443 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1404] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:27:54.443 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1404] Closed producer 0
|
|
2026-05-05 18:27:54.443 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:57086 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:54.443 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:57086 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:27:54.837 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:27:54.837 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:27:54.838 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57094 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:27:54.838 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:27:54.839 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.839 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.840 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:27:54.840 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:27:54.842 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:27:54.842 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1405] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:27:54.842 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1405] Closed producer 0
|
|
2026-05-05 18:27:54.842 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57094 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:27:54.842 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57094 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:28:03.563 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:03.563 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:03.563 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:57110 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:03.564 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:28:03.564 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:03.564 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:03.565 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:03.565 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:03.566 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:03.566 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1406] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:28:03.567 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1406] Closed producer 0
|
|
2026-05-05 18:28:03.567 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57110 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:03.567 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57110 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:28:11.763 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:11.763 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:11.763 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38452 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:11.764 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:28:11.765 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38452 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:11.765 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38452 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:11.765 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38452 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:11.765 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:11.767 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:11.767 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1407] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:28:11.768 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1407] Closed producer 0
|
|
2026-05-05 18:28:11.768 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:38452 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:11.768 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:38452 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:28:12.071 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:12.071 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:12.071 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38468 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:12.072 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:28:12.072 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.072 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.073 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38468 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.073 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:12.074 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:12.074 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1408] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:28:12.075 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1408] Closed producer 0
|
|
2026-05-05 18:28:12.075 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38468 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:12.075 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38468 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:28:12.313 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:12.313 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:12.313 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:38476 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:12.314 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:28:12.314 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.315 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:38476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.315 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:38476 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.315 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:12.317 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:12.317 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1409] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:28:12.317 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1409] Closed producer 0
|
|
2026-05-05 18:28:12.317 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38476 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:12.317 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38476 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:28:12.680 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:12.680 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:12.681 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38490 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:12.682 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:28:12.682 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.682 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:38490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.683 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:38490 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.683 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:28:12.685 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:12.685 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1410] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:28:12.686 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1410] Closed producer 0
|
|
2026-05-05 18:28:12.686 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:38490 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:12.686 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:38490 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:28:12.979 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:12.979 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:12.980 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38506 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:12.980 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:28:12.981 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38506 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.981 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:38506 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.981 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:38506 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:12.981 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:12.983 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:12.983 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1411] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:28:12.983 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1411] Closed producer 0
|
|
2026-05-05 18:28:12.983 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38506 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:12.983 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38506 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #89 — 18:28:14
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:28:14.446 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:14.446 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:14.447 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:57758 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:14.448 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:28:14.449 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:14.449 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:14.449 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:14.449 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:14.451 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:14.452 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1412] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:28:14.452 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1412] Closed producer 0
|
|
2026-05-05 18:28:14.452 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57758 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:14.452 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57758 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:28:14.841 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:14.841 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:14.841 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57768 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:14.842 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:28:14.842 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57768 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:14.842 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57768 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:14.842 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57768 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:14.842 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:14.844 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:14.844 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1413] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:28:14.844 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1413] Closed producer 0
|
|
2026-05-05 18:28:14.844 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:57768 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:14.845 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:57768 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:28:15.234 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:15.234 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:15.235 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:57772 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:15.236 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:28:15.236 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:15.236 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:15.237 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:15.237 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:15.239 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:15.239 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1414] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:28:15.239 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1414] Closed producer 0
|
|
2026-05-05 18:28:15.239 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57772 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:15.240 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57772 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:28:16.433 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:16.433 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:16.434 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:57788 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:16.437 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:28:16.438 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:16.438 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:16.438 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57788 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:16.438 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:16.440 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:16.440 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1415] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:28:16.440 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1415] Closed producer 0
|
|
2026-05-05 18:28:16.440 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:57788 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:16.440 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:57788 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:28:25.126 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:25.126 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:25.126 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:47736 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:25.127 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:28:25.128 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:25.128 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:47736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:25.128 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:47736 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:25.128 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:28:25.130 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:25.130 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1416] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:28:25.131 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1416] Closed producer 0
|
|
2026-05-05 18:28:25.131 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:47736 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:25.131 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:47736 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:28:33.666 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:33.667 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:33.668 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:47740 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:33.670 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:28:33.672 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:33.672 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:47740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:33.673 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:47740 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:33.673 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:28:33.676 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:33.676 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1417] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:28:33.677 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1417] Closed producer 0
|
|
2026-05-05 18:28:33.677 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:47740 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:33.677 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:47740 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:28:34.184 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:34.184 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:34.184 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36630 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:34.185 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:28:34.185 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:34.185 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:34.185 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36630 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:34.185 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:34.187 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:34.187 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1418] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:28:34.188 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1418] Closed producer 0
|
|
2026-05-05 18:28:34.188 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36630 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:34.188 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36630 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:28:34.555 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:34.555 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:34.556 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36640 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:34.557 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:28:34.557 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:34.557 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:36640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:34.557 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:36640 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:34.557 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:34.559 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:34.559 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1419] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:28:34.559 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1419] Closed producer 0
|
|
2026-05-05 18:28:34.559 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36640 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:34.559 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36640 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:28:35.256 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:35.256 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:35.257 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36648 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:35.260 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:28:35.261 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:35.262 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:36648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:35.263 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:36648 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:35.263 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:28:35.266 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:35.278 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1420] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:28:35.279 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1420] Closed producer 0
|
|
2026-05-05 18:28:35.279 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36648 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:35.280 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36648 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:28:35.608 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:35.608 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:35.609 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36658 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:35.610 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:28:35.610 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:35.610 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:36658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:35.611 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:36658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:35.611 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:35.613 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:35.613 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1421] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:28:35.613 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1421] Closed producer 0
|
|
2026-05-05 18:28:35.613 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36658 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:35.613 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36658 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #90 — 18:28:36
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:28:37.045 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:37.045 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:37.046 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36662 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:37.049 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:28:37.051 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36662 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:37.051 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36662 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:37.052 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36662 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:37.052 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:28:37.056 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:37.056 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1422] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:28:37.057 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1422] Closed producer 0
|
|
2026-05-05 18:28:37.057 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36662 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:37.057 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36662 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:28:37.677 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:37.677 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:37.678 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:36676 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:37.681 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:28:37.682 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36676 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:37.682 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36676 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:37.683 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36676 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:37.683 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:28:37.687 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:37.687 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1423] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:28:37.688 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1423] Closed producer 0
|
|
2026-05-05 18:28:37.688 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36676 -> 127.0.0.1:6650] Connection disconnected (refCnt: 3)
|
|
2026-05-05 18:28:37.689 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36676 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:28:38.509 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:38.509 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:38.509 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36688 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:38.510 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:28:38.510 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36688 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:38.510 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36688 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:38.511 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36688 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:38.511 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:38.512 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:38.512 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1424] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:28:38.513 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1424] Closed producer 0
|
|
2026-05-05 18:28:38.513 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36688 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:38.513 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36688 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:28:39.262 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:39.262 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:39.263 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36698 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:39.264 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:28:39.265 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36698 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:39.265 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36698 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:39.266 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36698 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:39.266 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:28:39.269 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:39.269 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1425] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:28:39.270 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1425] Closed producer 0
|
|
2026-05-05 18:28:39.270 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:36698 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:39.270 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:36698 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:28:47.648 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:47.648 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:47.649 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:46510 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:47.650 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:28:47.650 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:47.650 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:47.651 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46510 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:47.651 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:28:47.653 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:47.653 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1426] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:28:47.653 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1426] Closed producer 0
|
|
2026-05-05 18:28:47.653 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46510 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:47.654 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46510 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:28:55.867 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:55.867 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:55.868 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:38598 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:55.871 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:28:55.873 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38598 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:55.873 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38598 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:55.874 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38598 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:55.874 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:28:55.877 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:55.878 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1427] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:28:55.878 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1427] Closed producer 0
|
|
2026-05-05 18:28:55.879 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38598 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:55.879 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38598 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:28:56.214 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:56.214 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:56.214 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38602 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:56.215 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:28:56.215 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38602 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.215 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:38602 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.215 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:38602 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.215 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:56.217 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:56.217 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1428] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:28:56.217 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1428] Closed producer 0
|
|
2026-05-05 18:28:56.217 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:38602 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:56.217 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:38602 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:28:56.456 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:56.456 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:56.456 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38612 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:56.457 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:28:56.458 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38612 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.458 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:38612 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.458 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:38612 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.458 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:56.460 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:56.460 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1429] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:28:56.460 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1429] Closed producer 0
|
|
2026-05-05 18:28:56.461 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38612 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:56.461 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38612 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:28:56.781 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:56.781 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:56.781 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:38628 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:56.782 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:28:56.782 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38628 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.782 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:38628 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.783 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:38628 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:56.783 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:56.784 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:56.784 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1430] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:28:56.784 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1430] Closed producer 0
|
|
2026-05-05 18:28:56.785 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38628 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:56.785 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38628 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:28:57.069 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:57.069 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:57.070 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38644 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:57.071 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:28:57.071 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38644 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:57.071 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:38644 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:57.071 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:38644 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:57.071 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:28:57.073 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:57.073 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1431] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:28:57.074 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1431] Closed producer 0
|
|
2026-05-05 18:28:57.074 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38644 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:57.074 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38644 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #91 — 18:28:58
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:28:59.254 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:28:59.254 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:28:59.255 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:38658 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:28:59.256 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:28:59.257 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:59.257 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:59.258 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38658 -> 127.0.0.1:6650]
|
|
2026-05-05 18:28:59.258 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:28:59.260 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:28:59.260 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1432] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:28:59.261 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1432] Closed producer 0
|
|
2026-05-05 18:28:59.261 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38658 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:28:59.261 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38658 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:29:00.004 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:00.004 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:00.004 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38662 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:00.006 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:29:00.006 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38662 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:00.006 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38662 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:00.007 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38662 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:00.007 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:00.009 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:00.009 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1433] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:29:00.009 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1433] Closed producer 0
|
|
2026-05-05 18:29:00.009 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:38662 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:00.009 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:38662 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:29:00.507 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:00.507 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:00.508 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38672 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:00.509 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:29:00.509 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:00.509 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:38672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:00.510 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:38672 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:00.510 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:00.512 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:00.512 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1434] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:29:00.512 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1434] Closed producer 0
|
|
2026-05-05 18:29:00.512 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38672 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:00.512 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38672 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:29:01.222 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:01.222 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:01.222 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:38682 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:01.223 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:29:01.223 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38682 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:01.224 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38682 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:01.224 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38682 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:01.224 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:01.226 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:01.226 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1435] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:29:01.226 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1435] Closed producer 0
|
|
2026-05-05 18:29:01.226 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38682 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:01.226 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38682 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:29:09.514 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:09.514 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:09.514 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:48728 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:09.515 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:29:09.516 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:48728 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:09.516 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:48728 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:09.516 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:48728 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:09.516 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:09.518 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:09.518 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1436] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:29:09.518 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1436] Closed producer 0
|
|
2026-05-05 18:29:09.518 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:48728 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:09.518 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:48728 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:29:17.857 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:17.857 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:17.857 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41796 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:17.858 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:29:17.858 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:17.858 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:17.859 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:17.859 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:17.861 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:17.861 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1437] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:29:17.861 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1437] Closed producer 0
|
|
2026-05-05 18:29:17.861 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41796 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:17.861 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41796 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:29:18.298 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:18.298 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:18.298 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41810 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:18.299 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:29:18.299 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.299 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.299 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41810 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.299 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:18.301 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:18.301 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1438] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:29:18.301 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1438] Closed producer 0
|
|
2026-05-05 18:29:18.302 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41810 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:18.302 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41810 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:29:18.568 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:18.568 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:18.569 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41816 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:18.570 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:29:18.570 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.570 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.571 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.571 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:18.573 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:18.573 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1439] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:29:18.573 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1439] Closed producer 0
|
|
2026-05-05 18:29:18.573 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41816 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:18.573 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41816 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:29:18.864 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:18.864 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:18.865 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41824 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:18.866 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:29:18.866 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.866 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:41824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.867 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:41824 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:18.867 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:18.868 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:18.868 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1440] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:29:18.869 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1440] Closed producer 0
|
|
2026-05-05 18:29:18.869 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41824 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:18.869 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41824 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:29:19.128 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:19.128 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:19.129 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41840 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:19.132 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:29:19.133 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:19.133 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:41840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:19.135 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:41840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:19.135 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:29:19.138 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:19.138 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1441] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:29:19.139 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1441] Closed producer 0
|
|
2026-05-05 18:29:19.140 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41840 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:19.140 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41840 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #92 — 18:29:20
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:29:20.662 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:20.662 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:20.662 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41852 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:20.663 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:29:20.663 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:20.663 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:20.664 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:20.664 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:20.666 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:20.666 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1442] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:29:20.667 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1442] Closed producer 0
|
|
2026-05-05 18:29:20.667 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41852 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:20.667 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41852 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:29:20.951 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:20.951 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:20.952 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41868 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:20.955 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:29:20.956 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41868 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:20.956 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41868 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:20.957 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41868 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:20.957 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:29:20.961 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:20.961 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1443] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:29:20.962 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1443] Closed producer 0
|
|
2026-05-05 18:29:20.962 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41868 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:20.962 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41868 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:29:21.431 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:21.431 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:21.432 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41870 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:21.433 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:29:21.433 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:21.433 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:21.434 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41870 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:21.434 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:21.436 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:21.436 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1444] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:29:21.436 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1444] Closed producer 0
|
|
2026-05-05 18:29:21.436 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41870 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:21.436 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41870 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:29:21.815 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:21.815 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:21.815 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41874 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:21.817 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:29:21.817 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41874 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:21.817 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:41874 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:21.818 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:41874 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:21.818 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:29:21.820 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:21.820 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1445] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:29:21.820 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1445] Closed producer 0
|
|
2026-05-05 18:29:21.820 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41874 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:21.821 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41874 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:29:30.582 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:30.582 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:30.582 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45894 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:30.583 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:29:30.583 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:30.583 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:30.584 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:30.584 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:30.586 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:30.586 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1446] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:29:30.586 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1446] Closed producer 0
|
|
2026-05-05 18:29:30.586 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:45894 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:30.586 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:45894 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:29:41.350 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:41.350 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:41.350 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:53196 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:41.351 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:29:41.351 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53196 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:41.351 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:53196 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:41.351 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:53196 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:41.352 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:41.353 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:41.353 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1447] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:29:41.353 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1447] Closed producer 0
|
|
2026-05-05 18:29:41.354 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53196 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:41.354 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53196 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:29:43.605 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:43.605 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:43.606 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:53212 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:43.609 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:29:43.611 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:53212 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:43.611 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:53212 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:43.612 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:53212 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:43.612 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:29:43.616 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:43.616 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1448] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:29:43.617 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1448] Closed producer 0
|
|
2026-05-05 18:29:43.617 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:53212 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:43.617 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:53212 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:29:44.455 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:44.455 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:44.455 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:40004 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:44.457 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:29:44.457 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:44.457 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:40004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:44.458 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:40004 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:44.458 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:44.460 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:44.460 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1449] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:29:44.460 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1449] Closed producer 0
|
|
2026-05-05 18:29:44.460 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40004 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:44.461 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40004 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:29:45.401 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:45.401 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:45.401 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40016 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:45.402 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:29:45.402 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40016 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:45.402 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:40016 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:45.403 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:40016 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:45.403 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:45.404 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:45.405 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1450] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:29:45.405 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1450] Closed producer 0
|
|
2026-05-05 18:29:45.405 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:40016 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:45.405 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:40016 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:29:46.074 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:46.074 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:46.075 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40028 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:46.079 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:29:46.079 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:46.080 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:40028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:46.080 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:40028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:46.080 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:46.082 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:46.082 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1451] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:29:46.083 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1451] Closed producer 0
|
|
2026-05-05 18:29:46.083 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40028 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:46.083 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40028 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #93 — 18:29:47
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:29:47.543 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:47.544 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:47.544 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:40038 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:47.545 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:29:47.555 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:47.555 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:47.555 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40038 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:47.555 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 10 ms
|
|
2026-05-05 18:29:47.558 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:47.558 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1452] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:29:47.558 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1452] Closed producer 0
|
|
2026-05-05 18:29:47.558 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40038 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:47.558 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40038 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:29:48.002 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:48.002 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:48.003 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:40054 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:48.003 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:29:48.004 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:48.004 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:48.004 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:48.004 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:48.006 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:48.006 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1453] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:29:48.007 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1453] Closed producer 0
|
|
2026-05-05 18:29:48.007 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:40054 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:48.007 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:40054 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:29:49.119 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:49.119 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:49.119 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40070 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:49.121 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:29:49.121 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:49.121 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:40070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:49.122 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:40070 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:49.122 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:29:49.124 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:49.124 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1454] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:29:49.124 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1454] Closed producer 0
|
|
2026-05-05 18:29:49.124 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40070 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:49.125 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40070 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:29:50.911 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:50.911 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:50.912 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:40078 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:50.913 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:29:50.913 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:50.913 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:50.914 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40078 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:50.914 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:29:50.916 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:50.916 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1455] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:29:50.916 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1455] Closed producer 0
|
|
2026-05-05 18:29:50.916 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40078 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:50.916 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40078 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:29:59.434 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:29:59.434 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:29:59.435 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33496 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:29:59.436 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:29:59.436 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:59.436 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:33496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:59.437 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:33496 -> 127.0.0.1:6650]
|
|
2026-05-05 18:29:59.437 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:29:59.439 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:29:59.439 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1456] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:29:59.439 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1456] Closed producer 0
|
|
2026-05-05 18:29:59.439 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:33496 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:29:59.439 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:33496 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:30:08.810 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:08.810 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:08.811 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41730 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:08.812 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:30:08.813 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41730 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:08.813 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41730 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:08.813 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41730 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:08.813 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:30:08.815 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:08.815 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1457] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:30:08.816 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1457] Closed producer 0
|
|
2026-05-05 18:30:08.816 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41730 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:08.816 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41730 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:30:09.403 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:09.403 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:09.404 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41746 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:09.404 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:30:09.405 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41746 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:09.405 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:41746 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:09.405 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:41746 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:09.405 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:09.407 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:09.407 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1458] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:30:09.407 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1458] Closed producer 0
|
|
2026-05-05 18:30:09.407 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41746 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:09.407 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41746 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:30:09.744 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:09.744 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:09.744 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41760 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:09.746 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:30:09.746 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:09.746 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:41760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:09.747 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:41760 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:09.747 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:09.749 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:09.749 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1459] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:30:09.749 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1459] Closed producer 0
|
|
2026-05-05 18:30:09.749 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41760 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:09.749 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41760 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:30:10.258 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:10.258 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:10.259 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41774 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:10.260 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:30:10.260 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:10.260 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:41774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:10.260 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:41774 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:10.261 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:10.263 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:10.263 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1460] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:30:10.264 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1460] Closed producer 0
|
|
2026-05-05 18:30:10.264 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41774 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:10.264 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41774 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:30:10.594 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:10.594 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:10.594 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:41784 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:10.595 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:30:10.595 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:10.595 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:41784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:10.595 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:41784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:10.595 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:10.597 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:10.597 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1461] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:30:10.597 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1461] Closed producer 0
|
|
2026-05-05 18:30:10.598 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:41784 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:10.598 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:41784 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #94 — 18:30:11
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:30:12.032 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:12.032 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:12.032 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:41800 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:12.033 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:30:12.033 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41800 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:12.033 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41800 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:12.034 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41800 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:12.034 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:12.035 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:12.035 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1462] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:30:12.036 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1462] Closed producer 0
|
|
2026-05-05 18:30:12.036 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:41800 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:12.036 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:41800 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:30:13.294 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:13.294 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:13.294 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:41816 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:13.295 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:30:13.296 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:41816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:13.296 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:41816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:13.296 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:41816 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:13.297 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:30:13.298 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:13.298 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1463] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:30:13.299 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1463] Closed producer 0
|
|
2026-05-05 18:30:13.299 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:41816 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:13.299 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:41816 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:30:14.905 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:14.905 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:14.906 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:35758 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:14.906 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:30:14.907 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:14.907 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:14.907 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35758 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:14.907 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:14.909 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:14.909 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1464] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:30:14.909 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1464] Closed producer 0
|
|
2026-05-05 18:30:14.909 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35758 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:14.909 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35758 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:30:15.903 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:15.903 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:15.904 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35772 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:15.905 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:30:15.905 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:15.905 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:15.906 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35772 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:15.906 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:15.908 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:15.908 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1465] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:30:15.908 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1465] Closed producer 0
|
|
2026-05-05 18:30:15.908 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:35772 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:15.909 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:35772 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:30:24.185 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:24.185 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:24.185 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54396 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:24.186 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:30:24.187 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54396 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:24.187 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54396 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:24.188 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54396 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:24.188 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:30:24.190 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:24.190 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1466] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:30:24.190 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1466] Closed producer 0
|
|
2026-05-05 18:30:24.190 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54396 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:24.190 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54396 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:30:32.584 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:32.584 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:32.585 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:54406 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:32.586 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:30:32.587 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54406 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:32.587 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54406 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:32.588 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54406 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:32.588 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:30:32.590 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:32.590 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1467] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:30:32.590 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1467] Closed producer 0
|
|
2026-05-05 18:30:32.590 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54406 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:32.591 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54406 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:30:33.051 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:33.051 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:33.051 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:54422 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:33.053 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:30:33.053 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54422 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.053 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54422 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.053 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54422 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.053 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:33.055 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:33.055 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1468] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:30:33.055 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1468] Closed producer 0
|
|
2026-05-05 18:30:33.055 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:54422 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:33.055 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:54422 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:30:33.527 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:33.527 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:33.527 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54428 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:33.529 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:30:33.529 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.529 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:54428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.530 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:54428 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.530 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:30:33.532 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:33.532 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1469] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:30:33.533 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1469] Closed producer 0
|
|
2026-05-05 18:30:33.533 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54428 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:33.533 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54428 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:30:33.927 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:33.927 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:33.928 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:54380 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:33.929 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:30:33.930 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54380 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.930 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:54380 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.930 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:54380 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:33.930 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:30:33.933 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:33.933 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1470] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:30:33.934 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1470] Closed producer 0
|
|
2026-05-05 18:30:33.934 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54380 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:33.934 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54380 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:30:34.293 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:34.293 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:34.293 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:54392 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:34.295 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:30:34.295 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54392 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:34.295 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:54392 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:34.296 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:54392 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:34.296 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:34.298 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:34.298 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1471] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:30:34.299 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1471] Closed producer 0
|
|
2026-05-05 18:30:34.299 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:54392 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:34.299 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:54392 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #95 — 18:30:35
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:30:35.611 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:35.611 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:35.611 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54398 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:35.612 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:30:35.613 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54398 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:35.613 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54398 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:35.614 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54398 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:35.614 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:30:35.616 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:35.616 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1472] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:30:35.616 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1472] Closed producer 0
|
|
2026-05-05 18:30:35.616 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54398 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:35.616 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54398 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:30:36.062 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:36.062 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:36.064 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:54414 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:36.067 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:30:36.069 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54414 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:36.069 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54414 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:36.069 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54414 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:36.069 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:36.071 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:36.071 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1473] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:30:36.072 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1473] Closed producer 0
|
|
2026-05-05 18:30:36.072 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54414 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:36.072 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54414 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:30:36.520 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:36.520 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:36.522 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54426 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:36.525 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:30:36.527 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54426 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:36.527 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54426 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:36.528 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54426 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:36.528 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:30:36.531 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:36.531 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1474] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:30:36.532 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1474] Closed producer 0
|
|
2026-05-05 18:30:36.533 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:54426 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:36.533 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:54426 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:30:37.049 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:37.049 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:37.049 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:54442 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:37.050 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:30:37.051 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54442 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:37.051 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54442 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:37.051 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54442 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:37.051 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:37.054 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:37.054 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1475] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:30:37.054 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1475] Closed producer 0
|
|
2026-05-05 18:30:37.054 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54442 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:37.054 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54442 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:30:45.370 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:45.370 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:45.372 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:36356 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:45.376 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:30:45.377 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36356 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:45.377 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36356 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:45.379 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36356 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:45.379 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:30:45.384 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:45.385 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1476] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:30:45.385 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1476] Closed producer 0
|
|
2026-05-05 18:30:45.386 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:36356 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:45.386 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:36356 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:30:54.561 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:54.561 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:54.562 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35300 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:54.565 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:30:54.566 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:54.566 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:35300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:54.568 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:35300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:54.568 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:30:54.573 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:54.575 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1477] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:30:54.575 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1477] Closed producer 0
|
|
2026-05-05 18:30:54.576 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:35300 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:54.576 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:35300 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:30:56.456 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:56.456 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:56.457 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35306 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:56.458 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:30:56.458 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:56.458 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:35306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:56.458 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:35306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:56.458 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:56.460 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:56.460 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1478] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:30:56.461 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1478] Closed producer 0
|
|
2026-05-05 18:30:56.461 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35306 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:56.461 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35306 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:30:57.281 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:57.281 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:57.282 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:35320 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:57.283 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:30:57.283 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:57.283 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:35320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:57.283 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:35320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:57.283 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:57.285 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:57.285 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1479] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:30:57.286 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1479] Closed producer 0
|
|
2026-05-05 18:30:57.286 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35320 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:57.286 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35320 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:30:58.151 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:58.151 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:58.151 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35326 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:58.152 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:30:58.152 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:58.152 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:35326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:58.153 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:35326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:58.153 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:58.155 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:58.155 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1480] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:30:58.155 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1480] Closed producer 0
|
|
2026-05-05 18:30:58.155 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:35326 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:58.156 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:35326 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 6 points written 🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:30:58.543 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:58.543 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:58.544 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35334 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:58.545 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:30:58.545 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35334 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:58.545 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:35334 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:58.545 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:35334 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:58.545 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:30:58.547 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:58.547 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1481] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:30:58.548 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1481] Closed producer 0
|
|
2026-05-05 18:30:58.548 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35334 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:58.548 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35334 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #96 — 18:30:59
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:30:59.896 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:30:59.896 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:30:59.897 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:35340 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:30:59.900 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:30:59.901 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:59.902 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:59.903 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:30:59.903 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:30:59.907 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:30:59.907 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1482] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:30:59.908 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1482] Closed producer 0
|
|
2026-05-05 18:30:59.909 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35340 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:30:59.909 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35340 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:31:00.329 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:00.329 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:00.330 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35354 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:00.330 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:31:00.331 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35354 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.331 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35354 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.331 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35354 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.331 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:00.333 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:00.333 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1483] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:31:00.333 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1483] Closed producer 0
|
|
2026-05-05 18:31:00.333 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:35354 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:00.333 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:35354 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:31:00.701 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:00.701 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:00.702 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35366 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:00.703 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:31:00.703 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.703 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.703 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.703 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:00.705 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:00.705 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1484] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:31:00.705 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1484] Closed producer 0
|
|
2026-05-05 18:31:00.705 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35366 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:00.706 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35366 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:31:00.993 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:00.993 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:00.994 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:35372 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:00.994 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:31:00.995 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.995 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.995 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:00.995 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:00.997 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:00.997 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1485] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:31:00.997 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1485] Closed producer 0
|
|
2026-05-05 18:31:00.997 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35372 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:00.997 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35372 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:31:09.526 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:09.526 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:09.526 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:47684 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:09.527 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:31:09.527 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47684 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:09.527 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:47684 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:09.528 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:47684 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:09.528 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:09.530 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:09.530 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1486] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:31:09.530 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1486] Closed producer 0
|
|
2026-05-05 18:31:09.530 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:47684 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:09.530 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:47684 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:31:20.113 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:20.113 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:20.114 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:42862 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:20.116 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:31:20.116 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:20.116 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:20.117 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42862 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:20.117 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:31:20.119 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:20.119 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1487] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:31:20.120 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1487] Closed producer 0
|
|
2026-05-05 18:31:20.120 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:42862 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:20.120 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:42862 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:31:22.173 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:22.173 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:22.173 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:42864 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:22.174 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:31:22.174 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42864 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:22.175 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:42864 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:22.175 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:42864 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:22.175 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:22.177 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:22.177 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1488] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:31:22.177 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1488] Closed producer 0
|
|
2026-05-05 18:31:22.177 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:42864 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:22.177 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:42864 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:31:23.374 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:23.374 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:23.374 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:42866 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:23.375 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:31:23.375 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42866 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:23.375 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:42866 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:23.376 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:42866 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:23.376 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:23.378 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:23.378 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1489] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:31:23.378 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1489] Closed producer 0
|
|
2026-05-05 18:31:23.378 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:42866 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:23.378 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:42866 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 2 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:31:24.266 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:24.266 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:24.267 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34306 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:24.270 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:31:24.271 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:24.271 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:34306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:24.272 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:34306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:24.272 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:31:24.276 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:24.276 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1490] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:31:24.277 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1490] Closed producer 0
|
|
2026-05-05 18:31:24.277 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34306 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:24.277 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34306 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:31:24.950 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:24.950 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:24.951 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34314 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:24.951 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:31:24.952 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:24.952 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:34314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:24.952 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:34314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:24.952 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:24.954 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:24.954 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1491] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:31:24.954 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1491] Closed producer 0
|
|
2026-05-05 18:31:24.954 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:34314 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:24.954 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:34314 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #97 — 18:31:26
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:31:26.693 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:26.693 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:26.693 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34320 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:26.694 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:31:26.694 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:26.694 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:26.695 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34320 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:26.695 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:26.696 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:26.696 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1492] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:31:26.697 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1492] Closed producer 0
|
|
2026-05-05 18:31:26.697 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34320 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:26.697 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34320 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:31:27.943 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:27.943 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:27.944 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34330 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:27.945 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:31:27.946 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34330 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:27.946 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34330 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:27.946 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34330 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:27.946 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:27.948 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:27.948 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1493] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:31:27.949 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1493] Closed producer 0
|
|
2026-05-05 18:31:27.949 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34330 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:27.949 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34330 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:31:28.397 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:28.397 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:28.398 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34342 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:28.400 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:31:28.401 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:28.401 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:28.402 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34342 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:28.402 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:31:28.405 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:28.405 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1494] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:31:28.406 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1494] Closed producer 0
|
|
2026-05-05 18:31:28.406 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:34342 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:28.407 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:34342 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:31:29.029 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:29.029 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:29.029 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34358 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:29.030 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:31:29.030 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34358 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:29.030 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:34358 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:29.031 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:34358 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:29.031 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:29.032 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:29.032 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1495] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:31:29.033 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1495] Closed producer 0
|
|
2026-05-05 18:31:29.033 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34358 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:29.033 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34358 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:31:37.936 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:37.936 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:37.937 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:38818 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:37.937 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:31:37.938 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:37.938 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:37.938 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:37.938 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:37.940 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:37.940 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1496] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:31:37.940 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1496] Closed producer 0
|
|
2026-05-05 18:31:37.941 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38818 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:37.941 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38818 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:31:48.396 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:48.396 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:48.397 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:46838 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:48.398 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:31:48.398 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:48.398 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:48.399 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:48.399 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:48.400 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:48.400 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1497] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:31:48.401 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1497] Closed producer 0
|
|
2026-05-05 18:31:48.401 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:46838 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:48.401 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:46838 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:31:49.784 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:49.784 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:49.785 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46854 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:49.786 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:31:49.786 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46854 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:49.786 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46854 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:49.786 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46854 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:49.786 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:49.788 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:49.788 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1498] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:31:49.788 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1498] Closed producer 0
|
|
2026-05-05 18:31:49.788 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:46854 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:49.788 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:46854 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:31:50.213 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:50.213 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:50.213 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:46858 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:50.214 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:31:50.215 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46858 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:50.215 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:46858 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:50.215 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:46858 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:50.215 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:50.217 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:50.217 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1499] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:31:50.218 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1499] Closed producer 0
|
|
2026-05-05 18:31:50.218 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46858 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:50.218 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46858 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:31:51.247 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:51.247 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:51.247 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:46872 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:51.248 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:31:51.248 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46872 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:51.248 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:46872 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:51.249 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:46872 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:51.249 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:51.251 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:51.251 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1500] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:31:51.251 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1500] Closed producer 0
|
|
2026-05-05 18:31:51.251 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:46872 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:51.251 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:46872 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:31:51.724 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:51.724 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:51.724 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46878 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:51.725 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:31:51.725 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:51.725 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:46878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:51.726 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:46878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:51.726 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:51.727 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:51.728 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1501] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:31:51.728 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1501] Closed producer 0
|
|
2026-05-05 18:31:51.728 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:46878 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:51.728 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:46878 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #98 — 18:31:52
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:31:53.395 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:53.395 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:53.395 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:46894 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:53.396 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:31:53.396 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:53.396 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:46894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:53.397 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:46894 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:53.397 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:53.398 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:53.398 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1502] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:31:53.399 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1502] Closed producer 0
|
|
2026-05-05 18:31:53.399 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46894 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:53.399 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46894 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
📈 InfluxDB: 4 points written
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:31:54.259 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:54.259 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:54.259 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:56044 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:54.260 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:31:54.260 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:54.260 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:54.261 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:54.261 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:54.262 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:54.262 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1503] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:31:54.263 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1503] Closed producer 0
|
|
2026-05-05 18:31:54.263 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:56044 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:54.263 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:56044 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:31:54.863 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:54.863 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:54.863 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56048 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:54.864 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:31:54.865 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56048 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:54.865 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56048 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:54.865 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56048 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:54.865 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:54.867 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:54.867 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1504] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:31:54.868 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1504] Closed producer 0
|
|
2026-05-05 18:31:54.868 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:56048 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:54.868 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:56048 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:31:55.865 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:31:55.865 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:31:55.865 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:56052 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:31:55.866 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:31:55.866 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56052 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:55.866 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:56052 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:55.867 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:56052 -> 127.0.0.1:6650]
|
|
2026-05-05 18:31:55.867 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:31:55.868 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:31:55.868 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1505] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:31:55.869 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1505] Closed producer 0
|
|
2026-05-05 18:31:55.869 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:56052 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:31:55.869 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:56052 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:32:04.552 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:04.552 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:04.552 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:38574 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:04.554 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:32:04.554 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38574 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:04.554 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:38574 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:04.555 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:38574 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:04.555 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:04.557 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:04.557 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1506] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:32:04.557 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1506] Closed producer 0
|
|
2026-05-05 18:32:04.557 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:38574 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:04.557 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:38574 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:32:15.249 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:15.249 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:15.250 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58254 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:15.251 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:32:15.251 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:15.251 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:15.251 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:15.251 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:15.253 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:15.253 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1507] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:32:15.253 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1507] Closed producer 0
|
|
2026-05-05 18:32:15.253 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:58254 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:15.254 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:58254 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:32:16.315 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:16.315 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:16.315 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58268 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:16.316 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:32:16.317 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:16.317 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:16.317 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:16.317 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:16.319 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:16.319 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1508] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:32:16.319 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1508] Closed producer 0
|
|
2026-05-05 18:32:16.319 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58268 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:16.319 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58268 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:32:16.668 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:16.668 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:16.668 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:58272 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:16.669 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:32:16.670 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58272 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:16.670 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:58272 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:16.670 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:58272 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:16.670 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:16.672 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:16.672 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1509] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:32:16.672 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1509] Closed producer 0
|
|
2026-05-05 18:32:16.672 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58272 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:16.672 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58272 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:32:17.606 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:17.606 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:17.606 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58286 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:17.607 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:32:17.608 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58286 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:17.608 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:58286 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:17.608 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:58286 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:17.608 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:17.611 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:17.611 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1510] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:32:17.612 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1510] Closed producer 0
|
|
2026-05-05 18:32:17.612 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:58286 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:17.612 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:58286 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:32:18.034 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:18.034 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:18.034 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58300 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:18.035 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:32:18.035 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:18.035 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:58300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:18.035 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:58300 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:18.035 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:18.037 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:18.037 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1511] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:32:18.037 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1511] Closed producer 0
|
|
2026-05-05 18:32:18.037 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58300 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:18.038 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58300 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #99 — 18:32:19
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:32:19.498 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:19.498 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:19.498 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:58302 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:19.499 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:32:19.499 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:19.499 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:19.500 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58302 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:19.500 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:19.501 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:19.501 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1512] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:32:19.502 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1512] Closed producer 0
|
|
2026-05-05 18:32:19.502 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58302 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:19.502 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58302 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:32:20.004 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:20.004 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:20.005 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58306 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:20.006 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:32:20.007 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:20.007 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:20.007 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58306 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:20.007 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:20.009 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:20.009 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1513] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:32:20.010 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1513] Closed producer 0
|
|
2026-05-05 18:32:20.010 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:58306 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:20.010 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:58306 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:32:20.808 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:20.808 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:20.808 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:58314 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:20.809 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:32:20.810 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:20.810 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:20.811 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:20.811 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:32:20.813 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:20.813 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1514] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:32:20.813 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1514] Closed producer 0
|
|
2026-05-05 18:32:20.813 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58314 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:20.813 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58314 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:32:21.771 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:21.771 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:21.771 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:58326 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:21.772 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:32:21.772 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:21.772 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:58326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:21.772 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:58326 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:21.772 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:21.774 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:21.774 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1515] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:32:21.774 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1515] Closed producer 0
|
|
2026-05-05 18:32:21.774 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:58326 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:21.774 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:58326 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:32:30.171 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:30.171 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:30.172 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:44516 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:30.173 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:32:30.173 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:30.173 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:44516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:30.174 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:44516 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:30.174 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:32:30.176 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:30.176 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1516] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:32:30.176 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1516] Closed producer 0
|
|
2026-05-05 18:32:30.177 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:44516 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:30.177 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:44516 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:32:38.788 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:38.788 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:38.788 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35946 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:38.790 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:32:38.790 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:38.790 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:35946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:38.791 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:35946 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:38.791 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:32:38.793 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:38.793 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1517] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:32:38.793 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1517] Closed producer 0
|
|
2026-05-05 18:32:38.793 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35946 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:38.793 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35946 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:32:40.349 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:40.349 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:40.351 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:35954 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:40.352 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:32:40.353 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:40.353 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:35954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:40.353 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:35954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:40.353 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:32:40.355 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:40.355 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1518] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:32:40.356 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1518] Closed producer 0
|
|
2026-05-05 18:32:40.356 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35954 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:40.356 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35954 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:32:41.277 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:41.277 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:41.277 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35968 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:41.278 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:32:41.278 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:41.278 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:35968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:41.279 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:35968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:41.279 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:41.337 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:41.337 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1519] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:32:41.337 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1519] Closed producer 0
|
|
2026-05-05 18:32:41.337 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:35968 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:41.338 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:35968 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written ✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:32:42.430 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:42.430 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:42.430 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:35982 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:42.431 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:32:42.431 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:42.431 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:35982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:42.432 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:35982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:42.432 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:42.434 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:42.434 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1520] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:32:42.434 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1520] Closed producer 0
|
|
2026-05-05 18:32:42.434 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35982 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:42.434 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35982 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:32:42.932 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:42.932 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:42.934 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:35990 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:42.936 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:32:42.937 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:42.937 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:35990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:42.939 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:35990 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:42.939 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:32:42.942 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:42.942 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1521] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:32:42.943 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1521] Closed producer 0
|
|
2026-05-05 18:32:42.944 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:35990 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:42.944 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:35990 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #100 — 18:32:44
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:32:44.501 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:44.501 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:44.502 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54054 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:44.503 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:32:44.503 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:44.503 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:44.504 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:44.504 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:44.506 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:44.506 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1522] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:32:44.506 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1522] Closed producer 0
|
|
2026-05-05 18:32:44.506 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:54054 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:44.506 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:54054 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:32:45.171 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:45.171 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:45.171 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:54068 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:45.173 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:32:45.173 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54068 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:45.173 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54068 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:45.174 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54068 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:45.174 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:45.176 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:45.176 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1523] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:32:45.176 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1523] Closed producer 0
|
|
2026-05-05 18:32:45.176 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54068 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:45.176 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54068 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:32:45.621 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:45.622 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:45.622 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:54082 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:45.623 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:32:45.624 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54082 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:45.624 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54082 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:45.625 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54082 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:45.625 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:32:45.627 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:45.627 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1524] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:32:45.627 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1524] Closed producer 0
|
|
2026-05-05 18:32:45.628 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:54082 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:45.628 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:54082 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:32:46.396 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:46.396 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:46.396 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54094 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:46.397 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:32:46.397 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:46.398 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:46.398 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54094 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:46.398 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:46.400 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:46.400 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1525] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:32:46.400 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1525] Closed producer 0
|
|
2026-05-05 18:32:46.400 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:54094 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:46.400 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:54094 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:32:56.386 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:32:56.386 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:32:56.386 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34438 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:32:56.387 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:32:56.387 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34438 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:56.387 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:34438 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:56.388 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:34438 -> 127.0.0.1:6650]
|
|
2026-05-05 18:32:56.388 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:32:56.389 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:32:56.389 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1526] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:32:56.390 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1526] Closed producer 0
|
|
2026-05-05 18:32:56.390 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34438 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:32:56.390 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34438 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:33:06.077 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:06.077 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:06.078 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:33950 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:06.079 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:33:06.079 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:06.079 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:06.080 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33950 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:06.080 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:06.082 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:06.082 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1527] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:33:06.082 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1527] Closed producer 0
|
|
2026-05-05 18:33:06.082 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33950 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:06.082 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33950 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:33:07.756 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:07.756 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:07.756 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:33956 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:07.757 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:33:07.757 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:07.757 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:07.758 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:07.758 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:07.760 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:07.760 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1528] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:33:07.760 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1528] Closed producer 0
|
|
2026-05-05 18:33:07.760 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33956 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:07.760 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33956 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:33:09.043 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:09.043 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:09.044 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:33964 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:09.045 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:33:09.046 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:09.046 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:33964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:09.046 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:33964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:09.046 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:09.048 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:09.048 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1529] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:33:09.049 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1529] Closed producer 0
|
|
2026-05-05 18:33:09.049 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:33964 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:09.049 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:33964 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 2 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:33:10.960 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:10.960 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:10.961 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33972 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:10.962 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:33:10.962 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:10.962 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:33972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:10.962 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:33972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:10.962 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:10.964 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:10.964 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1530] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:33:10.964 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1530] Closed producer 0
|
|
2026-05-05 18:33:10.964 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:33972 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:10.964 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:33972 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:33:11.392 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:11.392 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:11.392 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:33986 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:11.393 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:33:11.393 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:11.393 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:33986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:11.393 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:33986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:11.393 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:11.395 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:11.395 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1531] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:33:11.396 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1531] Closed producer 0
|
|
2026-05-05 18:33:11.396 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:33986 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:11.396 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:33986 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #101 — 18:33:12
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:33:12.821 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:12.821 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:12.822 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:33998 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:12.823 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:33:12.824 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:12.824 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:33998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:12.824 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:33998 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:12.824 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:33:12.827 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:12.827 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1532] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:33:12.827 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1532] Closed producer 0
|
|
2026-05-05 18:33:12.827 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:33998 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:12.827 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:33998 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:33:13.288 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:13.288 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:13.288 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34010 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:13.289 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:33:13.290 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:13.290 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:13.290 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34010 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:13.290 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:13.292 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:13.292 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1533] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:33:13.292 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1533] Closed producer 0
|
|
2026-05-05 18:33:13.292 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34010 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:13.292 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34010 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:33:13.703 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:13.703 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:13.703 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34012 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:13.704 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:33:13.704 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:13.704 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:13.705 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34012 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:13.705 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:13.706 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:13.706 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1534] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:33:13.707 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1534] Closed producer 0
|
|
2026-05-05 18:33:13.707 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34012 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:13.707 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34012 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:33:14.401 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:14.401 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:14.401 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:54060 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:14.402 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:33:14.403 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:14.403 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:14.404 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:14.404 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:33:14.406 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:14.406 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1535] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:33:14.407 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1535] Closed producer 0
|
|
2026-05-05 18:33:14.407 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54060 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:14.407 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54060 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:33:24.441 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:24.441 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:24.442 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:50970 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:24.443 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:33:24.443 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:24.443 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:50970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:24.444 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:50970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:24.444 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:24.445 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:24.445 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1536] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:33:24.446 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1536] Closed producer 0
|
|
2026-05-05 18:33:24.446 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:50970 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:24.446 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:50970 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:33:34.028 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:34.028 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:34.029 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:33986 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:34.031 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:33:34.032 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:34.032 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:34.033 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:34.033 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:33:34.036 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:34.036 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1537] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:33:34.037 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1537] Closed producer 0
|
|
2026-05-05 18:33:34.037 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:33986 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:34.037 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:33986 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:33:35.077 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:35.077 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:35.077 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:33994 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:35.078 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:33:35.079 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:33994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:35.079 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:33994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:35.079 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:33994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:35.079 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:35.081 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:35.081 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1538] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:33:35.081 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1538] Closed producer 0
|
|
2026-05-05 18:33:35.081 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:33994 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:35.081 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:33994 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:33:35.713 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:35.713 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:35.714 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34006 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:35.717 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:33:35.718 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34006 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:35.718 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:34006 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:35.720 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:34006 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:35.720 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:33:35.737 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:35.737 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1539] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:33:35.738 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1539] Closed producer 0
|
|
2026-05-05 18:33:35.738 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:34006 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:35.738 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:34006 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:33:36.748 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:36.748 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:36.748 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34022 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:36.749 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:33:36.749 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34022 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:36.749 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:34022 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:36.749 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:34022 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:36.749 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:36.751 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:36.751 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1540] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:33:36.752 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1540] Closed producer 0
|
|
2026-05-05 18:33:36.752 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34022 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:36.752 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34022 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:33:37.296 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:37.296 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:37.296 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34030 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:37.298 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:33:37.298 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:37.298 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:34030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:37.299 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:34030 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:37.299 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:37.301 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:37.301 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1541] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:33:37.301 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1541] Closed producer 0
|
|
2026-05-05 18:33:37.301 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34030 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:37.301 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34030 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #102 — 18:33:38
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:33:39.512 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:39.512 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:39.512 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34044 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:39.513 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:33:39.513 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:39.513 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:39.514 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34044 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:39.514 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:39.515 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:39.515 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1542] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:33:39.516 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1542] Closed producer 0
|
|
2026-05-05 18:33:39.516 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:34044 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:39.516 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:34044 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:33:41.157 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:41.157 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:41.158 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34058 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:41.159 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:33:41.159 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34058 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:41.160 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34058 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:41.160 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34058 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:41.160 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:33:41.267 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:41.267 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1543] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:33:41.267 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1543] Closed producer 0
|
|
2026-05-05 18:33:41.267 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34058 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:41.267 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34058 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:33:42.370 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:42.370 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:42.371 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:42.372 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:33:42.373 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:42.373 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:42.373 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:42.373 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:33:42.375 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:42.375 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1544] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:33:42.376 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1544] Closed producer 0
|
|
2026-05-05 18:33:42.376 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:42.376 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:33:43.324 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:43.324 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:43.325 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34076 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:43.326 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:33:43.326 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:43.326 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:34076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:43.327 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:34076 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:43.327 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:43.329 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:43.329 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1545] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:33:43.329 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1545] Closed producer 0
|
|
2026-05-05 18:33:43.329 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:34076 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:43.329 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:34076 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:33:51.890 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:33:51.890 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:33:51.890 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:52058 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:33:51.891 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:33:51.892 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:52058 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:51.892 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:52058 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:51.892 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:52058 -> 127.0.0.1:6650]
|
|
2026-05-05 18:33:51.892 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:33:51.894 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:33:51.894 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1546] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:33:51.895 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1546] Closed producer 0
|
|
2026-05-05 18:33:51.895 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:52058 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:33:51.895 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:52058 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:34:02.396 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:02.396 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:02.397 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:49398 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:02.398 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:34:02.398 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49398 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:02.398 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:49398 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:02.399 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:49398 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:02.399 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:34:02.401 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:02.401 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1547] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:34:02.401 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1547] Closed producer 0
|
|
2026-05-05 18:34:02.402 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:49398 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:02.402 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:49398 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:34:05.246 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:05.246 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:05.247 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:51776 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:05.248 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:34:05.248 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51776 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:05.248 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:51776 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:05.248 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:51776 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:05.248 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:05.250 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:05.250 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1548] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:34:05.250 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1548] Closed producer 0
|
|
2026-05-05 18:34:05.250 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51776 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:05.250 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51776 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:34:05.818 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:05.818 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:05.819 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51778 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:05.820 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:34:05.820 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51778 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:05.820 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:51778 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:05.820 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:51778 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:05.820 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:05.822 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:05.822 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1549] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:34:05.822 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1549] Closed producer 0
|
|
2026-05-05 18:34:05.822 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51778 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:05.822 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51778 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:34:06.706 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:06.706 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:06.706 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:51790 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:06.707 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:34:06.707 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51790 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:06.707 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:51790 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:06.707 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:51790 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:06.707 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:06.709 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:06.709 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1550] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:34:06.710 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1550] Closed producer 0
|
|
2026-05-05 18:34:06.710 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51790 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:06.710 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51790 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:34:07.236 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:07.236 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:07.236 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51806 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:07.237 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:34:07.237 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:07.237 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:51806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:07.238 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:51806 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:07.238 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:07.239 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:07.239 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1551] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:34:07.239 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1551] Closed producer 0
|
|
2026-05-05 18:34:07.240 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:51806 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:07.240 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:51806 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #103 — 18:34:08
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:34:08.885 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:08.885 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:08.885 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51822 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:08.886 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:34:08.886 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:08.886 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:08.887 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:08.887 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:08.888 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:08.888 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1552] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:34:08.889 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1552] Closed producer 0
|
|
2026-05-05 18:34:08.889 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:51822 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:08.889 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:51822 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:34:09.762 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:09.762 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:09.762 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:51832 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:09.763 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:34:09.763 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:09.763 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:09.763 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:09.764 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:09.765 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:09.765 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1553] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:34:09.766 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1553] Closed producer 0
|
|
2026-05-05 18:34:09.766 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:51832 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:09.766 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:51832 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:34:10.351 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:10.351 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:10.351 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:51848 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:10.353 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:34:10.353 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51848 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:10.353 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:51848 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:10.354 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:51848 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:10.354 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:34:10.356 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:10.356 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1554] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:34:10.357 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1554] Closed producer 0
|
|
2026-05-05 18:34:10.357 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:51848 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:10.357 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:51848 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:34:12.167 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:12.167 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:12.168 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:51850 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:12.169 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:34:12.169 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:51850 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:12.169 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:51850 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:12.170 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:51850 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:12.170 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:12.172 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:12.172 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1555] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:34:12.172 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1555] Closed producer 0
|
|
2026-05-05 18:34:12.172 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:51850 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:12.172 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:51850 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:34:22.544 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:22.544 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:22.545 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40430 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:22.546 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:34:22.546 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40430 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:22.546 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:40430 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:22.547 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:40430 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:22.547 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:34:22.583 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:22.587 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1556] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:34:22.587 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1556] Closed producer 0
|
|
2026-05-05 18:34:22.587 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:40430 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:22.587 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:40430 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:34:31.448 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:31.448 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:31.448 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34568 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:31.449 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:34:31.449 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:31.449 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:34568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:31.450 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:34568 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:31.450 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:31.451 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:31.451 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1557] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:34:31.452 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1557] Closed producer 0
|
|
2026-05-05 18:34:31.452 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34568 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:31.452 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34568 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:34:32.283 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:32.283 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:32.283 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34570 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:32.284 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:34:32.284 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34570 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:32.284 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:34570 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:32.285 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:34570 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:32.285 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:32.286 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:32.286 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1558] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:34:32.287 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1558] Closed producer 0
|
|
2026-05-05 18:34:32.287 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34570 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:32.287 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34570 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:34:32.646 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:32.646 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:32.646 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34576 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:32.647 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:34:32.648 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34576 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:32.648 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:34576 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:32.648 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:34576 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:32.648 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:32.650 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:32.650 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1559] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:34:32.650 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1559] Closed producer 0
|
|
2026-05-05 18:34:32.650 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:34576 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:32.650 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:34576 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written ✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:34:33.324 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:33.324 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:33.324 INFO [136862471542464] ClientConnection:421 | [127.0.0.1:34592 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:33.326 INFO [136862471542464] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:34:33.326 INFO [136862471542464] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34592 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:33.326 INFO [136862471542464] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:34592 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:33.327 INFO [136862471542464] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:34592 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:33.327 INFO [136862471542464] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:33.329 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:33.329 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1560] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:34:33.329 INFO [136862471542464] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1560] Closed producer 0
|
|
2026-05-05 18:34:33.329 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34592 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:33.329 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34592 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:34:33.715 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:33.715 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:33.716 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:34598 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:33.717 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:34:33.717 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34598 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:33.717 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:34598 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:33.717 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:34598 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:33.717 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:33.719 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:33.719 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1561] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:34:33.719 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1561] Closed producer 0
|
|
2026-05-05 18:34:33.719 INFO [136862471542464] ClientConnection:1285 | [127.0.0.1:34598 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:33.720 INFO [136862471542464] ClientConnection:301 | [127.0.0.1:34598 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #104 — 18:34:34
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:34:36.108 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:36.108 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:36.109 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56120 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:36.110 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:34:36.110 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56120 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:36.110 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56120 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:36.111 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56120 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:36.111 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:36.113 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:36.113 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1562] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:34:36.113 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1562] Closed producer 0
|
|
2026-05-05 18:34:36.113 INFO [136862454757056] ClientConnection:1285 | [127.0.0.1:56120 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:36.113 INFO [136862454757056] ClientConnection:301 | [127.0.0.1:56120 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:34:36.955 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:36.955 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:36.957 INFO [136862454757056] ClientConnection:421 | [127.0.0.1:56124 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:36.958 INFO [136862454757056] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:34:36.959 INFO [136862454757056] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:36.959 INFO [136862454757056] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:36.959 INFO [136862454757056] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:36.959 INFO [136862454757056] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:34:36.961 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:36.961 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1563] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:34:36.962 INFO [136862454757056] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1563] Closed producer 0
|
|
2026-05-05 18:34:36.962 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56124 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:36.962 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56124 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:34:38.168 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:38.168 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:38.168 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56130 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:38.169 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:34:38.169 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:38.169 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:38.170 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56130 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:38.170 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:38.171 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:38.171 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1564] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:34:38.172 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1564] Closed producer 0
|
|
2026-05-05 18:34:38.172 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56130 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:38.172 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56130 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:34:39.067 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:39.067 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:39.067 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56132 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:39.068 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:34:39.068 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:39.068 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:56132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:39.069 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:56132 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:39.069 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:39.070 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:39.070 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1565] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:34:39.071 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1565] Closed producer 0
|
|
2026-05-05 18:34:39.071 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:56132 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:39.071 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:56132 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:34:47.583 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:47.583 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:47.583 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:44860 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:47.584 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:34:47.585 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:47.585 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:44860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:47.585 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:44860 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:47.585 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:47.587 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:47.587 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1566] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:34:47.587 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1566] Closed producer 0
|
|
2026-05-05 18:34:47.587 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:44860 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:47.587 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:44860 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:34:56.560 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:56.560 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:56.560 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56252 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:56.561 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:34:56.562 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:56.562 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:56252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:56.562 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:56252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:56.562 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:56.564 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:56.564 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1567] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:34:56.564 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1567] Closed producer 0
|
|
2026-05-05 18:34:56.564 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56252 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:56.564 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56252 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:34:57.344 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:57.344 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:57.344 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56256 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:57.345 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:34:57.345 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:57.345 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:56256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:57.345 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:56256 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:57.346 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:57.347 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:57.347 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1568] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:34:57.347 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1568] Closed producer 0
|
|
2026-05-05 18:34:57.348 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:56256 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:57.348 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:56256 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:34:57.909 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:57.909 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:57.909 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:56262 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:57.910 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:34:57.910 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:57.910 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:56262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:57.911 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:56262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:57.911 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:57.913 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:57.913 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1569] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:34:57.913 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1569] Closed producer 0
|
|
2026-05-05 18:34:57.913 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:56262 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:57.913 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:56262 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:34:58.834 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:58.834 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:58.834 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56266 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:58.835 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:34:58.835 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:58.835 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:56266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:58.836 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:56266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:58.836 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:58.837 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:58.838 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1570] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:34:58.838 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1570] Closed producer 0
|
|
2026-05-05 18:34:58.838 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56266 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:58.838 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56266 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:34:59.276 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:34:59.276 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:34:59.276 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56276 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:34:59.277 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:34:59.277 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56276 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:59.277 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:56276 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:59.278 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:56276 -> 127.0.0.1:6650]
|
|
2026-05-05 18:34:59.278 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:34:59.279 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:34:59.279 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1571] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:34:59.280 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1571] Closed producer 0
|
|
2026-05-05 18:34:59.280 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:56276 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:34:59.280 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:56276 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #105 — 18:35:00
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:35:00.958 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:00.958 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:00.959 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:56286 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:00.959 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:00.960 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56286 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:00.960 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56286 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:00.960 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56286 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:00.960 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:00.962 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:00.962 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1572] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:00.962 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1572] Closed producer 0
|
|
2026-05-05 18:35:00.962 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:56286 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:00.962 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:56286 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:35:01.450 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:01.450 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:01.450 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:56298 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:01.451 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:01.451 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:01.451 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:01.452 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:01.452 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:01.454 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:01.454 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1573] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:01.454 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1573] Closed producer 0
|
|
2026-05-05 18:35:01.454 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:56298 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:01.454 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:56298 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:35:01.925 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:01.925 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:01.926 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:56310 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:01.927 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:01.927 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56310 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:01.927 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:56310 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:01.927 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:56310 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:01.927 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:01.929 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:01.929 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1574] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:01.929 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1574] Closed producer 0
|
|
2026-05-05 18:35:01.929 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:56310 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:01.929 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:56310 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:35:02.575 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:02.576 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:02.576 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:56316 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:02.577 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:35:02.577 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:02.577 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:56316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:02.577 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:56316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:02.577 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:02.579 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:02.579 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1575] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:35:02.579 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1575] Closed producer 0
|
|
2026-05-05 18:35:02.579 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:56316 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:02.580 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:56316 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:35:13.240 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:13.241 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:13.242 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37314 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:13.244 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:35:13.246 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:13.246 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:37314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:13.247 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:37314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:13.247 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:35:13.250 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:13.250 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1576] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:35:13.251 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1576] Closed producer 0
|
|
2026-05-05 18:35:13.251 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37314 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:13.252 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37314 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:35:21.801 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:21.801 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:21.802 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40936 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:21.803 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:35:21.803 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40936 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:21.803 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40936 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:21.803 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40936 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:21.803 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:21.805 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:21.805 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1577] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:35:21.805 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1577] Closed producer 0
|
|
2026-05-05 18:35:21.806 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40936 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:21.806 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40936 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:35:22.451 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:22.451 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:22.452 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:40952 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:22.455 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:35:22.456 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:22.456 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:40952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:22.457 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:40952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:22.457 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:35:22.461 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:22.461 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1578] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:35:22.462 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1578] Closed producer 0
|
|
2026-05-05 18:35:22.462 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:40952 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:22.463 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:40952 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:35:22.930 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:22.930 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:22.931 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:40968 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:22.932 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:35:22.932 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:22.932 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:40968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:22.932 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:40968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:22.933 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:22.934 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:22.934 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1579] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:35:22.934 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1579] Closed producer 0
|
|
2026-05-05 18:35:22.934 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:40968 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:22.935 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:40968 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:35:23.542 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:23.542 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:23.543 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:40976 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:23.544 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:35:23.544 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:40976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:23.544 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:40976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:23.545 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:40976 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:23.545 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:23.546 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:23.546 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1580] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:35:23.547 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1580] Closed producer 0
|
|
2026-05-05 18:35:23.547 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:40976 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:23.547 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:40976 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 6 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:35:23.886 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:23.886 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:23.887 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57218 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:23.888 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:35:23.888 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:23.888 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:57218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:23.888 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:57218 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:23.888 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:23.890 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:23.890 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1581] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:35:23.890 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1581] Closed producer 0
|
|
2026-05-05 18:35:23.890 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57218 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:23.890 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57218 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #106 — 18:35:24
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:35:25.611 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:25.611 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:25.612 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:57224 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:25.613 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:25.613 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57224 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:25.653 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57224 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:25.654 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57224 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:25.654 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 40 ms
|
|
2026-05-05 18:35:25.656 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:25.656 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1582] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:25.656 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1582] Closed producer 0
|
|
2026-05-05 18:35:25.656 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57224 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:25.656 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57224 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:35:26.118 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:26.118 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:26.118 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:57234 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:26.120 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:26.120 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57234 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:26.120 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57234 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:26.121 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57234 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:26.121 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:35:26.123 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:26.123 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1583] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:26.124 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1583] Closed producer 0
|
|
2026-05-05 18:35:26.124 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57234 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:26.124 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57234 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:35:26.797 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:26.797 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:26.798 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57240 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:26.799 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:26.800 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:26.800 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:57240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:26.800 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:57240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:26.800 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:26.802 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:26.802 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1584] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:26.803 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1584] Closed producer 0
|
|
2026-05-05 18:35:26.803 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:57240 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:26.803 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:57240 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written 🏢 Stellio: ✅ (HTTP 204 updated)
|
|
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:35:27.509 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:27.509 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:27.509 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:57252 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:27.510 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:35:27.510 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:27.585 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:27.585 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:27.585 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 75 ms
|
|
2026-05-05 18:35:27.587 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:27.587 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1585] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:35:27.587 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1585] Closed producer 0
|
|
2026-05-05 18:35:27.588 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:57252 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:27.588 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:57252 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:35:36.404 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:36.404 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:36.405 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:55556 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:36.406 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:35:36.407 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:55556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:36.407 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:55556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:36.408 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:55556 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:36.408 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:35:36.410 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:36.410 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1586] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:35:36.411 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1586] Closed producer 0
|
|
2026-05-05 18:35:36.411 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:55556 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:36.411 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:55556 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:35:47.135 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:47.135 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:47.137 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59236 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:47.139 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:35:47.140 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:47.140 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:47.141 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:47.141 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:35:47.144 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:47.144 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1587] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:35:47.145 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1587] Closed producer 0
|
|
2026-05-05 18:35:47.145 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59236 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:47.145 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59236 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:35:48.083 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:48.083 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:48.083 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59238 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:48.084 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:35:48.084 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:48.084 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:59238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:48.085 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:59238 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:48.085 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:48.087 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:48.087 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1588] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:35:48.087 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1588] Closed producer 0
|
|
2026-05-05 18:35:48.087 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59238 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:48.087 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59238 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:35:48.472 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:48.472 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:48.472 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59240 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:48.473 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:35:48.474 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:48.474 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:59240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:48.474 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:59240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:48.474 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:48.476 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:48.476 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1589] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:35:48.476 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1589] Closed producer 0
|
|
2026-05-05 18:35:48.476 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59240 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:48.476 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59240 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:35:49.806 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:49.806 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:49.807 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59246 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:49.810 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:35:49.811 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:49.811 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:59246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:49.813 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:59246 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:49.813 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:35:49.817 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:49.817 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1590] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:35:49.818 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1590] Closed producer 0
|
|
2026-05-05 18:35:49.818 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59246 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:49.818 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59246 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:35:50.345 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:50.345 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:50.346 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59258 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:50.347 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:35:50.347 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59258 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:50.347 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:59258 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:50.348 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:59258 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:50.348 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:50.350 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:50.350 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1591] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:35:50.350 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1591] Closed producer 0
|
|
2026-05-05 18:35:50.350 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59258 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:50.350 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59258 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #107 — 18:35:51
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:35:51.965 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:51.965 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:51.965 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:59262 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:51.966 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:51.966 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:51.966 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:51.967 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59262 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:51.967 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:51.968 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:51.968 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1592] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:51.969 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1592] Closed producer 0
|
|
2026-05-05 18:35:51.969 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:59262 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:51.969 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:59262 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:35:52.781 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:52.781 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:52.781 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:59268 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:52.783 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:52.783 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:52.783 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:52.784 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59268 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:52.784 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:52.786 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:52.786 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1593] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:52.786 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1593] Closed producer 0
|
|
2026-05-05 18:35:52.786 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:59268 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:52.786 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:59268 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:35:53.425 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:53.425 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:53.426 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:59282 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:53.429 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:35:53.431 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:59282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:53.431 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:59282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:53.432 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:59282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:53.432 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:35:53.435 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:53.435 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1594] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:35:53.436 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1594] Closed producer 0
|
|
2026-05-05 18:35:53.437 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:59282 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:53.437 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:59282 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:35:54.292 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:35:54.292 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:35:54.293 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:56384 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:35:54.293 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:35:54.294 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:56384 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:54.294 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:56384 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:54.294 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:56384 -> 127.0.0.1:6650]
|
|
2026-05-05 18:35:54.294 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:35:54.296 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:35:54.296 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1595] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:35:54.296 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1595] Closed producer 0
|
|
2026-05-05 18:35:54.296 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:56384 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:35:54.296 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:56384 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:36:04.045 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:04.045 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:04.045 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54280 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:04.046 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:36:04.047 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54280 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:04.047 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54280 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:04.047 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54280 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:04.047 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:04.049 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:04.049 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1596] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:36:04.050 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1596] Closed producer 0
|
|
2026-05-05 18:36:04.050 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54280 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:04.050 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54280 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:36:13.303 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:13.303 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:13.303 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54282 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:13.304 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:36:13.305 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:13.305 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:13.305 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:13.305 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:13.306 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:13.306 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1597] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:36:13.307 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1597] Closed producer 0
|
|
2026-05-05 18:36:13.307 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54282 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:13.307 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54282 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:36:14.463 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:14.463 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:14.463 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58460 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:14.464 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:36:14.464 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:14.464 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:14.465 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58460 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:14.465 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:14.466 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:14.466 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1598] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:36:14.467 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1598] Closed producer 0
|
|
2026-05-05 18:36:14.467 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58460 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:14.467 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58460 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:36:14.916 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:14.916 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:14.916 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:58470 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:14.917 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:36:14.917 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:14.917 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:58470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:14.917 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:58470 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:14.918 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:14.919 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:14.919 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1599] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:36:14.920 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1599] Closed producer 0
|
|
2026-05-05 18:36:14.920 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58470 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:14.920 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58470 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:36:15.974 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:15.974 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:15.974 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58486 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:15.975 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:36:15.975 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58486 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:15.975 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:58486 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:15.976 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:58486 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:15.976 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:15.977 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:15.977 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1600] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:36:15.978 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1600] Closed producer 0
|
|
2026-05-05 18:36:15.978 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58486 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:15.978 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58486 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:36:16.479 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:16.479 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:16.480 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:58494 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:16.481 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:36:16.481 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:16.481 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:58494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:16.482 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:58494 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:16.482 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:16.484 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:16.484 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1601] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:36:16.484 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1601] Closed producer 0
|
|
2026-05-05 18:36:16.484 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58494 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:16.484 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58494 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #108 — 18:36:17
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:36:19.311 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:19.311 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:19.312 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58502 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:19.313 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:36:19.313 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58502 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:19.313 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58502 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:19.314 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58502 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:19.314 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:19.315 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:19.315 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1602] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:36:19.316 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1602] Closed producer 0
|
|
2026-05-05 18:36:19.316 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:58502 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:19.316 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:58502 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:36:21.048 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:21.048 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:21.049 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58508 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:21.050 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:36:21.050 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58508 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:21.050 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58508 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:21.051 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58508 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:21.051 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:21.182 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:21.380 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1603] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:36:21.380 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1603] Closed producer 0
|
|
2026-05-05 18:36:21.381 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58508 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:21.381 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58508 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:36:22.578 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:22.578 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:22.578 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:58512 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:22.579 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:36:22.579 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:22.579 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:58512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:22.580 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:58512 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:22.580 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:22.581 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:22.581 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1604] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:36:22.582 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1604] Closed producer 0
|
|
2026-05-05 18:36:22.582 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58512 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:22.582 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58512 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written ✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:36:23.621 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:23.621 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:23.622 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58520 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:23.623 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:36:23.624 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58520 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:23.624 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:58520 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:23.624 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:58520 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:23.624 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:36:23.627 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:23.627 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1605] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:36:23.627 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1605] Closed producer 0
|
|
2026-05-05 18:36:23.627 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:58520 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:23.627 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:58520 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:36:33.868 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:33.868 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:33.869 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36110 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:33.870 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:36:33.870 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:33.870 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:33.871 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36110 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:33.871 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:36:33.873 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:33.873 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1606] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:36:33.873 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1606] Closed producer 0
|
|
2026-05-05 18:36:33.874 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36110 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:33.874 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36110 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:36:42.382 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:42.382 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:42.382 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:36118 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:42.383 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:36:42.383 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36118 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:42.384 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36118 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:42.384 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36118 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:42.384 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:42.386 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:42.386 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1607] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:36:42.386 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1607] Closed producer 0
|
|
2026-05-05 18:36:42.386 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36118 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:42.386 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36118 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:36:42.976 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:42.976 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:42.977 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:36124 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:42.978 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:36:42.979 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:42.979 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:36124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:42.980 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:36124 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:42.980 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:36:42.982 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:42.982 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1608] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:36:42.983 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1608] Closed producer 0
|
|
2026-05-05 18:36:42.983 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:36124 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:42.983 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:36124 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:36:43.345 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:43.345 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:43.345 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36128 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:43.346 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:36:43.346 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36128 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:43.346 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:36128 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:43.347 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:36128 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:43.347 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:43.348 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:43.348 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1609] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:36:43.349 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1609] Closed producer 0
|
|
2026-05-05 18:36:43.349 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36128 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:43.349 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36128 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:36:45.674 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:45.674 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:45.674 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:50294 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:45.675 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:36:45.675 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:45.675 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:50294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:45.676 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:50294 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:45.676 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:45.677 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:45.677 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1610] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:36:45.677 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1610] Closed producer 0
|
|
2026-05-05 18:36:45.677 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:50294 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:45.678 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:50294 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written ✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:36:46.695 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:46.695 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:46.695 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:50308 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:46.696 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:36:46.697 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:46.697 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:50308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:46.697 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:50308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:46.697 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:46.699 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:46.699 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1611] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:36:46.699 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1611] Closed producer 0
|
|
2026-05-05 18:36:46.699 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:50308 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:46.700 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:50308 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #109 — 18:36:47
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:36:48.352 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:48.352 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:48.353 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:50324 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:48.354 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:36:48.354 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:48.354 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:50324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:48.354 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:50324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:48.354 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:48.356 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:48.356 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1612] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:36:48.356 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1612] Closed producer 0
|
|
2026-05-05 18:36:48.356 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:50324 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:48.356 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:50324 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:36:48.956 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:48.956 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:48.957 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:50328 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:48.958 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:36:48.959 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50328 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:48.959 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:50328 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:48.960 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:50328 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:48.960 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:36:48.962 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:48.962 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1613] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:36:48.963 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1613] Closed producer 0
|
|
2026-05-05 18:36:48.963 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:50328 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:48.963 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:50328 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:36:49.478 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:49.478 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:49.479 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:50340 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:49.479 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:36:49.480 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:49.480 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:50340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:49.480 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:50340 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:49.480 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:49.482 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:49.482 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1614] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:36:49.482 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1614] Closed producer 0
|
|
2026-05-05 18:36:49.482 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:50340 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:49.482 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:50340 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:36:50.308 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:50.308 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:50.308 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:50346 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:50.309 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:36:50.309 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:50346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:50.309 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:50346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:50.310 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:50346 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:50.310 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:50.311 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:50.311 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1615] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:36:50.312 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1615] Closed producer 0
|
|
2026-05-05 18:36:50.312 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:50346 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:50.312 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:50346 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:36:59.942 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:36:59.942 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:36:59.943 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39910 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:36:59.944 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:36:59.944 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39910 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:59.944 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39910 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:59.945 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39910 -> 127.0.0.1:6650]
|
|
2026-05-05 18:36:59.945 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:36:59.947 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:36:59.948 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1616] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:36:59.948 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1616] Closed producer 0
|
|
2026-05-05 18:36:59.948 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39910 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:36:59.948 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39910 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:37:08.520 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:08.520 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:08.521 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45926 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:08.523 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:37:08.524 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45926 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:08.524 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45926 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:08.525 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45926 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:08.525 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:37:08.528 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:08.528 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1617] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:37:08.528 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1617] Closed producer 0
|
|
2026-05-05 18:37:08.528 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45926 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:08.528 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45926 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:37:09.222 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:09.222 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:09.222 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45928 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:09.223 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:37:09.253 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:09.253 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:09.254 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:09.254 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:37:09.256 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:09.256 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1618] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:37:09.256 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1618] Closed producer 0
|
|
2026-05-05 18:37:09.257 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45928 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:09.257 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45928 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:37:09.748 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:09.748 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:09.748 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45938 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:09.749 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:37:09.750 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:09.750 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:45938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:09.751 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:45938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:09.751 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:37:09.753 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:09.753 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1619] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:37:09.753 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1619] Closed producer 0
|
|
2026-05-05 18:37:09.753 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45938 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:09.753 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45938 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:37:10.370 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:10.370 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:10.371 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45948 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:10.372 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:37:10.372 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45948 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:10.372 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:45948 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:10.373 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:45948 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:10.373 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:10.375 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:10.375 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1620] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:37:10.376 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1620] Closed producer 0
|
|
2026-05-05 18:37:10.376 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45948 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:10.376 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45948 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:37:10.745 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:10.745 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:10.745 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45952 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:10.746 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:37:10.746 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:10.746 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:45952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:10.747 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:45952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:10.747 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:10.749 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:10.749 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1621] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:37:10.749 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1621] Closed producer 0
|
|
2026-05-05 18:37:10.749 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45952 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:10.749 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45952 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #110 — 18:37:11
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:37:12.256 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:12.256 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:12.258 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45954 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:12.261 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:37:12.262 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:12.262 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:12.263 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:12.263 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:37:12.267 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:12.267 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1622] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:37:12.268 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1622] Closed producer 0
|
|
2026-05-05 18:37:12.268 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45954 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:12.268 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45954 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:37:12.696 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:12.696 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:12.697 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45968 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:12.698 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:37:12.698 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:12.698 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:12.698 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45968 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:12.698 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:12.700 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:12.700 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1623] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:37:12.700 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1623] Closed producer 0
|
|
2026-05-05 18:37:12.700 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45968 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:12.700 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45968 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:37:13.221 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:13.221 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:13.221 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45978 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:13.222 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:37:13.222 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:13.222 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:13.223 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45978 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:13.223 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:13.224 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:13.224 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1624] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:37:13.225 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1624] Closed producer 0
|
|
2026-05-05 18:37:13.225 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45978 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:13.225 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45978 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:37:13.730 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:13.730 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:13.731 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45988 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:13.732 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:37:13.732 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45988 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:13.732 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45988 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:13.733 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45988 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:13.733 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:37:13.735 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:13.735 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1625] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:37:13.736 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1625] Closed producer 0
|
|
2026-05-05 18:37:13.736 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45988 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:13.736 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45988 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:37:22.275 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:22.275 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:22.276 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39880 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:22.276 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:37:22.277 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:22.277 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:22.277 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39880 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:22.277 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:22.279 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:22.279 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1626] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:37:22.279 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1626] Closed producer 0
|
|
2026-05-05 18:37:22.279 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:39880 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:22.279 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:39880 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:37:30.754 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:30.754 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:30.754 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:54360 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:30.755 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:37:30.756 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54360 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:30.756 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54360 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:30.756 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54360 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:30.756 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:30.758 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:30.758 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1627] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:37:30.758 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1627] Closed producer 0
|
|
2026-05-05 18:37:30.758 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54360 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:30.758 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54360 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:37:31.246 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:31.246 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:31.246 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54366 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:31.247 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:37:31.247 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:31.247 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:31.248 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54366 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:31.248 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:31.250 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:31.250 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1628] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:37:31.250 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1628] Closed producer 0
|
|
2026-05-05 18:37:31.250 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54366 -> 127.0.0.1:6650] Connection disconnected (refCnt: 5)
|
|
2026-05-05 18:37:31.250 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54366 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:37:31.554 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:31.554 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:31.554 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54372 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:31.555 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:37:31.555 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:31.555 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:54372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:31.556 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:54372 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:31.556 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:31.557 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:31.557 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1629] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:37:31.558 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1629] Closed producer 0
|
|
2026-05-05 18:37:31.558 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54372 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:31.558 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54372 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:37:33.016 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:33.016 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:33.017 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:54378 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:33.018 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:37:33.018 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54378 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:33.018 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:54378 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:33.018 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:54378 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:33.018 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:33.020 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:33.020 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1630] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:37:33.020 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1630] Closed producer 0
|
|
2026-05-05 18:37:33.021 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54378 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:33.021 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54378 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 6 points written
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:37:34.139 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:34.139 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:34.139 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34240 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:34.141 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:37:34.141 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:34.141 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:34240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:34.141 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:34240 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:34.142 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:34.684 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:34.684 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1631] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:37:34.685 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1631] Closed producer 0
|
|
2026-05-05 18:37:34.685 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34240 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:34.685 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34240 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #111 — 18:37:35
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:37:37.959 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:37.959 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:37.960 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34244 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:37.961 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:37:37.961 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:37.962 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:37.962 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34244 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:37.962 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:37:37.964 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:37.964 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1632] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:37:37.965 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1632] Closed producer 0
|
|
2026-05-05 18:37:37.965 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34244 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:37.965 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34244 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:37:38.556 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:38.556 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:38.557 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34252 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:38.557 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:37:38.558 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:38.558 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:38.558 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34252 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:38.558 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:38.560 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:38.560 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1633] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:37:38.560 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1633] Closed producer 0
|
|
2026-05-05 18:37:38.560 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34252 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:38.560 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34252 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:37:39.310 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:39.310 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:39.311 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34254 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:39.312 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:37:39.312 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:39.312 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:39.312 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34254 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:39.312 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:39.314 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:39.314 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1634] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:37:39.314 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1634] Closed producer 0
|
|
2026-05-05 18:37:39.314 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34254 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:39.314 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34254 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📈 InfluxDB: 4 points written
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:37:40.279 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:40.279 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:40.279 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34258 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:40.280 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:37:40.280 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34258 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:40.280 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:34258 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:40.281 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:34258 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:40.281 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:40.282 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:40.282 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1635] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:37:40.283 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1635] Closed producer 0
|
|
2026-05-05 18:37:40.283 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34258 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:40.283 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34258 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:37:48.860 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:48.860 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:48.860 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:39216 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:48.861 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:37:48.862 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39216 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:48.862 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39216 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:48.862 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39216 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:48.862 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:48.864 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:48.864 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1636] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:37:48.864 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1636] Closed producer 0
|
|
2026-05-05 18:37:48.865 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:39216 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:48.865 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:39216 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:37:57.262 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:57.262 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:57.262 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46784 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:57.263 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:37:57.264 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:57.264 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:57.264 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46784 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:57.264 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:57.266 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:57.266 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1637] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:37:57.266 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1637] Closed producer 0
|
|
2026-05-05 18:37:57.267 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46784 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:57.267 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46784 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:37:57.663 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:57.663 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:57.663 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46790 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:57.664 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:37:57.665 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46790 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:57.665 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:46790 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:57.665 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:46790 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:57.665 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:57.667 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:57.667 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1638] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:37:57.667 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1638] Closed producer 0
|
|
2026-05-05 18:37:57.667 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46790 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:57.667 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46790 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:37:58.081 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:58.081 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:58.082 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46796 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:58.083 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:37:58.084 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.084 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:46796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.084 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:46796 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.084 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:37:58.087 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:58.087 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1639] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:37:58.087 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1639] Closed producer 0
|
|
2026-05-05 18:37:58.087 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46796 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:58.088 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46796 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:37:58.610 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:58.610 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:58.610 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46802 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:58.612 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:37:58.612 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.612 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:46802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.613 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:46802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.613 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:37:58.615 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:58.615 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1640] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:37:58.616 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1640] Closed producer 0
|
|
2026-05-05 18:37:58.616 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46802 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:58.616 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46802 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:37:58.909 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:37:58.909 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:37:58.911 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46818 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:37:58.914 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:37:58.915 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.915 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:46818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.917 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:46818 -> 127.0.0.1:6650]
|
|
2026-05-05 18:37:58.917 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:37:58.922 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:37:58.922 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1641] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:37:58.923 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1641] Closed producer 0
|
|
2026-05-05 18:37:58.923 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46818 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:37:58.924 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46818 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #112 — 18:38:00
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:38:00.396 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:00.396 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:00.397 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46822 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:00.397 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:00.398 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:00.398 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:46822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:00.398 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:46822 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:00.398 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:00.400 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:00.400 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1642] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:00.400 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1642] Closed producer 0
|
|
2026-05-05 18:38:00.400 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46822 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:00.400 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46822 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:38:00.830 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:00.831 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:00.831 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46826 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:00.833 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:00.834 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46826 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:00.834 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:46826 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:00.834 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:46826 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:00.835 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:38:00.837 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:00.837 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1643] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:00.838 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1643] Closed producer 0
|
|
2026-05-05 18:38:00.838 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46826 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:00.838 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46826 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:38:01.515 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:01.515 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:01.516 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:46840 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:01.517 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:01.518 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:01.518 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:46840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:01.518 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:46840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:01.518 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:01.520 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:01.520 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1644] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:01.520 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1644] Closed producer 0
|
|
2026-05-05 18:38:01.521 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:46840 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:01.521 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:46840 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:38:02.105 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:02.105 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:02.106 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:46852 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:02.107 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:38:02.107 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:02.107 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:02.108 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:02.108 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:02.111 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:02.111 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1645] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:38:02.111 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1645] Closed producer 0
|
|
2026-05-05 18:38:02.111 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:46852 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:02.111 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:46852 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:38:10.472 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:10.472 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:10.473 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:46184 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:10.474 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:38:10.474 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:46184 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:10.474 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:46184 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:10.474 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:46184 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:10.474 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:10.476 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:10.476 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1646] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:38:10.476 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1646] Closed producer 0
|
|
2026-05-05 18:38:10.476 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:46184 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:10.477 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:46184 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:38:19.047 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:19.047 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:19.047 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35008 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:19.048 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:38:19.048 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.049 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:35008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.049 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:35008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.049 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:19.051 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:19.051 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1647] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:38:19.051 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1647] Closed producer 0
|
|
2026-05-05 18:38:19.051 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35008 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:19.051 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35008 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:38:19.583 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:19.583 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:19.585 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:35022 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:19.588 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:38:19.589 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35022 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.589 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:35022 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.590 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:35022 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.591 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:38:19.594 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:19.594 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1648] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:38:19.595 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1648] Closed producer 0
|
|
2026-05-05 18:38:19.595 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:35022 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:19.595 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:35022 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:38:19.956 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:19.956 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:19.957 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35028 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:19.958 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:38:19.959 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.959 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:35028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.959 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:35028 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:19.959 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:19.961 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:19.961 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1649] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:38:19.962 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1649] Closed producer 0
|
|
2026-05-05 18:38:19.962 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35028 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:19.962 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35028 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 2 points written
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:38:20.517 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:20.517 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:20.517 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35034 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:20.518 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:38:20.518 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35034 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:20.519 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:35034 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:20.519 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:35034 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:20.519 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:20.521 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:20.521 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1650] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:38:20.521 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1650] Closed producer 0
|
|
2026-05-05 18:38:20.521 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35034 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:20.521 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35034 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:38:20.900 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:20.900 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:20.901 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:35046 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:20.901 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:38:20.902 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:20.902 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:35046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:20.902 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:35046 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:20.902 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:20.904 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:20.904 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1651] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:38:20.904 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1651] Closed producer 0
|
|
2026-05-05 18:38:20.904 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:35046 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:20.904 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:35046 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #113 — 18:38:22
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:38:22.239 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:22.239 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:22.240 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35060 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:22.241 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:22.241 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.241 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.242 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35060 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.242 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:22.244 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:22.244 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1652] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:22.244 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1652] Closed producer 0
|
|
2026-05-05 18:38:22.244 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35060 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:22.244 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35060 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:38:22.572 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:22.572 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:22.573 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:35066 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:22.574 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:22.574 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.574 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.575 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35066 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.575 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:22.577 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:22.577 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1653] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:22.577 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1653] Closed producer 0
|
|
2026-05-05 18:38:22.577 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:35066 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:22.577 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:35066 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:38:22.856 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:22.856 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:22.856 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:35074 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:22.858 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:22.858 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35074 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.858 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:35074 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.859 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:35074 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:22.859 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:22.861 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:22.861 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1654] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:22.861 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1654] Closed producer 0
|
|
2026-05-05 18:38:22.861 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:35074 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:22.861 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:35074 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:38:23.155 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:23.155 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:23.155 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:35088 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:23.156 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:38:23.157 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:35088 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:23.157 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:35088 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:23.157 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:35088 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:23.157 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:23.159 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:23.159 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1655] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:38:23.159 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1655] Closed producer 0
|
|
2026-05-05 18:38:23.159 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:35088 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:23.159 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:35088 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:38:31.747 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:31.747 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:31.747 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:49954 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:31.748 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:38:31.748 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:49954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:31.748 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:49954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:31.749 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:49954 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:31.749 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:31.751 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:31.751 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1656] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:38:31.751 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1656] Closed producer 0
|
|
2026-05-05 18:38:31.751 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:49954 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:31.751 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:49954 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:38:39.914 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:39.914 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:39.914 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:58440 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:39.915 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:38:39.915 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58440 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:39.915 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58440 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:39.916 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58440 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:39.916 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:39.917 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:39.918 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1657] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:38:39.918 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1657] Closed producer 0
|
|
2026-05-05 18:38:39.918 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:58440 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:39.918 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:58440 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:38:40.688 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:40.688 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:40.688 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:58450 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:40.689 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:38:40.689 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58450 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:40.689 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:58450 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:40.690 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:58450 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:40.690 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:40.692 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:40.692 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1658] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:38:40.692 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1658] Closed producer 0
|
|
2026-05-05 18:38:40.692 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:58450 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:40.692 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:58450 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:38:41.763 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:41.763 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:41.764 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:58466 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:41.767 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:38:41.769 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:58466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:41.769 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:58466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:41.770 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:58466 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:41.770 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:38:41.996 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:41.998 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1659] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:38:41.998 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1659] Closed producer 0
|
|
2026-05-05 18:38:41.998 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:58466 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:41.999 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:58466 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:38:44.104 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:44.104 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:44.105 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34054 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:44.106 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:38:44.106 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:44.106 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:34054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:44.107 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:34054 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:44.107 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:38:44.109 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:44.109 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1660] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:38:44.109 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1660] Closed producer 0
|
|
2026-05-05 18:38:44.109 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34054 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:44.110 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34054 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:38:44.498 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:44.498 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:44.500 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34056 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:44.503 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:38:44.504 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34056 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:44.504 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:34056 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:44.505 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:34056 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:44.505 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:38:44.508 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:44.599 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1661] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:38:44.599 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1661] Closed producer 0
|
|
2026-05-05 18:38:44.599 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34056 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:44.599 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34056 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #114 — 18:38:45
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:38:45.914 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:45.914 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:45.914 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34062 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:45.915 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:45.916 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:45.916 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:45.916 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34062 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:45.916 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:45.918 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:45.919 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1662] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:45.919 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1662] Closed producer 0
|
|
2026-05-05 18:38:45.919 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34062 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:45.919 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34062 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:38:46.247 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:46.247 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:46.248 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34064 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:46.248 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:46.249 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34064 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:46.249 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34064 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:46.249 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34064 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:46.249 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:46.251 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:46.251 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1663] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:46.251 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1663] Closed producer 0
|
|
2026-05-05 18:38:46.251 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34064 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:46.251 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34064 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:38:46.689 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:46.689 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:46.690 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34080 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:46.691 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:38:46.691 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34080 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:46.691 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34080 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:46.691 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34080 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:46.691 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:46.693 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:46.693 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1664] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:38:46.693 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1664] Closed producer 0
|
|
2026-05-05 18:38:46.694 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34080 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:46.694 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34080 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:38:47.447 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:47.447 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:47.448 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34086 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:47.449 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:38:47.449 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34086 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:47.449 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:34086 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:47.450 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:34086 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:47.450 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:47.452 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:47.452 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1665] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:38:47.452 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1665] Closed producer 0
|
|
2026-05-05 18:38:47.452 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34086 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:47.452 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34086 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
⚠️ Stellio → <urlopen error [Errno 111] Connection refused>
|
|
🏢 Stellio: ❌
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:38:57.071 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:38:57.071 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:38:57.071 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:60308 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:38:57.072 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:38:57.072 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:57.072 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:60308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:57.073 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:60308 -> 127.0.0.1:6650]
|
|
2026-05-05 18:38:57.073 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:38:57.074 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:38:57.074 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1666] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:38:57.075 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1666] Closed producer 0
|
|
2026-05-05 18:38:57.075 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60308 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:38:57.075 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60308 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:39:05.381 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:05.381 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:05.381 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:44914 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:05.382 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:39:05.382 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44914 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:05.382 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:44914 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:05.383 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:44914 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:05.383 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:05.384 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:05.384 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1667] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:39:05.385 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1667] Closed producer 0
|
|
2026-05-05 18:39:05.385 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:44914 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:05.385 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:44914 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:39:05.698 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:05.698 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:05.698 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:44928 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:05.699 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:39:05.699 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:05.699 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:44928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:05.700 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:44928 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:05.700 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:05.702 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:05.702 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1668] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:39:05.702 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1668] Closed producer 0
|
|
2026-05-05 18:39:05.702 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:44928 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:05.702 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:44928 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:39:06.148 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:06.148 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:06.148 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:44940 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:06.149 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:39:06.149 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:06.149 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:44940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:06.150 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:44940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:06.150 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:06.151 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:06.151 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1669] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:39:06.152 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1669] Closed producer 0
|
|
2026-05-05 18:39:06.152 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:44940 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:06.152 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:44940 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:39:07.808 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:07.808 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:07.808 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:44952 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:07.809 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:39:07.809 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:07.809 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:44952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:07.810 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:44952 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:07.810 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:07.811 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:07.811 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1670] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:39:07.812 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1670] Closed producer 0
|
|
2026-05-05 18:39:07.812 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:44952 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:07.812 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:44952 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:39:08.456 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:08.456 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:08.457 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:44966 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:08.458 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:39:08.458 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:08.458 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:44966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:08.459 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:44966 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:08.459 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:08.461 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:08.461 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1671] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:39:08.461 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1671] Closed producer 0
|
|
2026-05-05 18:39:08.462 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:44966 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:08.462 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:44966 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #115 — 18:39:09
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:39:11.115 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:11.115 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:11.116 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:44982 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:11.117 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:39:11.117 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:11.117 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:44982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:11.117 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:44982 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:11.118 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:11.119 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:11.119 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1672] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:39:11.120 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1672] Closed producer 0
|
|
2026-05-05 18:39:11.120 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:44982 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:11.120 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:44982 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:39:11.724 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:11.724 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:11.724 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:44992 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:11.725 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:39:11.725 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:11.725 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:44992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:11.726 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:44992 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:11.726 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:11.728 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:11.728 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1673] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:39:11.728 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1673] Closed producer 0
|
|
2026-05-05 18:39:11.728 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:44992 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:11.728 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:44992 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:39:12.330 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:12.330 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:12.331 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:44994 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:12.332 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:39:12.332 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:44994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:12.332 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:44994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:12.333 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:44994 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:12.333 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:39:12.335 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:12.335 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1674] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:39:12.335 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1674] Closed producer 0
|
|
2026-05-05 18:39:12.335 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:44994 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:12.336 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:44994 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:39:13.157 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:13.157 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:13.158 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45008 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:13.158 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:39:13.158 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:13.159 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:13.159 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45008 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:13.159 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:13.161 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:13.161 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1675] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:39:13.161 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1675] Closed producer 0
|
|
2026-05-05 18:39:13.161 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45008 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:13.161 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45008 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:39:21.915 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:21.915 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:21.915 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45940 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:21.916 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:39:21.916 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:21.916 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:21.917 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45940 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:21.917 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:21.919 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:21.919 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1676] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:39:21.919 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1676] Closed producer 0
|
|
2026-05-05 18:39:21.919 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45940 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:21.919 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45940 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:39:30.363 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:30.363 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:30.363 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60832 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:30.364 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:39:30.364 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:30.364 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:60832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:30.365 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:60832 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:30.365 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:30.367 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:30.367 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1677] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:39:30.367 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1677] Closed producer 0
|
|
2026-05-05 18:39:30.367 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:60832 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:30.367 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:60832 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:39:31.095 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:31.095 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:31.095 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:60838 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:31.096 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:39:31.096 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:31.096 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:60838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:31.097 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:60838 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:31.097 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:31.098 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:31.098 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1678] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:39:31.098 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1678] Closed producer 0
|
|
2026-05-05 18:39:31.099 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60838 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:31.099 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60838 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:39:31.491 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:31.491 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:31.492 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:60840 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:31.493 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:39:31.493 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:31.493 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:60840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:31.493 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:60840 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:31.493 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:31.495 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:31.495 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1679] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:39:31.495 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1679] Closed producer 0
|
|
2026-05-05 18:39:31.496 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:60840 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:31.496 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:60840 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 2 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:39:32.184 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:32.185 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:32.186 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:60852 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:32.189 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:39:32.190 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:32.190 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:60852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:32.191 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:60852 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:32.191 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:39:32.195 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:32.195 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1680] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:39:32.196 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1680] Closed producer 0
|
|
2026-05-05 18:39:32.196 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:60852 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:32.196 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:60852 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:39:32.732 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:32.732 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:32.732 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:60854 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:32.733 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:39:32.733 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:60854 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:32.733 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:60854 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:32.734 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:60854 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:32.734 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:32.736 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:32.736 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1681] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:39:32.736 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1681] Closed producer 0
|
|
2026-05-05 18:39:32.736 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:60854 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:32.736 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:60854 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #116 — 18:39:33
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:39:35.648 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:35.648 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:35.650 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:36720 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:35.652 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:39:35.652 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36720 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:35.653 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36720 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:35.653 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36720 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:35.653 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:39:35.656 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:35.656 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1682] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:39:35.656 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1682] Closed producer 0
|
|
2026-05-05 18:39:35.657 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:36720 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:35.657 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:36720 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:39:36.877 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:36.877 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:36.878 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:36730 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:36.878 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:39:36.879 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36730 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:36.879 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36730 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:36.879 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36730 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:36.879 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:36.881 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:36.881 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1683] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:39:36.881 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1683] Closed producer 0
|
|
2026-05-05 18:39:36.881 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:36730 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:36.881 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:36730 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:39:38.188 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:38.188 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:38.188 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:36744 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:38.189 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:39:38.189 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36744 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:38.189 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:36744 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:38.190 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:36744 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:38.190 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:38.191 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:38.191 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1684] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:39:38.192 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1684] Closed producer 0
|
|
2026-05-05 18:39:38.192 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36744 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:38.192 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36744 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
📈 InfluxDB: 4 points written
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:39:41.643 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:41.643 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:41.644 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:36750 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:41.646 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:39:41.647 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:36750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:41.647 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:36750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:41.648 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:36750 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:41.649 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:39:41.651 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:41.651 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1685] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:39:41.652 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1685] Closed producer 0
|
|
2026-05-05 18:39:41.652 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:36750 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:41.652 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:36750 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:39:50.567 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:50.567 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:50.567 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:42802 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:50.568 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:39:50.568 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:50.568 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:42802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:50.568 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:42802 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:50.568 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:50.570 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:50.570 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1686] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:39:50.570 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1686] Closed producer 0
|
|
2026-05-05 18:39:50.570 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42802 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:50.571 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42802 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:39:59.003 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:59.003 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:59.004 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34230 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:59.005 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:39:59.005 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34230 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.005 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:34230 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.005 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:34230 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.005 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:59.007 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:59.007 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1687] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:39:59.007 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1687] Closed producer 0
|
|
2026-05-05 18:39:59.007 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34230 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:59.007 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34230 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
📈 InfluxDB: 4 points written
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:39:59.536 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:59.536 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:59.537 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34236 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:59.537 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:39:59.538 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.538 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:34236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.538 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:34236 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.538 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:59.540 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:59.540 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1688] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:39:59.540 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1688] Closed producer 0
|
|
2026-05-05 18:39:59.540 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34236 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:59.540 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34236 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:39:59.845 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:39:59.845 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:39:59.845 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34250 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:39:59.846 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:39:59.846 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34250 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.846 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:34250 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.847 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:34250 -> 127.0.0.1:6650]
|
|
2026-05-05 18:39:59.847 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:39:59.849 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:39:59.849 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1689] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:39:59.849 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1689] Closed producer 0
|
|
2026-05-05 18:39:59.849 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:34250 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:39:59.849 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:34250 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:40:00.453 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:00.453 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:00.453 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:34266 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:00.454 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:40:00.455 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:00.455 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:34266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:00.455 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:34266 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:00.455 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:00.457 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:00.457 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1690] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:40:00.457 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1690] Closed producer 0
|
|
2026-05-05 18:40:00.457 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:34266 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:00.457 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:34266 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:40:00.815 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:00.815 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:00.815 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:34272 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:00.816 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:40:00.816 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34272 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:00.816 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:34272 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:00.817 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:34272 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:00.817 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:00.818 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:00.819 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1691] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:40:00.819 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1691] Closed producer 0
|
|
2026-05-05 18:40:00.819 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34272 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:00.819 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34272 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #117 — 18:40:01
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:40:02.514 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:02.514 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:02.514 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:34278 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:02.515 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:02.516 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:34278 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:02.516 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:34278 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:02.516 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:34278 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:02.516 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:02.518 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:02.518 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1692] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:02.518 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1692] Closed producer 0
|
|
2026-05-05 18:40:02.518 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:34278 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:02.518 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:34278 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:40:04.614 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:04.614 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:04.615 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:42956 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:04.617 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:04.618 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:04.618 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:42956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:04.619 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:42956 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:04.619 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:40:04.621 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:04.621 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1693] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:04.621 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1693] Closed producer 0
|
|
2026-05-05 18:40:04.621 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:42956 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:04.622 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:42956 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:40:06.206 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:06.206 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:06.206 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:42964 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:06.207 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:06.207 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:06.207 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:42964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:06.207 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:42964 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:06.207 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:06.278 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:06.283 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1694] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:06.283 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1694] Closed producer 0
|
|
2026-05-05 18:40:06.283 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:42964 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:06.283 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:42964 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:40:07.395 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:07.395 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:07.395 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:42972 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:07.398 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:40:07.399 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:42972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:07.399 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:42972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:07.399 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:42972 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:07.399 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:07.402 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:07.402 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1695] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:40:07.402 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1695] Closed producer 0
|
|
2026-05-05 18:40:07.402 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:42972 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:07.403 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:42972 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:40:16.268 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:16.268 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:16.269 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:47158 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:16.270 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:40:16.271 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:47158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:16.271 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:47158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:16.271 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:47158 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:16.271 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:40:16.273 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:16.273 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1696] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:40:16.274 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1696] Closed producer 0
|
|
2026-05-05 18:40:16.274 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:47158 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:16.274 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:47158 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:40:24.671 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:24.671 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:24.673 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45498 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:24.675 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:40:24.676 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:24.677 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:24.678 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45498 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:24.678 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:40:25.387 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:25.387 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1697] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:40:25.388 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1697] Closed producer 0
|
|
2026-05-05 18:40:25.388 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45498 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:25.388 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45498 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:40:25.853 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:25.853 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:25.853 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45514 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:25.854 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:40:25.854 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:25.854 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:45514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:25.855 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:45514 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:25.855 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:25.857 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:25.857 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1698] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:40:25.857 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1698] Closed producer 0
|
|
2026-05-05 18:40:25.857 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45514 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:25.857 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45514 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:40:26.171 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:26.171 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:26.172 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45528 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:26.174 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:40:26.175 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45528 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.175 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:45528 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.176 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:45528 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.176 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:40:26.180 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:26.180 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1699] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:40:26.181 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1699] Closed producer 0
|
|
2026-05-05 18:40:26.181 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45528 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:26.181 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45528 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:40:26.512 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:26.512 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:26.513 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45532 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:26.514 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:40:26.514 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45532 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.514 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:45532 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.515 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:45532 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.515 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:26.517 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:26.517 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1700] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:40:26.517 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1700] Closed producer 0
|
|
2026-05-05 18:40:26.517 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45532 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:26.518 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45532 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:40:26.779 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:26.779 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:26.780 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45534 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:26.781 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:40:26.781 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.781 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:45534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.782 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:45534 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:26.782 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:26.784 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:26.784 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1701] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:40:26.784 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1701] Closed producer 0
|
|
2026-05-05 18:40:26.784 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45534 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:26.785 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45534 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
|
|
[SIM] ⏱️ It #118 — 18:40:27
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:40:28.053 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:28.053 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:28.053 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45544 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:28.054 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:28.055 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.055 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.055 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45544 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.055 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:28.057 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:28.057 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1702] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:28.057 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1702] Closed producer 0
|
|
2026-05-05 18:40:28.057 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45544 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:28.057 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45544 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:40:28.372 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:28.373 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:28.374 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:45546 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:28.377 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:28.378 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.378 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.379 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45546 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.379 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:40:28.383 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:28.383 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1703] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:28.384 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1703] Closed producer 0
|
|
2026-05-05 18:40:28.384 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:45546 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:28.384 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:45546 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:40:28.661 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:28.661 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:28.662 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:45560 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:28.662 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:28.663 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45560 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.663 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:45560 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.663 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:45560 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:28.663 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:28.665 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:28.665 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1704] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:28.665 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1704] Closed producer 0
|
|
2026-05-05 18:40:28.665 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:45560 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:28.665 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:45560 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:40:29.275 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:29.275 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:29.276 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:45562 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:29.277 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:40:29.277 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:45562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:29.277 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:45562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:29.278 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:45562 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:29.278 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:40:29.280 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:29.280 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1705] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:40:29.280 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1705] Closed producer 0
|
|
2026-05-05 18:40:29.281 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:45562 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:29.281 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:45562 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:40:37.706 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:37.706 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:37.706 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:57938 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:37.707 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:40:37.707 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:57938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:37.766 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:57938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:37.767 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:57938 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:37.767 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 59 ms
|
|
2026-05-05 18:40:37.768 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:37.768 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1706] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:40:37.768 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1706] Closed producer 0
|
|
2026-05-05 18:40:37.769 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:57938 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:37.769 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:57938 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:40:45.970 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:45.970 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:45.971 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54282 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:45.973 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:40:45.973 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:45.973 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:45.974 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54282 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:45.974 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:40:45.977 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:45.977 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1707] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:40:45.977 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1707] Closed producer 0
|
|
2026-05-05 18:40:45.977 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54282 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:45.977 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54282 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:40:46.378 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:46.378 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:46.379 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54290 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:46.380 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:40:46.380 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54290 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.380 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:54290 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.381 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:54290 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.381 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:46.383 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:46.383 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1708] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:40:46.383 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1708] Closed producer 0
|
|
2026-05-05 18:40:46.383 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54290 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:46.383 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54290 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:40:46.637 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:46.637 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:46.638 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54298 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:46.639 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:40:46.640 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.640 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:54298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.640 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:54298 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.640 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:40:46.643 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:46.643 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1709] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:40:46.644 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1709] Closed producer 0
|
|
2026-05-05 18:40:46.644 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54298 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:46.644 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54298 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:40:46.979 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:46.979 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:46.980 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:54314 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:46.981 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:40:46.982 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.982 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:54314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.983 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:54314 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:46.983 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:40:46.986 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:46.986 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1710] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:40:46.986 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1710] Closed producer 0
|
|
2026-05-05 18:40:46.986 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54314 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:46.986 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54314 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:40:47.304 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:47.304 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:47.304 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54316 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:47.305 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:40:47.306 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:47.306 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:54316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:47.306 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:54316 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:47.306 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:47.308 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:47.308 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1711] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:40:47.308 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1711] Closed producer 0
|
|
2026-05-05 18:40:47.308 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54316 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:47.308 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54316 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
|
|
[SIM] ⏱️ It #119 — 18:40:48
|
|
📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_000/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_000/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_000, payload_mqtt exists: True
|
|
2026-05-05 18:40:48.607 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:48.607 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:48.608 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54324 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:48.612 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:48.613 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:48.613 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:48.615 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54324 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:48.615 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 2 ms
|
|
2026-05-05 18:40:48.620 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:48.620 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1712] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:48.621 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1712] Closed producer 0
|
|
2026-05-05 18:40:48.622 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54324 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:48.622 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54324 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_001/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_001/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_001, payload_mqtt exists: True
|
|
2026-05-05 18:40:48.941 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:48.942 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:48.943 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:54336 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:48.946 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:48.947 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54336 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:48.947 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54336 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:48.948 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54336 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:48.948 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 1 ms
|
|
2026-05-05 18:40:48.951 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:48.951 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1713] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:48.951 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1713] Closed producer 0
|
|
2026-05-05 18:40:48.951 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:54336 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:48.951 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:54336 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto,BunkerM
|
|
⚠️ OpenRemote token → HTTP Error 405: Method Not Allowed
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation traffic_002/vehicle_count → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/average_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/congestion_level → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation traffic_002/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for traffic_002, payload_mqtt exists: True
|
|
2026-05-05 18:40:49.370 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:49.370 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:49.371 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:54350 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:49.371 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-traffic, ] Getting connection from pool
|
|
2026-05-05 18:40:49.372 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-traffic, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54350 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:49.372 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-traffic, producerName: on [127.0.0.1:54350 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:49.372 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-traffic, ] Created producer on broker [127.0.0.1:54350 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:49.372 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:49.374 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:49.374 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-traffic, standalone-0-1714] Closing producer for topic persistent://public/default/smartcity-traffic
|
|
2026-05-05 18:40:49.374 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-traffic, standalone-0-1714] Closed producer 0
|
|
2026-05-05 18:40:49.374 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:54350 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:49.374 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:54350 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_003/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_003/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_003, payload_mqtt exists: True
|
|
2026-05-05 18:40:49.654 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:49.654 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:49.654 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:54352 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:49.655 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:40:49.656 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:54352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:49.656 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:54352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:49.656 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:54352 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:49.656 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:49.658 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:49.658 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1715] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:40:49.658 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1715] Closed producer 0
|
|
2026-05-05 18:40:49.658 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:54352 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:49.659 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:54352 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
|
|
[SIM] 🛑 Arrêt...
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation airquality_004/pm25_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/pm10_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/no2_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/o3_ugm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/co_mgm3 → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation airquality_004/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for airquality_004, payload_mqtt exists: True
|
|
2026-05-05 18:40:57.904 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:40:57.904 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:40:57.904 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:39878 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:40:57.905 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-airquality, ] Getting connection from pool
|
|
2026-05-05 18:40:57.905 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-airquality, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:39878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:57.905 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-airquality, producerName: on [127.0.0.1:39878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:57.906 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-airquality, ] Created producer on broker [127.0.0.1:39878 -> 127.0.0.1:6650]
|
|
2026-05-05 18:40:57.906 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:40:57.908 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:40:57.908 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-airquality, standalone-0-1716] Closing producer for topic persistent://public/default/smartcity-airquality
|
|
2026-05-05 18:40:57.908 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-airquality, standalone-0-1716] Closed producer 0
|
|
2026-05-05 18:40:57.908 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:39878 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:40:57.908 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:39878 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 7 points written
|
|
⚠️ Redpanda → timed out
|
|
🐟 Redpanda: ❌
|
|
📤 city/sensors/parking/parking_005 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_005/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_005/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_005, payload_mqtt exists: True
|
|
2026-05-05 18:41:06.163 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:41:06.163 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:41:06.163 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:37970 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:41:06.164 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:41:06.164 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.164 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.165 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37970 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.165 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:41:06.167 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:41:06.167 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1721] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:41:06.167 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1721] Closed producer 0
|
|
2026-05-05 18:41:06.167 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:37970 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:41:06.167 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:37970 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/parking/parking_006 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation parking_006/total_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/available_spots → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/occupancy_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation parking_006/turnover_per_hour → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for parking_006, payload_mqtt exists: True
|
|
2026-05-05 18:41:06.463 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:41:06.463 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:41:06.463 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:37986 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:41:06.464 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-parking, ] Getting connection from pool
|
|
2026-05-05 18:41:06.465 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-parking, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:37986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.465 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-parking, producerName: on [127.0.0.1:37986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.465 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-parking, ] Created producer on broker [127.0.0.1:37986 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.465 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:41:06.467 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:41:06.467 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-parking, standalone-0-1723] Closing producer for topic persistent://public/default/smartcity-parking
|
|
2026-05-05 18:41:06.467 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-parking, standalone-0-1723] Closed producer 0
|
|
2026-05-05 18:41:06.467 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:37986 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:41:06.467 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:37986 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
📈 InfluxDB: 4 points written
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/noise/noise_007 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation noise_007/noise_level_db → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation noise_007/peak_db → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for noise_007, payload_mqtt exists: True
|
|
2026-05-05 18:41:06.983 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:41:06.983 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:41:06.983 INFO [136862446364352] ClientConnection:421 | [127.0.0.1:38002 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:41:06.984 INFO [136862446364352] HandlerBase:112 | [persistent://public/default/smartcity-noise, ] Getting connection from pool
|
|
2026-05-05 18:41:06.984 INFO [136862446364352] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-noise, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38002 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.984 INFO [136862446364352] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-noise, producerName: on [127.0.0.1:38002 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.984 INFO [136862446364352] ProducerImpl:222 | [persistent://public/default/smartcity-noise, ] Created producer on broker [127.0.0.1:38002 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:06.984 INFO [136862446364352] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:41:06.986 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:41:06.986 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-noise, standalone-0-1724] Closing producer for topic persistent://public/default/smartcity-noise
|
|
2026-05-05 18:41:06.987 INFO [136862446364352] ProducerImpl:767 | [persistent://public/default/smartcity-noise, standalone-0-1724] Closed producer 0
|
|
2026-05-05 18:41:06.987 INFO [136862463149760] ClientConnection:1285 | [127.0.0.1:38002 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:41:06.987 INFO [136862463149760] ClientConnection:301 | [127.0.0.1:38002 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/weather/weather_008 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 2 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation weather_008/temperature_celsius → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/humidity_percent → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/wind_speed_kmh → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/pressure_hpa → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/rain_mm → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation weather_008/uv_index → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for weather_008, payload_mqtt exists: True
|
|
2026-05-05 18:41:09.947 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:41:09.947 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:41:09.947 INFO [136862479935168] ClientConnection:421 | [127.0.0.1:38006 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:41:09.948 INFO [136862479935168] HandlerBase:112 | [persistent://public/default/smartcity-weather, ] Getting connection from pool
|
|
2026-05-05 18:41:09.948 INFO [136862479935168] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-weather, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38006 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:09.948 INFO [136862479935168] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-weather, producerName: on [127.0.0.1:38006 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:09.948 INFO [136862479935168] ProducerImpl:222 | [persistent://public/default/smartcity-weather, ] Created producer on broker [127.0.0.1:38006 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:09.948 INFO [136862479935168] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:41:09.950 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:41:09.950 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-weather, standalone-0-1725] Closing producer for topic persistent://public/default/smartcity-weather
|
|
2026-05-05 18:41:09.950 INFO [136862479935168] ProducerImpl:767 | [persistent://public/default/smartcity-weather, standalone-0-1725] Closed producer 0
|
|
2026-05-05 18:41:09.950 INFO [136862446364352] ClientConnection:1285 | [127.0.0.1:38006 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:41:09.950 INFO [136862446364352] ClientConnection:301 | [127.0.0.1:38006 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
📤 city/sensors/light/light_009 → EMQX,Mosquitto,BunkerM
|
|
🏠 OpenRemote: ⚠️ skipped
|
|
🌐 Orion-LD: ✅ (HTTP 204 updated)
|
|
🌐 Orion-LD: ✅
|
|
📈 InfluxDB: 6 points written
|
|
🏢 Stellio: ✅ (HTTP 204 updated)
|
|
🏢 Stellio: ✅
|
|
✅ FROST Observation light_009/brightness_lux → OK (cached)
|
|
📊 FROST: ✅
|
|
✅ FROST Observation light_009/power_consumption_w → OK (cached)
|
|
📊 FROST: ✅
|
|
📈 InfluxDB: ✅
|
|
🌪️ DEBUG: calling publish_pulsar for light_009, payload_mqtt exists: True
|
|
2026-05-05 18:41:10.341 INFO [136862858430272] ClientConnection:209 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000
|
|
2026-05-05 18:41:10.341 INFO [136862858430272] ConnectionPool:148 | Created connection for pulsar://localhost:6650-pulsar://localhost:6650-0
|
|
2026-05-05 18:41:10.341 INFO [136862463149760] ClientConnection:421 | [127.0.0.1:38018 -> 127.0.0.1:6650] Connected to broker
|
|
2026-05-05 18:41:10.342 INFO [136862463149760] HandlerBase:112 | [persistent://public/default/smartcity-light, ] Getting connection from pool
|
|
2026-05-05 18:41:10.343 INFO [136862463149760] BinaryProtoLookupService:85 | Lookup response for persistent://public/default/smartcity-light, lookup-broker-url pulsar://localhost:6650, from [127.0.0.1:38018 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:10.343 INFO [136862463149760] ProducerImpl:148 | Creating producer for topic:persistent://public/default/smartcity-light, producerName: on [127.0.0.1:38018 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:10.343 INFO [136862463149760] ProducerImpl:222 | [persistent://public/default/smartcity-light, ] Created producer on broker [127.0.0.1:38018 -> 127.0.0.1:6650]
|
|
2026-05-05 18:41:10.343 INFO [136862463149760] HandlerBase:134 | Finished connecting to broker after 0 ms
|
|
2026-05-05 18:41:10.345 INFO [136862858430272] ClientImpl:718 | Closing Pulsar client with 1 producers and 0 consumers
|
|
2026-05-05 18:41:10.345 INFO [136862858430272] ProducerImpl:803 | [persistent://public/default/smartcity-light, standalone-0-1726] Closing producer for topic persistent://public/default/smartcity-light
|
|
2026-05-05 18:41:10.346 INFO [136862463149760] ProducerImpl:767 | [persistent://public/default/smartcity-light, standalone-0-1726] Closed producer 0
|
|
2026-05-05 18:41:10.346 INFO [136862479935168] ClientConnection:1285 | [127.0.0.1:38018 -> 127.0.0.1:6650] Connection disconnected (refCnt: 4)
|
|
2026-05-05 18:41:10.346 INFO [136862479935168] ClientConnection:301 | [127.0.0.1:38018 -> 127.0.0.1:6650] Destroyed connection to pulsar://localhost:6650-0
|
|
🌪️ Pulsar: ✅
|
|
🐟 Redpanda: ✅
|
|
[SIM] ✅ 10 capteurs | MQTT OK: 3/3 | OR: True
|
|
📈 InfluxDB: 2 points written
|
|
[MQTT] ⚠️ EMQX déconnecté
|
|
[MQTT] ⚠️ Mosquitto déconnecté
|
|
[MQTT] ⚠️ BunkerM déconnecté
|
|
[SIM] ✅ Arrêté proprement.
|