Mark Purcell
Mark Purcell
> Whats the vertical grey bar, you have it on your image, as does mine. Vertical grey bar is a legacy from the charging lights on the original wallbox graphics....
> Do you have any more info on the service calls for charging? I have a 48a wall charger and the mobile charger too, so that would be handy. Yes,...
> just curious, when would you use 1A and 16A charging? 1A is super slow, and 16A is more than a standard 120v outlet allows, but way lower than a...
> would be cool if it was variable charging based on excess Thats exactly what I do, the power of home assistant. I dynamically calculate the excess solar and convert...
Updated to [v0.2.0-alpha](https://github.com/tmjo/charger-card/tree/v0.2.0-alpha) and haven't noticed any changes to my Tesla configuration/ functionality.  Thanks @tmjo for your great work.
Visual editor is much improved and working as expected now. 
Starting with an empty card, entity selection dialogue doesn't seem to make it easy to find what you want :-( [Screen recording 2023-02-21 16.33.36.webm](https://user-images.githubusercontent.com/79175134/220266540-adda225f-bfa6-4e2e-99e3-a5e02889b43e.webm)
After I manually entered the correct entity via code editor: ```yaml type: custom:charger-card entity: binary_sensor.duka_charger ``` selecting brand 'Tesla EV custom integration' presented a bunch of sensible defaults, and the...
Some minor amendments are needed (energy added button not functional) and my bespoke setup presents slightly different data.  ```yaml type: custom:charger-card entity: binary_sensor.duka_charger customCardTheme: black customImage: /local/tesla.png show_leds: false...
```diff diff -u tesla-bespoke tesla-template --- tesla-bespoke 2023-02-21 16:51:39.267651168 +1000 +++ tesla-template 2023-02-21 16:51:56.886650358 +1000 @@ -1,17 +1,15 @@ type: custom:charger-card entity: binary_sensor.duka_charger -customCardTheme: black -customImage: /local/tesla.png -show_leds: false +brand:...