From d4b15e0fa619f4c41ea82a4a9e3c5217ba4284c1 Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Mon, 8 Jul 2024 16:50:02 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 436d260..ea5d21c 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,13 @@ This app aims to be functional first and pretty second. -The app that is shipped with the products was made in opposite order and has a few problems now. - -In contrast to the official go-e app this app has: -* Actual support to connect over cloud to the device -* Actual support to connect locally to the device -* No silly "device type does not match" -* No silly assumptions on what feature set the device has, it looks on the existance of api keys +* support to connect over cloud to the device in all situations +* support to connect locally to the device in all situations +* No "device type does not match" +* No assumptions on what feature set the device has, it looks on the existance of api keys * It shows the problems that the device is reporting like wifi error log, ocpp error log, cloud error log * It shows any network communication problems like invalid websocket response received -* API Key Browser -* Support for all future go-e compatible products as it does not hardcode any device types (Therefore it also works with dereived products) +* Support for all future compatible products as it does not hardcode any device types (Therefore it also works with dereived products) * If you enter the incorrect password it will tell you and lock up * You can also select 06:00 in the scheduler * You can also select any color you like in all color pickers - -Lots of settings pages are still missing but this is a side project after work time and doesnt get much attention from Daniel's side. - -I just need an app that just works when I stand in fron of my charger, I can't continue using solalaweb for all basic settings every day. - -go-e Support is welcome to ship this app to customers that are facing WiFI, OCPP or any other issues.