forked from SmartEVSE/SmartEVSE-3
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Inverted Eastron kWh meter (#20) Co-authored-by: Hans Dingemans <[email protected]> * Read and display EV meter currents and use them to limit power to MaxCircuit (#21) Co-authored-by: Hans Dingemans <[email protected]> * Wifi debugging (#23) * Add RemoteDebug for debugging over wifi * Minimal code adaptions for debugging over wifi * Add instructions for debugging over wifi * Correct the default = production release * Add useful debugging comment Co-authored-by: Hans Dingemans <[email protected]> * Code improvement3 (#24) * evse.cpp: fixing reconnect after wifi disconnect (#32) * evse.cpp: fixing reconnect after wifi disconnect * evse.cpp: only reconnect when in normal wifi mode * evse.cpp: improve wifi for weak signals Co-authored-by: dingo35 <[email protected]> * README.md: update docs with added functionality in 1.4.0 (#30) * README.md: update docs with added functionality in 1.4.0 * README.md: wifi disconnect no longer known bug Co-authored-by: dingo35 <[email protected]> * evse.h: put compiletime in debug version string (#36) Co-authored-by: dingo35 <[email protected]> * index.html: make it pass validation of html checker + small layout change (#38) Co-authored-by: dingo35 <[email protected]> * modbus.cpp: add debug messages for sent packets (#41) Co-authored-by: dingo35 <[email protected]> * evse.cpp: fix modbus overload when loadbalance disabled (#40) * evse.cpp: fix modbus overload when loadbalance disabled * evse.cpp: More elegant solution for incrementing ModbusRequest Co-authored-by: dingo35 <[email protected]> * evse.cpp, evse.h: comment out unused ChargeTimer (#37) * evse.cpp, evse.h: comment out unused ChargeTimer * evse.h, evse.cpp: remove unused ChargeTimer Co-authored-by: dingo35 <[email protected]> * evse.cpp: Fix compiler warning (#44) Co-authored-by: dingo35 <[email protected]> * evse.h, OneWire.cpp: introduce FAKE_RFID for debugging without an RFI… (#45) * evse.h, OneWire.cpp: introduce FAKE_RFID for debugging without an RFID reader * evse.h: extend comments on how to use FAKE_RFID Co-authored-by: dingo35 <[email protected]> * evse.cpp, evse.h: read imported and exported energy from mainsmeter+e… (#39) * evse.cpp, evse.h: read imported and exported energy from mainsmeter+evmeter and feed them to the API * evse.cpp: Fix modbus bug * evse.h: Undo debug settings Co-authored-by: dingo35 <[email protected]> * evse.cpp: improve PP pin debug message (#59) Co-authored-by: dingo35 <[email protected]> * evse.cpp: fix meter config bug when switching modes (#60) Co-authored-by: dingo35 <[email protected]> * Release/v1.4.0 merge (#52) * Pipeline build for release branches * Increased 'safety' temperature thressholds to 70 (#48) * Features/increased temp safety menu (#49) * Added max temp menu item * Added max temp menu item * Added EV Meter information * Added EV meter details on status page * Added EV meter details on status page * Refactored API textual booleans into real booleans * Hide EV/BATT widget by default Co-authored-by: Koen Serneels <[email protected]> Co-authored-by: dingo35 <[email protected]> Co-authored-by: Hans Dingemans <[email protected]> Co-authored-by: Koen Serneels <[email protected]>
- Loading branch information
1 parent
488f302
commit e92a49d
Showing
46 changed files
with
10,079 additions
and
594 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
29 changes: 29 additions & 0 deletions
29
SmartEVSE-3/lib/RemoteDebug/.github/ISSUE_TEMPLATE/bug_report.md
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,29 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. | ||
2. | ||
3. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Arduino Information:** | ||
- OS: [e.g. Windows, MacOS, Linux] | ||
- IDE [e.g. Arduino IDE, Eclipse, VSCode] | ||
- IDE Version [e.g. 1.8.6] | ||
- Board [e.g ESP32] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
17 changes: 17 additions & 0 deletions
17
SmartEVSE-3/lib/RemoteDebug/.github/ISSUE_TEMPLATE/feature_request.md
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,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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 @@ | ||
.DS_Store |
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 Joao Lopes | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Oops, something went wrong.