Skip to content

deler-aziz/fuel_prices_sweden

Repository files navigation

🇸🇪 Fuel Prices Sweden

GitHub Release License Project Maintenance

The integration is providing fuel prices in Sweden. It is using a web scraper to scrap the stations website and extarct the prices.

🚀 Installation

Using HACS (recommended)

  1. If you don't have it already, install HACS Check here
  2. Go into HACS and search for Fuel Prices Sweden
  3. Follow the configuration section to setup the integration

Manual

  1. Download the latest release from here
  2. Unzip the release into custom_components directory inside your home assistant config directory
  3. Follow the configuration section to setup the integration

⚙️ Configuration

UI (recommended)

  1. Go to Settings->Devices&Services->Integrations and click on Add integration
  2. Search for Fuel Prices Sweden and follow the configuration wizard

Using configuration.yaml

  1. Add fuel_prices_sweden section into your configuration.yaml. Check the following example

    fuel_prices_sweden:
      update_interval: 60
      stations:
        - name: St1
          fuel_types:
            - Fordonsgas
            - Diesel
        - name: Circle K
          fuel_types:
            - miles 95
            - miles 98
    
  2. Make sure you only use the supported station and fuel types

  3. Restart your Home Assistant

⛽︎ Supported stations and fuel types

  • Circle K

    miles 95miles 98miles+ 98
    miles dieselmiles+ dieselHVO100
    FordonsgasE85
  • Ingo

    Bensin 95Bensin 98 E5
    DieselEtanol
  • OKQ8

    GoEasy Bensin 95 (E10)GoEasy Bensin Extra 98 (E5)GoEasy Diesel (B7)
    GoEasy Diesel Extra (B0)Neste MY Förnybar Diesel (HVO100)Etanol E85
    Biogas Bas Sthlm & Uppsala länBiogas Bas Övriga landetBiogas 100 Sthlm & Uppsala län
    Biogas 100 Övriga landet
  • Preem

    Preem Evolution Bensin 95Preem Evolution Diesel
    HVOE85
  • Shell

    Blyfri 95Blyfri 98V-Power
    CityDieselE85Biogas
    HVO
  • St1

    Bensin 95 RE+Bensin 95Diesel RE+
    DieselE85Fordonsgas

🙏🏽 Special thanks