Set Vehicle Loadplan by @thecem
Recently the Service to set a load plan for a vehicle (that is currently not connected to a Loadpoint) have been introduced, somehow I misunderstood the PR from @thecem so the initial release was 'suboptimal) - still required a Loadpoint ID - this have been now fixed, and when you know the evcc vehicle name (like db:nn) then you can set the SOC via the Service.
Fixing NoneType error (Tariff-API Endpoint Sensors)
As reported this morning in #188, the code did not check, if there is any data (that should be shortened). This is fixed in this release
BREAKING CHANGE (just if you have missed the release 2025.10.1/2025.10.2/2025.10.3)
I have replaced all iso formatted date/time information by Unix timestamps in the tariffs & prognosis sensor state attributes (to reduce the size of the dictionary). These timestamps are all GMT time zone based.
So if you are using evcc sensor attributes like the 'rates': You must adjust your templates, and you must adjust your date/time information parsing [switch from datetime.fromisoformat(a_entry["ts"]).astimezone(timezone.utc) to datetime.fromtimestamp(a_entry["ts_utc"], tz=timezone.utc)]
I have to admit, that I assume, that HA user have the costs and the solar prognosis data already elsewhere in Home Assistant, and does not rely on the information present in the evcc sensors of this integration. If this is not the case, and you use evcc sensors from this integration, then this update will break your current setup. In this case just check the new attributes and the used keys and adjust your templates. I am sorry for this inconvenience.
Please consider to support me
Thanks for the people who already did - that's highly appreciated! In the past weeks I had to invest plenty of my time in order to keep the Integration up to date with the latest changes... And there might be just more that will come around the corner...