Skip to content

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

License

Notifications You must be signed in to change notification settings

jjprz/repsolluzygas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.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>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%