We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0da87 commit f461409Copy full SHA for f461409
main.js
@@ -2025,8 +2025,8 @@ class Kecontact extends utils.Adapter {
2025
newDate.getTime() - this.lastCalculating.getTime() < this.intervalCalculating
2026
) {
2027
if (this.getStateDefault0(this.stateWallboxCurrent) > tempMax) {
2028
- this.log.debug(`set intermediate charging maximum of ${curr} mA`);
2029
- this.regulateWallbox(curr);
+ this.log.debug(`set intermediate charging maximum of ${tempMax} mA`);
+ this.regulateWallbox(tempMax);
2030
}
2031
return;
2032
0 commit comments