hass-entso-e icon indicating copy to clipboard operation
hass-entso-e copied to clipboard

Integration for Home Assistant to fetch day ahead energy prices from European countries via ENTSO-e Transparency Platform

Results 40 hass-entso-e issues
Sort by recently updated
recently updated
newest added

I am currently working on getting VAT and conversion rates in the integration. I made a dictionary with all countries and its data: ``` AREA_INFO = {"AT":{"code":"AT", "name":"Austria", "VAT":0.22, "Currency":"EUR"},...

help wanted
good first issue

Just noticed that attributes `Prices today` and `Prices tomorrow` seem to update only when the next day prices are received. Would it make sense to update the attributes to reflect...

I re-added the new version and want to opt for the added VAT tariff. For Belgium this is marked as the standard 21%, but as already mentioned it is temporarily...

bug

It seems to be the VAT is calculated after the price is modified by the template. In Belgium all additional costs are excluded from tax so it is: price x...

bug

Add translations of [custom_components/entsoe/strings.json](https://github.com/JaccoR/hass-entso-e/blob/main/custom_components/entsoe/strings.json) in languages of at least all European countries. This can be done in the map [translations](https://github.com/JaccoR/hass-entso-e/tree/main/custom_components/entsoe/translations) just like already has been done for dutch (nl.json) and...

enhancement
good first issue

At 23:00 the sensor.average_electricity_price_today has no today's prices, but still has tomorrow's prices. When it becomes 24:00 all prices are correct again. I suspect that this is caused by timezone...

I installed the integration about a week ago, worked fine since, until today (I think). I updated HA 2 days ago, cannot remember from which to which version, as I...

Hi Jacco: FYI. Logger: homeassistant.components.sensor Source: components/sensor/__init__.py:570 integration: Sensor (documentation, issues) First occurred: May 19, 2024 at 10:40:52 PM (10 occurrences) Last logged: May 19, 2024 at 10:40:53 PM Entity...

Logger: homeassistant.components.sensor Bron: components/sensor/__init__.py:570 integratie: Sensor (documentatie, problemen) Eerst voorgekomen: 20:24:56 (16 gebeurtenissen) Laatst gelogd: 20:24:56 Entity sensor.epex_highest_energy_price_today () is using state class 'measurement' which is impossible considering device class...

Logger: homeassistant.util.loop Bron: util/loop.py:99 Eerst voorgekomen: 20:24:51 (1 gebeurtenissen) Laatst gelogd: 20:24:51 Detected blocking call to import_module inside the event loop by custom integration 'entsoe' at custom_components/entsoe/coordinator.py, line 97: yesterday...