v0.4.0
Generic, vendor-neutral heat-pump telemetry. Breaking: the ViCare-specific service, DB table
and metric names are replaced by a generic contract behind a pluggable driver.
Changed
vicare-exporter→heatpump-exporterwith aHEATPUMP_DRIVER(vicare|mock) behind
aHeatPumpDriverprotocol — the heat-pump analogue ofMETER_DRIVER. ViCare is now one
driver; amockdriver renders the heat-pump card in the zero-config demo.- DB table
heatpump_vicare→heatpump_telemetry(migration003, data preserved). - Prometheus telemetry metrics
vicare_*→heatpump_*(vendor-API ops stayvicare_*). - control-ui is vendor-neutral; the heat-pump card name comes from
HEATPUMP_LABEL.
Added
docs/heatpump-interface.md— the generic telemetry contract + "bring your own driver".
Upgrade
- Apply migration
003(the composedb-migrateone-shot does this automatically). - Switch the image
vicare-exporter:0.3.x→heatpump-exporter:0.4.0withHEATPUMP_DRIVER=vicare
(keep your existingVICARE_*secrets). - Update any custom Grafana panels / external scrapers from
vicare_*/heatpump_vicareto
heatpump_*/heatpump_telemetry. SetHEATPUMP_LABEL(e.g.Vitocal 250 A06).