new user - bunch of q and error with VW & Tesla #854
Replies: 2 comments
-
@andig I'm posting here rather than in the Solaredge thread as it's the same issue I'm having for the missing PV meter being displayed. In this case relate to the vehicles. I think my config is now correct as:
However the webui still show only 1 vehicle and all the related information are missing: I'm running 0.50 and pulled latest image from dockerhub. Is there anything else I can check? I'm running debug but nothing is logged |
Beta Was this translation helpful? Give feedback.
-
so:
As per the multiple vehicles not showing up in the GUI - the only workaround I found so far was implementing two charge points... |
Beta Was this translation helpful? Give feedback.
-
Hi
thanks a lot for this project it's a dream come true (no kidding)
I have some comments, ask and questions. Dropping here everything and then if reasonable I can open RFE/BUG accordingly
container friendly setup. At the moment the config file have to be in /etc but in contiainer environment this is not very handy. IMO the best would be using a dedicated path for it (say /config) so that it can be mapped to a persistent volume. The result is that such volume would be accessible outside of the container itself (e.g. on a NAS or shared drive) and edited without having to access the container.
I have setup my Tesla account as per the following
However the UI display the status as 'getrennt' and keep popping up a message saying 'server unavailable'
No error messages are logged...
However the following error is logged
cannot create vehicle 'Ruga': cannot create type 'vw': login failed: unexpected length
Note that the password is 20 character long...
I solved it already but there's something wrong (or hardcoded) with the port used for modbus. I had it, initially, configured on 1502 and despite having it properly configured in my config file I had the following error:
[site ] ERROR 2021/04/09 12:30:16 updating grid meter: read failed: modbus: exception '2' (illegal data address), function '131'
Reverting the modbus config to default port (502) and updating the config file solved the issue.
the UI is in German or have some typos? is there a language option to set English or what is the way to do it? or what is the easiest to modify it?
What is the easiest way to integrate TUYA plugs as chargers? considering I'm planning to use EVCC in Home Assistant and those plus are already integrated there?
Wondering if there is anyone interested in having the TESLA UMC (mobile charger) being integrated as a charger? in reality I think with TESLA any charger can be integrated using TESAL APIs for start/stop?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions