A platform which allows you to get data from Repsol Luz y Gas website.
- Removed 2 sensor: Last Invoice Amount (Numeric) and Last Invoice Status (Boolean). This fails if you don't have any invoice yet (New Clients).
- 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.
- This component is limited to 1 house - MultiHouses is not working
- Data is updated every 2 hours
- 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
Install the component manually by putting the files from /custom_components/repsolluzygas/
in your folder <config directory>/custom_components/repsolluzygas/
Repsol Luz y Gas
Example configuration.yaml:
sensor:
- platform: repsolluzygas
username: <YourEmail>
password: <Password>