Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hombach committed May 9, 2021
1 parent 0c7dfe8 commit ccf60b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ To connect to the wallboxes type in the states with needed data in the config.
* (HombachC) fixed errors with js-controller 3.3.x, bumped dependencies
### 0.1.0 (11.04.2021)
* (HombachC) first running version, fixed to 3 boxes
### 0.0.8 (11.04.2021)
* (HombachC) bumped dependencies, small fixes
### 0.0.7 (31.03.2021)
* (HombachC) added MaxAmpTotal, MinAmpWallBox, MaxAmpWallBox
### 0.0.6 (23.03.2021)
Expand Down
3 changes: 0 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
"0.1.0": {
"en": "first running version, fixed to 3 boxes"
},
"0.0.8": {
"en": "bumped dependencies, small fixes"
},
"0.0.7": {
"en": "added MaxAmpTotal, MinAmpWallBox, MaxAmpWallBox"
},
Expand Down
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ class chargemaster extends utils.Adapter {
this.log.debug(`Got external state of solar power: ${SolarPower} W`);
HouseConsumption = await this.asyncGetForeignStateVal(this.config.StateHomePowerConsumption);
this.log.debug(`Got external state of house power consumption: ${HouseConsumption} W`);
// this.getForeignState(this.config.StateHomeBatSoc, (_err, state) => { this.BatSoC = state.val });
// this.log.debug(`Got external state of battery SoC: ${BatSoC}%`);
// this.Calc_Total_Power();

OptAmpere = await (Math.floor(
Expand All @@ -228,7 +226,6 @@ class chargemaster extends utils.Adapter {
this.log.debug(`Wallbox: ${i} ZielAmpere: ${Wallbox[i].SetPointAmp} Ampere; Leistung DC: ${SolarPower} W; `
+ `Hausverbrauch: ${HouseConsumption} W; Gesamtleistung alle Charger: ${TotalChargePower} W`);

// if (ZielAmpere > (5 + 4)) {
if (Wallbox[i].SetPointAmp >= (Wallbox[i].MinAmp + 4)) {
// this.Charge_Config('1', ZielAmpere, `Charging current: ${ZielAmpere} A`);
Wallbox[i].SetPointAllow = true; // An und Zielstrom da größer MinAmp + Hysterese
Expand Down

0 comments on commit ccf60b1

Please sign in to comment.