/repsolluzygas

Sensor for Home Assistant - Retrieve costs from Repsol Luz y Gas

Primary LanguagePythonMIT LicenseMIT

This component only works on HA 0.96 and later.

Custom component for Repsol Luz y Gas

A platform which allows you to get data from Repsol Luz y Gas website.

Know Limitations

  • This component is limited to 1 house - MultiHouses is not working
  • Data is updated every 2 hours

Current Features

  • Read data from repsolluzygas.com.
  • Multi contracts per house. (only working with 1 house)
  • Available sensors: Amount, Consumption, Total Days, Amount Variable, Amount Fixed, Average Daily Cost, Number of contracts

Installation

Install the component manually by putting the files from /custom_components/repsolluzygas/ in your folder <config directory>/custom_components/repsolluzygas/

Screenshot

Repsol Luz y Gas

Capture

Capture1

Capture2

Configuration

Example configuration.yaml:

sensor:
  - platform: repsolluzygas
    username: <YourEmail>
    password: <Password>