Releases: myTselection/Carbu_com
Releases · myTselection/Carbu_com
6.0.0
Basic beta support for fuel data of locations in Italy.
5.0.1
service info in translations + Dutch (nl) translation
5.0.0
First support for fuel prices in Germany.
4.2.1
4.2.0
- 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
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
- 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
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
Added full support for Super98, which was left out unintentionally