tliu93
ef48032adb
M6-T06: extend MqttManager with subscribe + DSMR ingest
- mqtt.py: subscription registry, on_message dispatch (swallows handler
errors), re-subscribe on (re)connect; publish/connect/disconnect/reconnect
unchanged.
- app/services/dsmr_ingest.py: handle_message stores the full telegram frame
(no allowlist; gas/phases/null preserved), 10s downsample by timestamp.second,
source_id idempotency (select + IntegrityError rollback). Net-thread safe.
- main.py registers the DSMR subscription only when dsmr_ingest_enabled.
2026-06-23 21:52:57 +02:00
..
2026-04-19 20:19:58 +02:00
2026-04-20 15:26:36 +02:00
2026-06-23 20:43:46 +02:00
2026-06-23 21:19:25 +02:00
2026-06-23 21:52:57 +02:00
2026-04-29 13:03:12 +02:00
2026-06-22 20:11:54 +02:00
2026-04-20 23:33:57 +02:00
2026-06-12 23:33:08 +02:00
2026-06-21 21:20:28 +02:00
2026-06-22 20:11:54 +02:00
2026-06-12 23:33:08 +02:00
2026-04-29 13:03:12 +02:00
2026-04-19 20:19:58 +02:00
2026-06-23 21:35:29 +02:00
2026-06-21 22:08:55 +02:00