#Fuel Price integration

1 messages · Page 1 of 1 (latest)

elfin trail
#

Hi all,

Sharing here as I've just finished updating my fuel price integration, it now supports 28 different data sources for 12 different countries. https://community.home-assistant.io/t/fuel-gas-prices-integration/658716/1

GasPass requests are proxied via a serverless compute node that seamlessly sorts authentication out with the upstream API, its hosted in Azure (Brazil South), however you can host this proxy yourself too via a docker container (https://github.com/pantherale0/gasspass-proxy). On the flip side, the integration doesn't currently allow you to override URLs for data sources so it is quite involved to setup.

Based on https://analytics.home-assistant.io/ I believe I now have a data source for each country where Home Assistant is most used.

frail cedar
#

How does this compare to the GasBuddy HACS integration?

elfin trail
#

From what I can see, this has a couple of extra services to query fuel prices / fuel stations on demand allowing you to create automations such as "find the cheapest fuel station near me".

I've not used the GasBuddy specific integration though as not based in the states, so that's just based off reading the source for that integration.

frail cedar