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

cli: add config command #18535

Merged
merged 7 commits into from
Feb 7, 2025
Merged

cli: add config command #18535

merged 7 commits into from
Feb 7, 2025

Conversation

andig
Copy link
Member

@andig andig commented Feb 1, 2025

Fix #18526

@andig andig added the enhancement New feature or request label Feb 1, 2025
@andig andig marked this pull request as ready for review February 1, 2025 14:48
@andig andig requested a review from naltatis February 1, 2025 14:48
log.FATAL.Fatal(err)
}

fmt.Println(strconv.Itoa(c.ID)+":", c.Type, c.Value)
Copy link
Member

@naltatis naltatis Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lass uns hier die gleichen Identifier verwenden wie bei den anderen Befehlen (evcc meter db:22)

evcc config delete db:22

cmd/config.go Outdated
}

for _, c := range configurable {
fmt.Println(strconv.Itoa(c.ID)+":", c.Type, c.Value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s.o.

@andig andig merged commit 1e21f9a into master Feb 7, 2025
6 checks passed
@andig andig deleted the feat/cli-config branch February 7, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failed configuring loadpoints: charger does not support phase switching
2 participants