Skip to content

Commit

Permalink
3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombach authored and Hombach committed Nov 21, 2024
1 parent ecc49a3 commit 64785d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions build/lib/tibberCalculator.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/lib/tibberCalculator.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/lib/tibberCalculator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,12 @@ export class TibberCalculator extends ProjectUtils {
]);
*/
this.adapter.subscribeStates(`Homes.${homeId}.Calculations.${channel}.Active`);
this.adapter.subscribeStates(`Homes.${homeId}.Calculations.${channel}.ActiveBLUB`);
/*
this.adapter.subscribeStates(`Homes.${homeId}.Calculations.${channel}.TriggerPrice`);
this.adapter.subscribeStates(`Homes.${homeId}.Calculations.${channel}.AmountHours`);
this.adapter.subscribeStates(`Homes.${homeId}.Calculations.${channel}.StartTime`);
this.adapter.subscribeStates(`Homes.${homeId}.Calculations.${channel}.StopTime`);
this.adapter.subscribeStates(`Homes.${homeId}.Calculations.${channel}.RepeatDays`);
this.adapter.subscribeStates(`Homes.${homeId}.Calculations.${channel}.EfficiencyLoss`);
*/
//#endregion
} catch (error) {
this.adapter.log.warn(this.generateErrorMessage(error, `setup of states for calculator`));
Expand Down

0 comments on commit 64785d1

Please sign in to comment.