Skip to content
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

evcc tariff ohne Ergebnis, wenn Tarife im UI konfiguriert #17367

Closed
1 task done
VolkerK62 opened this issue Nov 20, 2024 · 10 comments · Fixed by #17494
Closed
1 task done

evcc tariff ohne Ergebnis, wenn Tarife im UI konfiguriert #17367

VolkerK62 opened this issue Nov 20, 2024 · 10 comments · Fixed by #17494
Labels
bug Something isn't working experimental Experimental feature tariffs Specific tariff support

Comments

@VolkerK62
Copy link
Contributor

Describe the bug

Ich habe meine Tarife im UI konfiguriert.
Es wird alles richtig angezeigt und smartes Laden funktioniert.
Rufe ich aber auf der Kommandozeile evcc tariff auf, kommt kein Ergebnis.
bug or feature?

image

Steps to reproduce

.

Configuration details

.

Log details

pi@raspberrypi:~ $ evcc tariff
[main  ] INFO 2024/11/20 17:49:39 evcc 0.131.6 (9083a846)
[main  ] INFO 2024/11/20 17:49:39 using config file: /etc/evcc.yaml
[db    ] INFO 2024/11/20 17:49:39 using sqlite database: /var/lib/evcc/evcc.db
[mqtt  ] INFO 2024/11/20 17:49:40 connecting evcc-1070015338 at tcp://localhost:1883
[mqtt  ] DEBUG 2024/11/20 17:49:40 tcp://localhost:1883 connected
pi@raspberrypi:~ $

What type of operating system are you running?

Linux

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

No response

@andig andig self-assigned this Nov 20, 2024
@andig andig added the tariffs Specific tariff support label Nov 20, 2024
@andig
Copy link
Member

andig commented Nov 20, 2024

@VolkerK62 was bedeutet der Screenshot in dem Zusammenhang?

@VolkerK62
Copy link
Contributor Author

Als "Beleg" für die Konfig.

@andig
Copy link
Member

andig commented Nov 21, 2024

@naltatis die Tarife funktionieren ja etwas anders- willst Du das evtl. anschauen?

@naltatis
Copy link
Member

Erwartungskonform wäre es natürlich wenn evcc tariff hier auch die UI konfigurierten Werte nutzt. Funktioniert das denn bei vehicle und meter aktuell wie erwartet?

@naltatis naltatis added the experimental Experimental feature label Nov 22, 2024
@VolkerK62
Copy link
Contributor Author

meter und vehicle(offline) funktionieren wie erwartet.

@andig
Copy link
Member

andig commented Nov 25, 2024

@naltatis ich hab grad einen Klemmer. Wo werden die Tarife aus der DB überhaupt initialisiert? Ich hab eher das Gefühl, dass es den Teil im Code noch gar nicht gibt? Siehe configureTariffs?

@andig andig removed their assignment Nov 25, 2024
@naltatis
Copy link
Member

@andig in configureTariffs passiert doch genau das:

if err := settings.Yaml(keys.Tariffs, new(map[string]any), &conf); err != nil {

Wenns einen Eintrag in der DB gibt wird der in conf übernommen.

@andig
Copy link
Member

andig commented Nov 29, 2024

@VolkerK62 hast Du die falsche DB erwischt? Sonst bräuchte ich bitte mal Deine zum Test.

@VolkerK62
Copy link
Contributor Author

Ich hab nur eine DB (in der yaml fixiert)
DB schick ich dir in Slack.

@andig andig added the bug Something isn't working label Nov 29, 2024
@andig
Copy link
Member

andig commented Nov 29, 2024

Mal wieder wunderbar gefunden, danke @VolkerK62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working experimental Experimental feature tariffs Specific tariff support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants