OpenEVSE new user interface, testers & translations needed

Hello & Happy new year everybody

The new OpenEVSE UI has gone in RC3 state and I need some testers to polish it before release.

Edit:

Test builds for UI2 are now compiled automatically here:

Please post bugs & suggestions in GitHub issues: Issues · KipK/openevse-gui-v2 · GitHub

I also needs some translations if some users needs other language than english or French.
Here is the translation model: openevse-gui-v2/en.json at master · KipK/openevse-gui-v2 · GitHub

some screens:

2 Likes

Hi,

downloaded and will give it a go tomorrow :slight_smile:

John

If you could do a build for the Huzzah esp 32, that would be great.

@graememk I’ve added the Huzza build

@JJC please redownload the file I’ve updated the binaries as I have retaged with latest commits.

@Guillaume_S

Loaded the latest version and looking good :slight_smile:
One thing that would be nice would be a back button on the settings screens
I also noticed that although the self production value was updating correctly from the feed, the counter was not working correctly, screen shot below.
Very good work, this has just been a passive test today but will do a charge run tomorrow when the car needs some power, and I hope there may be some sun :slight_smile:

John

@JJC, thanks for reporting, the counter was working before I probably touched something :slight_smile:
It’s fixed now , I have updated the binaries as it also contained a bug in firmware that was not completely fixed.

@Guillaume_S

Hi,

updated to the new version but the counter still does not look to be working, it is not a big deal to me as the available power is updating. The rest looks good, thanks for your work :slight_smile:

John

I have updated binaries again, but problem should already be fixed.
Have you try to clean your cache ?

Also added back button to config tabs

@JJC, you were right, thanks. There was still something wrong. All counters are now operationals.
Binaries updated

@Guillaume_S

Thanks, I can confirm that the counter and the back button are fully working :slight_smile:

John

1 Like

Dev Builds are now compiled automatically for all devices here :

I’d like some people to test the Tesla vehicle part as I have no account to try with.

@Guillaume_S

looking on the V2 pre release site I am a bit confused as to which file to download, which one is the correct one?

Thanks

John

Files ending with gui-v2 are gui v2 :wink:
Other ones are old gui

Thanks,

Now I feel daft :rofl:
Obvious when you look at it :slight_smile:

John

I’ve just updated to the current version. One immediate thing I noted was when browsing via Chrome on Android the bottom of the pages are hidden by the bottom nav bar. Not tried any other systems as yet.
Otherwise I like the interface. Still finding my way around but IMHO it’s an improvement on the prior interface.

Thanks I have already fixed that on the last build.

Another thing that I have noticed, I’m not able to manually update the amount of kw to charge, or the amount of time to charge. I know that they can only be updated while a charge session is in progress, I’m still not able to update during that state.
It doesn’t bother me too much as the MQTT setting of the kw still works. However I’m not sure if it’s just me or a more larger issue. What are others experience with this option?

Yes it is disabled as the feature is not implemented yet in openevse API
Main goal of new UI is to use only the HTTP API and no RAPI at all so I’d rather not implement temporary RAPI for GUI features.