-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Battery Cycles | ||
### [Installation](https://github.com/LeonAirRC/Jeti-Lua-Apps#installation) | ||
|
||
<p>Monitors the usage/charging cycles of your batteries. Multiple batteries per model are possible.<br> | ||
The dialog below can be shown automatically when the model is turned on and via a switch.</p> | ||
<p> | ||
<img src="https://github.com/LeonAirRC/Jeti-Lua-Apps/raw/main/repository/doc/img/battcycles7.png"/> | ||
</p> | ||
<p> | ||
<h3>Main page</h3> | ||
<ul> | ||
<li><b>Selection switch:</b> this switch can be used to manually show the selection dialog</li> | ||
<li><b>Cells/capacity range:</b> model-specific filtering parameters to shorten the list of viable batteries that are selectable in the list</li> | ||
<li><b>Detect power-on:</b> if checked, the selection dialog shows up automatically when the model is turned on</li> | ||
<li><b>Battery types:</b> Select the battery types that are present in your model. Only the checked battery types will be queried later.</li> | ||
</ul> | ||
<p><img src="https://github.com/LeonAirRC/Jeti-Lua-Apps/raw/main/repository/doc/img/battcycles1.png"/></p> | ||
</p> | ||
<p> | ||
<h3>List of batteries</h3> | ||
<ul> | ||
<li>use <b>F1</b> to go to the main page</li> | ||
<li>add and delete batteries and chage their order</li> | ||
<li>click on a battery to change it's attributes</li> | ||
</ul> | ||
<p><img src="https://github.com/LeonAirRC/Jeti-Lua-Apps/raw/main/repository/doc/img/battcycles5.png"/> | ||
<img src="https://github.com/LeonAirRC/Jeti-Lua-Apps/raw/main/repository/doc/img/battcycles6.png"/></p> | ||
</p> | ||
<h3>Selection dialog</h3> | ||
<p> | ||
The selection dialog shows a list of all batteries. For every type of battery (denoted by the title) you can click on one battery and the dialog moves on to the next type. | ||
<ul> | ||
<li><b>+/-:</b> the cycle count of the focused battery can be modified manually, for example after an unintended selection</li> | ||
<li><b>F3/F4:</b> go to the previous type/skip current type without any cycle increase</li> | ||
<li><b>F5/Enter:</b> increases the cycle count of the focused battery by one and moves on to the next type</li> | ||
</ul> | ||
<p> | ||
<img src="https://github.com/LeonAirRC/Jeti-Lua-Apps/raw/main/repository/doc/img/battcycles7.png"/> | ||
<img src="https://github.com/LeonAirRC/Jeti-Lua-Apps/raw/main/repository/doc/img/battcycles8.png"/> | ||
</p> | ||
</p> |