Releases: tillsteinbach/CarConnectivity
Releases · tillsteinbach/CarConnectivity
0.11.8
0.11.7
Added
- Support for geofences for locations and charging_stations
Fixed
- Propper unregistering of observers when promoting objects
0.11.6
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
Fixed
- Fixes a bug where when initialized with static entries, precision was not yet initialized when notificaln callbacks were called
0.11.4
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
Added
- Adds global locale option that can be inherited by plugins and connectors
0.11.2
Changed
- Locks now use timeout mechanism to avoid deadlocks in some situations
0.11.1
Fixed
- Updated version requirements for all connectors and plugins
0.11
Added
- Support for initializing attributes on startup form static entries in the configuration
- This version is adding experimental support for a VWSFriend like user experience using carconnectivity-plugin-database and carconnectivity-grafana
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!
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