Jonas Karlsson
Jonas Karlsson
Template sensor included in [v1.11.2](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v1.11.2). It should be possible to use that to get prices from Octopus Agile. The integration currently only support one price per hour. So if the...
I have now started to think about adding the possibility to charge multiple EVs (or EV plus residential batteries) in sequence. So instead of sharing the power, they will be...
I checked the code a bit, and I noticed that this integration is using Services to start and stop charging. The OCPP integration does not provide that today. Instead one...
Unfortunately, I have no experience with Home Assistant development, so to add support for Device Actions and/or Switch Entities, is a bit above what I would like to commit to....
Hi @CasparTheBridge, I have made a [v1.11.0-dev4](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v1.11.0-dev4) that supports a generic format. I have made a guess how a [template sensor for EnergyZero](https://github.com/jonasbkarlsson/ev_smart_charging/wiki/EnergyZero) should look like in order to translate...
Thanks! Any particular reason why the "availabilty" is not included? Also, it seem like the "state" is calculated using UTC time, it seems. Is that correct? (I haven't tested) Or...
@lvo12, it should be pasted into `configuration.yaml`. Copy the code from [the Wiki](https://github.com/jonasbkarlsson/ev_smart_charging/wiki/EnergyZero), and replace to two entries that need to be replaced with your values.
Template sensor included in [v1.11.2](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v1.11.2).
Hi! With [v1.11.0](https://github.com/jonasbkarlsson/ev_smart_charging/releases/tag/v1.11.0) there is the possibility to use a template sensor to generate the price information. It should also be possible to achieve what you ask for. If you...
Thanks for the very detailed suggestion and thoughts about charging using PV. I have had similar thoughts myself, and also about adding other more advanced energy mangement features. The conclusion...