Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5.3 #462

Merged
merged 4 commits into from
Oct 19, 2023
Merged

2.5.3 #462

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
18 changes: 16 additions & 2 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
$('#testd').click(testd);
$('#testg').click(testg);
$('#testt').click(testt);
//$('#tests').click(tests); //hier muß es eine Übergabe der ain geben
$('#tests').click(tests);
$('#testc').click(testc);
$('#testo').click(testo);
$('#testr').click(testr);
Expand Down 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 All @@ -330,7 +344,7 @@ <h6 class="translate sub-title">FritzBox Adapter Debugging</h6>
<a id="testt" class="btn"><span class="translate">My Templates</span></a>
</div>
<div class="col s2">
<a id="testc" class="btn"><span class="translate">My Color</span></a>
<a id="tests" class="btn"><span class="translate">My Stats</span></a>
</div>
<div class="col s2">
<a id="testo" class="btn"><span class="translate">My Rights</span></a>
Expand Down
Loading
Loading