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

Prepare Release 2024.11.20 #1413

Merged
merged 133 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
133 commits
Select commit Hold shift + click to select a range
d0b2b97
Update UpgradePartition.md
janrombold Oct 3, 2024
bcf4b70
Fix: cpplint errors
tbnobody Oct 15, 2024
e5cf12c
Update nrf24/RF24 from 1.4.9 to 1.4.10
tbnobody Oct 16, 2024
cf1693e
Upgrade ESPAsyncWebServer from 3.3.16 to 3.3.17
tbnobody Oct 16, 2024
aa9f36e
Rename config API to file API
tbnobody Oct 19, 2024
1690148
Refactor file handling API and add endpoint to delete files
tbnobody Oct 19, 2024
1e857b7
Feature: Refactor config management interface
tbnobody Oct 19, 2024
8257eb7
webapp: Use global AlertResponse interface
tbnobody Oct 19, 2024
e29b86e
Add API endpoint to retrieve custom languages and complete language pack
tbnobody Oct 16, 2024
c3d3d94
webapp: Allow upload of language packs
tbnobody Oct 18, 2024
d9a8461
Feature: Allow custom language pack for webapp
tbnobody Oct 18, 2024
05006e0
Feature: Added spanish language pack
tbnobody Oct 18, 2024
4a247f5
Feature: Added italian language pack
tbnobody Oct 18, 2024
68c87c9
Move lookup for translation path to separate method
tbnobody Oct 18, 2024
2e23c7e
Check if language pack metadata are valid
tbnobody Oct 21, 2024
521fce3
webapp: Added global reboot wait screen
tbnobody Oct 21, 2024
2a21e53
webapp: Rename interface to prevent lint errors
tbnobody Oct 21, 2024
b1edb13
add and use configuration write guard
schlimmchen Oct 17, 2024
17016b1
actions: use RELEASE_TOKEN to create a release
schlimmchen Oct 22, 2024
d36b30a
Fix: SBS Unipower battery discharge current handling
AndreasBoehm Oct 23, 2024
2e85b42
Feature: add SoC & voltage thresholds for battery current limit
ranma Sep 28, 2024
cfb5c3f
webapp: prettify battery settings UI
AndreasBoehm Oct 23, 2024
3c1d3f7
Feature: retrieve absorption and float voltage from Victron MPPTs (#1…
SW-Niko Oct 25, 2024
6113e07
webapp: Fix: WaitRetstartView showed basic auth dialog
tbnobody Oct 25, 2024
d259042
Rewrite display language handling to work with locale strings instead…
tbnobody Oct 25, 2024
70f3019
Feature: Implement language pack support for display texts
tbnobody Oct 25, 2024
8452a8d
Feature: Added spanish display translation
tbnobody Oct 25, 2024
8566b08
Feature: Added italian display translation
tbnobody Oct 25, 2024
b21e8f8
Added README.md to lang folder
tbnobody Oct 25, 2024
4594bcb
Feature: Added device info for HMS-700
tbnobody Oct 26, 2024
225cab6
Fix: Take DST into account when recalculating the sunrise sunset time
tbnobody Oct 27, 2024
993f321
Fix: skip BOM in JSON files (pin_mapping and config)
schlimmchen Oct 29, 2024
94123fe
webapp: right-align labels for inputs on non-sm viewports
schlimmchen Oct 25, 2024
c5f37a8
webapp: last table row shall have no bottom border
schlimmchen Oct 25, 2024
983b58f
webapp: remove table's bottom margin
schlimmchen Oct 25, 2024
4aa9080
webapp: add gap between inverter selectors
schlimmchen Oct 26, 2024
3edfdb7
webapp: avoid inline style in inverter channel info card
schlimmchen Oct 26, 2024
e15fdab
webapp: equalize style of cards with tables in live view
schlimmchen Oct 26, 2024
d8fa703
webapp: use reasonable name for radio stats accordion
schlimmchen Oct 25, 2024
28bbd27
webapp: align table headers with card headers
schlimmchen Oct 26, 2024
aef0efc
webapp: apply card-table class to info view cards
schlimmchen Oct 26, 2024
a582f9c
webapp: adjust look of tables in accordions to live view cards
schlimmchen Oct 26, 2024
0a5bd65
webapp: beautify radio statistics reset button
schlimmchen Oct 26, 2024
b6c0a85
webapp: fix inverter "add" and "save order" button positions
schlimmchen Oct 26, 2024
8c46521
webapp: do not use div with v-if but template elements
schlimmchen Oct 26, 2024
dc78a83
webapp: avoid spurious DOM elements, avoid v-show, use v-if
schlimmchen Oct 27, 2024
2d49093
webapp: optimize spacing on bottom of cards
schlimmchen Oct 26, 2024
8174fb1
webapp: MQTT: use v-if in favor of v-show
schlimmchen Oct 26, 2024
31c26b0
webapp: MQTT: no login with cert if TLS disabled
schlimmchen Oct 26, 2024
bad5260
webapp: avoid inline style for inverter channel info value
schlimmchen Oct 26, 2024
50db501
webapp: use value class to format live values
schlimmchen Oct 26, 2024
db55204
webapp: fixup battery total cards
schlimmchen Oct 26, 2024
89a433c
webapp: consistently use no colon in form labels
schlimmchen Oct 27, 2024
121b7cf
webapp: replace remaining "OpenDTU" texts with "OpenDTU-OnBattery"
schlimmchen Oct 26, 2024
c87ba97
webapp: optimize placement of device profile doc buttons
schlimmchen Oct 27, 2024
3c3d97f
webapp: show pin mapping categories as cards
schlimmchen Oct 27, 2024
72e0708
webapp: device manager: optimize cards for tab nav
schlimmchen Oct 27, 2024
2f0699d
webapp: properly space alert with hint for hostname
schlimmchen Oct 27, 2024
e6ee0d5
webapp: optimize look of firmware update cards
schlimmchen Oct 27, 2024
a425be5
webapp: inverter advanced tab needs space at the top
schlimmchen Oct 27, 2024
c0cfdf0
webapp: fix AC charger admin view
schlimmchen Oct 27, 2024
29cf2bc
webapp: optimize look of login page
schlimmchen Oct 27, 2024
77e889c
webapp: optimize spacing around power meter test buttons
schlimmchen Oct 28, 2024
4a5aea0
webapp: always scroll up when navigating to another view
schlimmchen Oct 28, 2024
1bd2237
webapp: optimize body bottom padding and length
schlimmchen Oct 28, 2024
a352821
restructure and improve README
schlimmchen Oct 29, 2024
33b7697
add "important differences" to README
schlimmchen Oct 29, 2024
7cd1984
Feature: support for JBD BMS using serial connection
MoleBre Aug 31, 2024
3b0c83f
webapp: generalize battery serial interface settings
schlimmchen Sep 13, 2024
ad0e9fa
webapp: add JDB BMS issue texts
schlimmchen Oct 30, 2024
c55ff7d
Feature: add HASS autodiscovery for JBD BMS
schlimmchen Oct 30, 2024
8019eaf
Feature: Validate JSON before uploading
tbnobody Nov 1, 2024
0fc1ffc
webapp: Update dependencies
tbnobody Nov 1, 2024
2878807
Upgrade ESPAsyncWebServer from 3.3.17 to 3.3.21
tbnobody Nov 1, 2024
6c903ab
Fix: Lint Error
tbnobody Nov 1, 2024
55c98ef
Fix: skip BOM in JSON files (pin_mapping and config)
tbnobody Nov 1, 2024
130d90c
Merge branch 'pr2328' into dev
tbnobody Nov 1, 2024
c750def
webapp: right-align labels for inputs on non-sm viewports
schlimmchen Oct 25, 2024
d06ea51
webapp: last table row shall have no bottom border
schlimmchen Oct 25, 2024
d3eabc3
webapp: remove table's bottom margin
schlimmchen Oct 25, 2024
376912d
webapp: add gap between inverter selectors
schlimmchen Oct 26, 2024
0aba159
webapp: avoid inline style in inverter channel info card
schlimmchen Oct 26, 2024
d324a5c
webapp: equalize style of cards with tables in live view
schlimmchen Oct 26, 2024
e6a994f
webapp: use reasonable name for radio stats accordion
schlimmchen Oct 25, 2024
ad73fd8
webapp: align table headers with card headers
schlimmchen Oct 26, 2024
68d2f7b
webapp: apply card-table class to info view cards
schlimmchen Oct 26, 2024
3c188f2
webapp: adjust look of tables in accordions to live view cards
schlimmchen Oct 26, 2024
0832d3e
webapp: beautify radio statistics reset button
schlimmchen Oct 26, 2024
ba304b2
webapp: fix inverter "add" and "save order" button positions
schlimmchen Oct 26, 2024
eecd7f7
webapp: optimize spacing on bottom of cards
schlimmchen Oct 26, 2024
9132a88
webapp: MQTT: use v-if in favor of v-show
schlimmchen Oct 26, 2024
866b539
webapp: MQTT: no login with cert if TLS disabled
schlimmchen Oct 26, 2024
94cecc2
webapp: avoid inline style for inverter channel info value
schlimmchen Oct 26, 2024
54b4a2e
webapp: properly space alert with hint for hostname
schlimmchen Oct 27, 2024
e724fb8
webapp: optimize look of firmware update cards
schlimmchen Oct 27, 2024
f85297d
webapp: inverter advanced tab needs space at the top
schlimmchen Oct 27, 2024
08f4d62
webapp: optimize look of login page
schlimmchen Oct 27, 2024
9f31520
webapp: optimize body bottom padding and length
schlimmchen Oct 28, 2024
bac7179
webapp: consistently use no colon in form labels
schlimmchen Oct 27, 2024
f1c095e
webapp: optimize placement of device profile doc buttons
schlimmchen Oct 27, 2024
71f312d
webapp: show pin mapping categories as cards
schlimmchen Oct 27, 2024
3fa864c
webapp: device manager: optimize cards for tab nav
schlimmchen Oct 27, 2024
661ea6c
webapp: always scroll up when navigating to another view
schlimmchen Oct 28, 2024
41fd52d
Fix: protect api/powerlimiter/status endpoint
schlimmchen Nov 2, 2024
fcf21ac
keep console.log() when serving webapp
schlimmchen Nov 3, 2024
f9b84a0
Feature: add VE.Direct "load current" to live view, MQTT, and HASS (#…
SW-Niko Nov 3, 2024
8a2192e
webapp: fix inverter selection button breaking
schlimmchen Nov 3, 2024
3c56ec3
webapp: fix inverter selection button breaking
schlimmchen Nov 3, 2024
3948adf
keep console.log() when serving webapp
schlimmchen Nov 3, 2024
ab60875
Remove not required include
tbnobody Nov 6, 2024
53b496f
Replace multiline print by printf
tbnobody Nov 6, 2024
ca060e4
Remove not required include
tbnobody Nov 6, 2024
74e3947
Merge branch 'pr2360' into dev
tbnobody Nov 6, 2024
827a272
webapp: declare emitted event in FormFooter component
schlimmchen Nov 6, 2024
d088021
webapp: declare emitted event in FormFooter component
schlimmchen Nov 6, 2024
69c67f9
webapp: Update dependencies
tbnobody Nov 7, 2024
63405a7
Upgrade ESPAsyncWebServer from 3.3.21 to 3.3.22
tbnobody Nov 7, 2024
9a53d6e
Fix lint errors
tbnobody Nov 7, 2024
ecb5e9c
Build factory.bin in every compile attempt
tbnobody Nov 7, 2024
3dc70ab
webapp: add app.js.gz
tbnobody Nov 7, 2024
4f6f0fd
Merge upstream tag 'v24.11.7' into development
schlimmchen Nov 11, 2024
d9177da
support localization for grid usage in display
schlimmchen Nov 11, 2024
386e6b8
use config write guard
schlimmchen Nov 11, 2024
d5d66ec
replace C-style casts with C++ static_casts
schlimmchen Nov 12, 2024
7e19f19
webapp: fix line break for reload button
schlimmchen Nov 11, 2024
4524c04
Feature: DPL: add support for multiple inverters
schlimmchen Sep 22, 2024
cf4a59c
Feature: DPL: support overscaling on all inverters (#1286)
vaterlangen Oct 22, 2024
cbffafa
DPL: multiple inverters: add proper support for solar-powered inverte…
AndreasBoehm Oct 23, 2024
a8f57d9
DPL: clean up automatic inverter restart
schlimmchen Nov 15, 2024
61aa32a
webapp: DPL: order inverters as configured
schlimmchen Nov 18, 2024
1d5816d
readme: add section "Getting Started"
schlimmchen Nov 20, 2024
4beea35
Feature: add VE.Direct "RELAY" to live view, MQTT, and HASS
SW-Niko Nov 7, 2024
bfa55a8
Feature: process VE.Direct "FWE" text data
schlimmchen Nov 20, 2024
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
Prev Previous commit
Next Next commit
webapp: declare emitted event in FormFooter component
fixes an annoying warning (visible in the browser console):

[Vue warn]: Extraneous non-emits event listeners (reload) were passed to
component but could not be automatically inherited because component
renders fragment or text root nodes. If the listener is intended to be a
component custom event listener only, declare it using the "emits"
option.
schlimmchen authored and tbnobody committed Nov 6, 2024
commit d088021902f1a9222cece06f3ad3ed815d7462db
6 changes: 6 additions & 0 deletions webapp/src/components/FormFooter.vue
Original file line number Diff line number Diff line change
@@ -7,3 +7,9 @@
<button type="submit" class="btn btn-primary">{{ $t('base.Save') }}</button>
</div>
</template>

<script lang="ts">
export default {
emits: ['reload'],
};
</script>