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-06-22 13:03:50 +02:00
2026-06-23 20:58:34 +02:00
2026-06-23 21:35:29 +02:00
2026-04-19 20:19:58 +02:00
2026-06-22 15:32:43 +02:00
2026-04-20 10:11:02 +02:00
2026-06-23 21:52:57 +02:00
2026-04-20 17:36:05 +02:00