I’m using the Wallbox integration (Wallbox - Home Assistant). There are two electric vehicles (EVs) in my household. The Wallbox is set to auto-lock so every time someone plugs their car, they need to unlock the charger. We do this to track charging amounts per vehicle. Right now we do this through the Wallbox app. The integration is connected to Wallbox via an administrator account so energy from all users is tracked. Depending on which car I plug in, I need to log out and log back in with the correct account using the Wallbox App.
I’d like to be able to unlock the charger for different accounts using HA. If car A needs to charge, I unlock via A account, if car B needs to charge, I unlock via B account. I’m not sure the best way to do this using the integration. I’ve tried using the a python package, but I can’t get it to run in HA. Any suggestions? Thanks!