Various bug fixes (#1041)

* Fixing board type overwrite, zmartcharge default issues and disabling entsoe

* Fixed Zmartcharge configuration issue
This commit is contained in:
Gunnar Skjold
2025-10-16 08:50:03 +02:00
committed by GitHub
parent 7a4ab77a83
commit 0dfd2d9022
9 changed files with 93 additions and 53 deletions

View File

@@ -78,7 +78,7 @@ void PriceService::setTimezone(Timezone* tz) {
}
char* PriceService::getToken() {
return this->config->entsoeToken;
return ""; // Currently the implementation is not working, so lets disable it for al. Old code: this->config->entsoeToken;
}
char* PriceService::getCurrency() {