Skip to content

Commit

Permalink
2.5.3 exclusions and corr
Browse files Browse the repository at this point in the history
  • Loading branch information
foxthefox committed Oct 19, 2023
1 parent 0388a17 commit b490b5d
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 86 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,13 @@ otherwise it is more complex and individually to be parametrized.
* blind alert state -> decode bit array

## Changelog
### 2.5.2
### 2.5.3 (npm)
* correction for updating komfort, absenk
* corrections for the statistics polling when device is not plugged in
* correction for year to date energy value (not recognizing two digit month)
* new possibility in admin page to exclude templates/routines/statistics for compatibility with older FB

### 2.5.2 (npm)
* correction for komfort, absenk if receiving 253/254 for OFF/ON it will be NaN see issue #164

### 2.5.1
Expand Down
14 changes: 14 additions & 0 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,20 @@ <h6 class="translate sub-title">Write only Changes to Objects</h6>
<h6 class="translate sub-title">Adapter Options</h6>
</div>
</div>
<div class="row">
<div class="col s4">
<input class="value" id="fritz_exclude_templates" type="checkbox" /><span class="translate">
exclude templates (check if older FB)</span>
</div>
<div class="col s4">
<input class="value" id="fritz_exclude_routines" type="checkbox" /><span class="translate">
exclude routines (check if older FB)</span>
</div>
<div class="col s4">
<input class="value" id="fritz_exclude_stats" type="checkbox" /><span class="translate">
exclude statistics (check if older FB)</span>
</div>
</div>
<div class="row">
<div class="col s6">
<input class="value" id="fritz_options" /><label class="translate">options for the
Expand Down
5 changes: 4 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@
"fritz_hysteresis": 1,
"fritz_boosttime": 5,
"fritz_windowtime": 5,
"fritz_tsolldefault": 23
"fritz_tsolldefault": 23,
"fritz_exclude_templates": false,
"fritz_exclude_routines": false,
"fritz_exclude_stats": false
},
"objects": [],
"instanceObjects": []
Expand Down
Loading

0 comments on commit b490b5d

Please sign in to comment.