Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.62 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.62 KB

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.

Changelog

Version 1.2 - 06/04/2024:

  • updated code to cater for API changes (thanks to @jesusperiago)
  • cleaned logging (thanks to @jesusperiago)

Version 1.1 - 06/12/2021:

  • Added 2 new sensors: Last Invoice Amount (Numeric) and Last Invoice Status (Boolean). Last Invoice Amount (LIA): represents the amount of the last amount. Last Invoice Status (LIS): it's a boolean that returns if invoice was paid or not.

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>