Skip to content

Releases: myTselection/Carbu_com

6.0.0

01 Aug 23:42
Compare
Choose a tag to compare

Basic beta support for fuel data of locations in Italy.

5.0.1

31 Jul 08:09
Compare
Choose a tag to compare
service info in translations + Dutch (nl) translation

5.0.0

16 Jul 20:31
Compare
Choose a tag to compare

First support for fuel prices in Germany.

4.2.1

22 Jun 14:55
adc3d24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.0...4.2.1

4.2.0

27 May 22:03
Compare
Choose a tag to compare
  • bugfix lowest price on route service: return station with lowest price instead of always latest station on route
  • add support for extra similar service using coordinates (lat,lon) instead of country, postalcode and town

4.1.0

25 May 22:48
3aa8057
Compare
Choose a tag to compare

New geocoding API used (which doesn't require an API key) since Open Route Service API seemed unstable. Very limited test applied with Open Source Routing Machine API, so the get_lowest_fuel_price_on_route service remains very experimental.

4.0.0

05 May 23:46
Compare
Choose a tag to compare
  • No longer needed to add the town name manually: if multiple towns are found matching the postal code and country during setup of the integration, an extra form will be shown with a drop down of the towns in order to be able to select the desired town. If only one town matches with the postal code, this extra form and drop down won't be shown
  • New service (BETA) carbu_com.get_lowest_fuel_price_on_route (#7) to find station with best price on a route (two postal codes). Requires a (free) OpenRouteService API key and may hit the quote of the free API usage on long routes. Very limited tested so far. Readme updated with example usage.

3.0.0

17 Apr 21:45
adde5fe
Compare
Choose a tag to compare

New service carbu_com.get_lowest_fuel_price is now available which can be called to get the lowest fuel price at an ad_hoc location, full details returned as an event. Example service call and automation info added in README.md.

2.4.0

17 Apr 20:19
Compare
Choose a tag to compare

Added full support for Super98, which was left out unintentionally

2.3.0

17 Apr 19:42
31b0504
Compare
Choose a tag to compare

What's Changed

  • fix: correct entity url attribute name by @eMerzh in #17

New Contributors

Full Changelog: 2.2.0...2.3.0