-
-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/evse improve #305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An sowas hatte ich auch geadacht. Wofür die Konfigurationsoption? Lass uns das doch immer auf alwaysactive schalten, ist wohl auch besser für den controller.
Du hast die Messfunktionen einkommentiert. Funktioniert das immer, also hat jede EVSE einen Zähler? Falls nein muss das konfigurierbar sein (meter: true?) |
Kannst im default meter schauen, das ist aber nixht trivial. Vorschlag: diesen pr fertig machen und auskommentiert lassen, ich mache den rest. |
du meinst alwaysActive? Das liest er ja aus und ist keine Konfigoption. Ich würde das gerne so lassen, dann geht es unabhängig was der Benutzer eingestellt hat.
Nein, hat nicht jede. Ich mach kommentiere es wieder raus. |
Ok- dann sollten wir immer beim Start eine Warnung ausgeben da das anscheinend für den Controller nicht ganz optimal ist falls alwaysactive nicht aktiviert. |
charger/evsewifi.go
Outdated
} | ||
url = fmt.Sprintf("%s?current=%d", evse.apiURL(evseSetCurrent), current) | ||
} else { | ||
url = fmt.Sprintf("%s?active=%v", evse.apiURL(evseSetStatus), enable) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vor das if ziehen, dann brauchts weder variable noch else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
1725289
to
9b92f42
Compare
WIP
@andig wie kann ich die Verwendung der meter configurierbar machen? Da brauche ich noch Unterstützung.