I use Tibber as power company/buy/sell electricity from.
I also have an MG4 EV. The MG4 does not have an “Tibber Integration”, which means that every time I want to charge my MG4 at home, with my “Tibber Integrated” EV charger (Easee), I need to manually enter the SoC (state of charge) of the MG4 into the Tibber app.
I would much rather have HA do that form me
I can read relevant data from MG/SAIC using the integration;
And I have the Home Assistant Tibber Integration installed.
- Now, do we have any geniuses in here that can poke around in the Tibber API and find out if I can change the SoC of a specified EV (we have two).
The following works for me. Please note that this is not the official API and you should behave with care! It may break at any point without notice and cannot expect any help.
This is great. Have anybody with two cars sharing a charger figured out how to update the active car on the charger? It should be possible with the same API, but I can’t even figure out how to list my chargers.
My case is that I have one Mustang Mach-e with Tibber integration, and one Nissan Leaf without Tibber integration. They are both set up with the same charger in Tibber.
When connecting the charger Tibber tries to guess which car is connected, but very often fails to select the correct one.
But by using Tibber’s own API I can actually very accurately detect which car is charging, as the battery percent of my Mustang will show as 0 when not connected and the correct percent when connected to the home charger.
I guess this is specific for the Ford integration, as they only send the data if the car is connected to a charger at the home address, so it’s complicated for Tibber to put this into their generic vehicle detection code.