jonasbkarlsson / ev_smart_charging

Electric vehicle smart charging for Home Assistant.
MIT License
184 stars 28 forks source link

Support for TGE integration #322

Open KrzysztofHajdamowicz opened 2 months ago

KrzysztofHajdamowicz commented 2 months ago

Is your feature request related to a problem? Please describe. Since 24.08.2024 dynamic electricity prices became available for residential usage in Poland. All currently-available electricity providers use TGE (Towarowa Giełda Energii) Fixing 1 as reference point. ENTSO-E, RCE and Nordpool are indexes that display values close to TGE, but not exactly TGE. That's why TGE custom integration was created: https://github.com/PiotrMachowski/Home-Assistant-custom-components-TGE This integration provides identical attributes format as ENTSO-E integration so little to no changes in your codebase.

Describe the solution you'd like EV Smart Charging ConfigFlow suggests TGE Fixing1 sensor if present in Home Assistant instance

KrzysztofHajdamowicz commented 3 days ago

This Issue is addressed by PR #335