Skip to content

v0.1.8

Choose a tag to compare

@mikrohard mikrohard released this 07 Jun 20:01
· 18 commits to main since this release

What's Changed

Comprehensive sensor expansion (#16), with full support for both vehicle dataset formats.

Added

  • Many new curated sensors: distance & range (combined/primary/secondary/electric/SCR), fuel & CNG level, tire pressures, window/sunroof positions, maintenance intervals, long/short-term trip statistics, oil level, outside temperature, and a "Last connected" sensor.
  • New binary sensors: per-door locks, door open/safe states, windows, sunroof, parking brake, parking lights, hood, service hatch, spoiler.
  • Format-aware sensor groups: datasets are detected as dotted (ID.x / MEB) or flat (pre-ID.x, e.g. eGolf) and mapped with the matching curated set, so both platforms get correct sensors.
  • Value transforms: deci-Kelvin → °C, absolute maintenance intervals, fuel consumption L/1000km → L/100km, plus suggested display precision.

Improved

  • Coordinator resilience: retries on HTTP 5xx for both dataset listing and download, fallback to older datasets, and data merging that preserves field values the portal omits between updates.

Fixed

  • Restore the Parking brake binary sensor for ID.x (dotted) vehicles, which the format-aware split had dropped.

Full Changelog: v0.1.7...v0.1.8