Skip to content

Commit

Permalink
fix P20/P30 detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneak-L8 committed Aug 14, 2021
1 parent bd0aa22 commit 72660a8
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 40 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ To charge your vehicle with a constant amperage of 6A regardless of surplus, set

## Changelog

### 1.2.3 (2021-08-14)
* (Sneak-L8) fix wrong P20/P30 detection

### 1.2.2 (2021-07-28)
* (Sneak-L8) new: limit max. charging current dynamically
* (Sneak-L8) support BMW charging station (Keba OEM, Sentry IOBROKER-KECONTACT-3)
Expand Down
4 changes: 2 additions & 2 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div class="row">
<div class="col s6 input-field">
<input type="text" id="host" class="value" />
<label for="host" class="translate">KeContact IP Address</label>
<label for="host" class="translate">KeContact IP address</label>
<span class="helper-text future-tooltip translate">tooltip_host</span>
</div>
</div>
Expand All @@ -86,7 +86,7 @@
</div>
<div class="col s3 input-field">
<input type="number" id="pollInterval" class="value" />
<label for="pollInterval" class="translate">Refresh Interval</label>
<label for="pollInterval" class="translate">refresh interval</label>
<span class="helper-text translate">secs</span>
<span class="helper-text future-tooltip translate">tooltip_pollInterval</span>
</div>
Expand Down
Loading

0 comments on commit 72660a8

Please sign in to comment.