Skip to content

Releases: tillsteinbach/CarConnectivity

0.11.8

25 Jan 18:04

Choose a tag to compare

Added

  • Support for priorities when registering services to allow connectors to specify which service should be used first when multiple services for the same type are registered

Changed

  • Delete cache/tokenstore file when corruption is detected

0.11.7

24 Jan 20:43

Choose a tag to compare

Added

  • Support for geofences for locations and charging_stations

Fixed

  • Propper unregistering of observers when promoting objects

0.11.6

23 Jan 21:47

Choose a tag to compare

Changed

  • Internal callbacks now use higher pririty to ensure they are called before external ones
  • BaseConnector now provides commands to allow for updating the session

0.11.5

11 Jan 20:31

Choose a tag to compare

Fixed

  • Fixes a bug where when initialized with static entries, precision was not yet initialized when notificaln callbacks were called

0.11.4

11 Jan 15:29

Choose a tag to compare

Added

  • Adds support for more flexible parameters for plugins and connectors and their UIs to allow better backwards compatibility in the future
  • Support for storing measurement source in attributes to allow connectors to better deal with multi source attributes
  • Support for generating dicts and json using locales and conversion of units

Changed

  • Don't fail on invalid locale in config, just log a warning and use system locale instead

0.11.3

10 Jan 16:19

Choose a tag to compare

Added

  • Adds global locale option that can be inherited by plugins and connectors

0.11.2

08 Jan 11:28

Choose a tag to compare

Changed

  • Locks now use timeout mechanism to avoid deadlocks in some situations

0.11.1

04 Jan 15:37

Choose a tag to compare

Fixed

  • Updated version requirements for all connectors and plugins

0.11

04 Jan 14:24

Choose a tag to compare

Added

Warning: This is a breaking change for all connectors and plugins. Only update to this version if you use a connector that has been updated to support this feature.

0.10 Happy New Year!

31 Dec 21:12

Choose a tag to compare

Added

  • Check against NTP server for time synchronization
  • Attributes for WLTP range, estimated range at 100% charge and estimated consumption
  • Add fuel tank to combustion vehicles and adblue tank to diesel vehicles
  • Add location object to vehicle position
  • Add charging station object to charging information
  • Infrastructure for managing services to fetch additional data (like location, etc.)
  • Add service for fetching location data based on coordinates from OpenStreetMap
  • Add service for fetching charging station data based on coordinates from OpenChargeMap