Thomas Basler
980e847ccb
Feature: Check for out of memory situations when sending json responses
...
Also shows a nice message in the frontend if an internal error occours
2024-04-05 19:14:56 +02:00
Thomas Basler
f0a8cabc2c
webapp: update dependencies
2024-03-31 14:31:57 +02:00
Rene
eff8d52014
better alignment inverter, issue 360
2024-03-25 22:42:22 +01:00
Thomas Basler
bf4d128e49
webapp: update dependencies
2024-03-22 20:39:12 +01:00
Thomas Basler
ed326763b7
webapp: update dependencies
2024-03-21 19:59:13 +01:00
Thomas Basler
7c60c37f49
webapp: update dependencies
2024-03-15 20:16:59 +01:00
Thomas Basler
3138e28cdf
webapp: Remove not required cast to string
2024-03-15 19:54:29 +01:00
Thomas Basler
a0d0aec677
Fix: Correct detection of Hoymiles serial if it contains hex characters
2024-03-15 19:46:24 +01:00
Thomas Basler
437f572c39
Fix: Don't throw exception if git_hash is not set
2024-03-12 22:11:19 +01:00
Thomas Basler
bd8d93bf92
Feature: Allow enabling and disabling of the version check
...
Fix #1787
2024-03-12 18:35:19 +01:00
Thomas Basler
9634c93a3c
Fix: Show firmware update tooltip only if newer version available
...
Closes #1796
2024-03-12 17:27:43 +01:00
Thomas Basler
57a997baac
webapp: update dependencies
2024-03-12 16:42:29 +01:00
Thomas Basler
f995287a6e
Feature: Add support for HERF inverters
2024-03-06 21:57:18 +01:00
Thomas Basler
10cd2e4201
webapp: update dependencies
2024-03-04 21:07:01 +01:00
Thomas Basler
3c2b35016a
webapp: update dependencies
2024-03-01 19:36:18 +01:00
Thomas Basler
f80d03210b
webapp: update dependencies
2024-02-19 15:47:59 +01:00
Thomas Basler
380879e077
webapp: update dependencies
2024-02-16 18:24:14 +01:00
Hannes0009
a1cd1617e4
Update de.json
...
improved german orthography
2024-02-14 11:06:07 +01:00
Thomas Basler
c97de9b690
webapp: update dependencies
2024-02-12 16:48:54 +01:00
Thomas Basler
b9bf454237
webapp: Add link to documentation in about view
2024-02-10 02:10:06 +01:00
Thomas Basler
ac91a50ffe
webapp: update dependencies
2024-02-07 19:29:09 +01:00
Thomas Basler
8e01a275af
Merge branch 'pr1693' into dev
2024-02-02 22:36:18 +01:00
Nikolaj Kappler
86b9625254
fix #1668
...
use builtin bootstrap css for scrolling
2024-02-02 22:34:58 +01:00
Thomas Basler
7e2064e264
Feature: Added support for boards with 16MB flash and PSRAM
2024-02-02 20:33:42 +01:00
Thomas Basler
c27ecc3620
BREAKING CHANGE: Web API Endpoint /api/livedata/status
...
To reduce the heap usage it is necessary to send the inverters one by one instead of a huge response. A simple call to `/api/livedata/status` returns just some very general information. If detailed inverter information are required the inverter serial number has to appended `?inv=<serial number>`.
The websocket also returns only one inverter at a time. It as to be assembled at client side.
2024-01-30 22:29:25 +01:00
vaterlangen
97f006d867
fixed typo in OTA text
2024-01-27 15:18:25 +01:00
Thomas Basler
fe9ac6a2fd
webapp: update dependencies
2024-01-26 16:56:49 +01:00
Thomas Basler
d99de94c00
webapp: Fix lint errors
2024-01-21 16:48:47 +01:00
Thomas Basler
3f135e8349
webapp: update dependencies
2024-01-21 16:39:22 +01:00
Thomas Basler
4cfb1b1c26
Fix: PullToRefresh does not work anymore
...
It was using the wrong mainElement
2024-01-21 00:55:05 +01:00
Thomas Basler
8a80289474
Feature: Implement firmware update check is a opt-in to protect your privacy
2024-01-20 22:43:40 +01:00
Thomas Basler
9428eecce4
webapp: Use CardElement in InverterTotalInfo
2024-01-19 22:03:26 +01:00
Thomas Basler
a06d21024c
webapp: Move interfaces to seperate file
2024-01-19 21:48:39 +01:00
Thomas Basler
6b31a4d470
webapp: Introduce Modal component
...
Less duplicated code
2024-01-19 21:36:18 +01:00
Thomas Basler
5d63f64411
webapp: Fix typo
2024-01-19 20:02:03 +01:00
Thomas Basler
0584eadcf2
Feature: Automatic page reload after firmware upgrade
...
This will work after the current upgrade if this code was loaded.
2024-01-19 19:10:49 +01:00
Thomas Basler
f7119bc3c7
webapp: Fix font-feature class
2024-01-19 17:20:57 +01:00
Thomas Basler
ce978cb0f5
webapp: update dependencies
2024-01-18 20:39:44 +01:00
Nikolaj Kappler
199351c703
webapp: Correctly center header text
2024-01-18 20:39:43 +01:00
Nikolaj Kappler
a7479d33e3
webapp: Reduce wasted horizontal space for better mobile UX
2024-01-18 20:39:43 +01:00
Nikolaj Kappler
41f3955429
webapp: Vertically center Header/Logo Text
2024-01-18 20:39:43 +01:00
Nikolaj Kappler
bfeb852e23
webapp: Remove redundant main container
2024-01-18 20:39:43 +01:00
Nikolaj Kappler
caaa7b6347
fix count being a string
2024-01-18 20:39:43 +01:00
Nikolaj Kappler
f26e824247
fix #1649
...
one of the goals of my pull request, besides simplifying the code was to have localization.
It's nice that the browser can handle this, but for consistency, we'll go with vue-i18n since it is already available
2024-01-18 20:39:42 +01:00
Thomas Basler
6233ad12ae
webapp: Prefix Country with CMT2300A
2024-01-18 20:39:28 +01:00
Thomas Basler
18485ffefd
webapp: update dependencies
2024-01-14 16:37:43 +01:00
Thomas Basler
c20caf8097
Feature: Support HMS/HMT inverters in different countries with different frequency bands
...
Thanks to @Fribur, @homeautomation2022 and @stefan123t
2024-01-14 16:37:34 +01:00
Thomas Basler
abc53f4257
Merge branch 'pr1639' into dev
2024-01-13 13:01:21 +01:00
Thomas Basler
2c92750100
webapp: Remove hard coded min/max frequencies for CMT module
2024-01-13 12:51:20 +01:00
Thomas Basler
ee78698e37
Migrate all frequency calculations to Hz
...
Previously the code contains calculations using a mixture of kHz and Hz.
Thanks to @Fribur
2024-01-13 12:51:20 +01:00
Thomas Basler
f013698471
Feature: Added fullscreen diagram to display
2024-01-13 11:31:12 +01:00
Nikolaj Kappler
6166ecdb7d
refactor webapp/utils/time
2024-01-13 11:14:20 +01:00
Thomas Basler
637d4f06a3
Feature: Added option to disable the diagram at the display
2024-01-08 14:19:26 +01:00
Thomas Basler
9d8e195ce1
Merge branch 'pr1611' into dev
2024-01-07 01:53:43 +01:00
Bernhard Kirchen
2608080708
Feature: add heap details to system info and prometheus ( #595 )
...
this change adds the values of ESP.gteMaxAllocHeap() and
ESP.getMinFreeHead() to the prometheus metrics and the system
information object. the web UI uses these values to diplay the size of
the largest free contiguous block, calculate a rough estimate for the
level of fragmentation, and the maximum usage of heap memory since boot
in absolute and relative amounts.
2024-01-06 20:12:35 +01:00
Thomas Basler
024ee26705
Feature: Added pull to refresh and websocket indicator
2024-01-06 20:03:52 +01:00
Thomas Basler
22e2d1bb54
webapp: update dependencies
2024-01-04 22:57:12 +01:00
Thomas Basler
4053e31a5e
Prevent config corruption by checking whether memory allocation was successfull.
2024-01-04 13:42:39 +01:00
Moritz Lerch
d62234ac65
webapp: add missing button spacing
2024-01-02 23:40:21 +01:00
Thomas Basler
1ebd5620de
webapp: update dependencies
2023-12-31 19:28:53 +01:00
Bernhard Kirchen
03060e453c
remove obsolete save button texts in french locale
2023-12-30 10:27:46 +01:00
Thomas Basler
92504875bf
webapp: update dependencies
2023-12-28 14:08:27 +01:00
Thomas Basler
9dd24c9f87
webapp: update dependencies
2023-12-25 23:38:41 +01:00
Thomas Basler
1732d2c620
webapp: update dependencies
2023-12-24 15:08:29 +01:00
Thomas Basler
25294a190a
webapp: update dependencies
2023-12-19 17:28:39 +01:00
Thomas Basler
0ddc7fd28d
Feature: Added diagram to display
...
This is based on the idea of @Henrik-Ingenieur and was discussed in #1504
2023-12-19 17:26:24 +01:00
Thomas Basler
677d822a3e
Fix: yarn build error
2023-12-18 21:24:52 +01:00
Thomas Basler
5adabd32f5
Fix: yarn.lock was outdated
2023-12-18 21:11:45 +01:00
Thomas Basler
8b551491a9
webapp: update dependencies
2023-12-18 15:01:32 +01:00
Thomas Basler
e0cc1559d0
webapp: Fix lint errors
2023-12-17 14:40:04 +01:00
Thomas Basler
7950f92d8b
Feature: Allow links in device profiles
...
These links will be shown on the hardware settings page.
2023-12-14 13:53:45 +01:00
Thomas Basler
b4ead9d6ec
Feature: Allow setting of an inverter limit of 0% and 0W
...
Thanks to @madmartin in #1270
2023-12-13 22:15:49 +01:00
Thomas Basler
14f6669314
webapp: Beautify and unify form footers
2023-12-13 19:40:07 +01:00
Thomas Basler
4d266a930a
webapp: Update timezone database to latest version
2023-12-13 14:56:04 +01:00
Thomas Basler
a82e98d176
webapp: Update dependencies
2023-12-11 16:10:56 +01:00
Thomas Basler
06651f365a
Feature: First version of GridProfile Parser which shows all values contained in the profile.
2023-12-11 14:58:17 +01:00
Thomas Basler
00bc631e87
Feature: Added basic Grid Profile parser which shows the used profile and version
...
Other values are still outstanding.
2023-12-09 11:12:37 +01:00
Thomas Basler
08d45f2751
webapp: Update dependencies
2023-12-07 12:51:21 +01:00
Thomas Basler
9ae791edd4
Feature: Added ability to change the brightness of the LEDs
...
Based on the idea of @moritzlerch with several modifications like pwmTable and structure
2023-12-07 12:46:38 +01:00
Thomas Basler
94170545ed
webapp: Update dependencies
2023-11-23 22:34:18 +01:00
Thomas Basler
dff6da9a5f
Feature: High resolution Icon and PWA (Progressive Web App) functionality
...
Fix : #1289
2023-11-23 22:32:01 +01:00
Thomas Basler
1de3b48166
Feature: Implement offset cache for "YieldDay"
...
Thanks to @broth-itk for the idea!
Fix : #1258 #1397
2023-11-22 20:21:25 +01:00
Thomas Basler
ee4811bbe7
Feature: Allow configuration of LWT QoS
2023-11-19 16:17:10 +01:00
Thomas Basler
614c0a0990
webapp: Update dependencies
2023-11-16 18:13:46 +01:00
Thomas Basler
aea2afad29
webapp: Update dependencies
2023-11-15 16:45:10 +01:00
Thomas Basler
89b4b8ea85
Merge branch 'pr1441' into dev
2023-10-31 19:30:56 +01:00
CommanderRedYT
7c875187a8
Implemented mDNS
2023-10-30 20:53:45 +01:00
Thomas Basler
6a64fe6e1a
Fix #1456 : Prevent white spaces in username field
2023-10-30 16:45:34 +01:00
Thomas Basler
7e7d372338
webapp: Update dependencies
2023-10-29 11:28:49 +01:00
Thomas Basler
b477db7045
Fix #1440 : Add CSS code to stop numbers changing the size of their container
2023-10-21 12:54:51 +02:00
Thomas Basler
f1a8c2ea82
Feature: Added additional event log descriptions and implemented i18n
2023-10-11 13:22:42 +02:00
Thomas Basler
76dfaa7d3b
Fix #1405 : Add some border around icons when in multi line mode
2023-10-09 17:06:47 +02:00
Thomas Basler
0037e5969e
webapp: Update dependencies
2023-10-09 17:01:58 +02:00
Thomas Basler
ea6a7f1a88
webapp: Update dependencies
2023-09-30 10:52:35 +02:00
Thomas Basler
59ceac650b
webapp: Update dependencies
2023-09-18 20:45:20 +02:00
Thomas Basler
0533c0bcc8
webapp: Rename Fehlernummer to ID
...
It's not just errors, its also regular messges
2023-09-13 23:19:43 +02:00
Thomas Basler
3b61c3e1ab
webapp: Update dependencies
2023-09-13 20:12:12 +02:00
Thomas Basler
55e98bc068
webapp: Update dependencies
2023-09-11 18:24:23 +02:00
Thomas Basler
9ac6dd6e8d
Feature: First very basic support to read the grid profile
...
The parser is still missing and requires community support to collect data.
2023-09-07 22:08:07 +02:00
Thomas Basler
ec9af886d5
Feature: Added option to set daily yield to zero at midnight
2023-09-05 20:27:52 +02:00
Thomas Basler
23dd248073
webapp: Update dependencies
2023-09-04 19:57:23 +02:00
Thomas Basler
c46f85db9c
webapp: Use max field to determine whether to show a string or not
2023-09-04 19:54:07 +02:00
Thomas Basler
986d67a3d0
Fix: Better reconnect handling in Live View if invalid data where received
2023-09-02 12:22:55 +02:00
Thomas Basler
6127fbe940
Feature: Added option to set runtime values to zero when inverter becames unreachable
2023-09-02 12:22:22 +02:00
Thomas Basler
9dec05def8
Fix: Check if valid data was received from websocket before assigning it
...
Otherwise it can lead to exceptions in inverterData method
2023-09-02 01:43:20 +02:00
Thomas Basler
2c41be106e
Feature: Allow setting of the Reachable Threshold per inverter
2023-09-01 19:17:12 +02:00
Thomas Basler
c5f9f460cd
Feature: Added config option to change MQTT CleanSession Flag
2023-09-01 18:03:30 +02:00
Thomas Basler
b95236c170
Feature: webapp: Move inverter settings into different tabs
2023-09-01 00:20:56 +02:00
Thomas Basler
72e3001d43
webapp: Update dependencies
2023-09-01 00:08:56 +02:00
Thomas Basler
8bf6935693
webapp: Update dependencies
2023-08-28 18:39:30 +02:00
Thomas Basler
0c5aef8599
webapp: Update dependencies
2023-08-22 10:43:31 +02:00
Thomas Basler
4bf094c3ef
webapp: Update default proxy ip
2023-08-09 18:23:50 +02:00
Thomas Basler
871dc051d7
Merge branch 'pr1229' into dev
2023-08-09 18:22:58 +02:00
Stefan Schultheis, OE1SCS
629ede3cbd
Update en.json
...
typo. power safe != power save
2023-08-09 18:21:36 +02:00
Stefan Schultheis, OE1SCS
94f6078c9e
Update de.json
...
bessere Übersetzung
2023-08-09 18:20:36 +02:00
Bernhard Kirchen
452679e90b
make vite proxy target easily configurable
...
the current proxy target IP address is probably only working for a
single developer at a time. this change introduces a vite.user.ts, which
is ingored by GIT, and which can define a proxy_target that works for
the respective developer.
this does not change the default behavior, as the fallback value is
still the old IP address. if the new vite.user.ts file does not exist,
or if it does not export proxy_target, the fallback value is used.
file vite.config.ts adds an example in a comment of how to bootstrap a
vite.user.ts.
2023-08-09 16:58:58 +02:00
Thomas Basler
ac4ddbe23d
webapp: Fix lint error
2023-08-08 22:50:30 +02:00
Thomas Basler
3d67d934c1
webapp: Update dependencies
2023-08-08 22:50:09 +02:00
Thomas Basler
f3e3ec0685
webapp: Update dependencies
2023-08-03 22:36:48 +02:00
Thomas Basler
ba9bddf277
webapp: Update dependencies
2023-08-01 21:54:19 +02:00
Thomas Basler
a90073cba2
webapp: Update dependencies
2023-07-31 22:31:53 +02:00
Thomas Basler
1146e15ea6
Move units from description to postfix for AP timeout
2023-07-22 18:30:18 +02:00
Martin Dummer
8bfa7e530c
Feature: Admin AccessPoint Timeout now configurable
...
Make the administrative accesspoint timeout configurable. The default
value is 3 minutes, values from 0-99999 are possible, where 0 means
infinite (no timeout).
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2023-07-22 18:14:07 +02:00
Thomas Basler
cc0af372ef
webapp: Update dependencies
2023-07-22 15:53:51 +02:00
Thomas Basler
eaacce7483
Feature: Show error in webapp if pin_mapping.json contains syntax errors
2023-07-22 15:51:16 +02:00
Thomas Basler
972dea297b
Fix: Prevent runtime errors in webapp when invalid pin_mapping.json is provided
2023-07-22 15:30:40 +02:00
Thomas Basler
3b02ffe7a8
webapp: Update dependencies
2023-07-12 18:40:23 +02:00
Thomas Basler
99b316587e
webapp: Update dependencies
2023-07-10 18:34:55 +02:00
Thomas Basler
9b0d2ff25f
webapp: Update dependencies
2023-06-28 20:11:36 +02:00
Thomas Basler
a510afe53e
webapp: Update dependencies
2023-06-27 19:01:43 +02:00
Thomas Basler
6955233371
webapp: Update dependencies
2023-06-26 20:42:43 +02:00
jdloic
3df65b3d37
Ajout de traductions en Français
2023-06-26 18:31:54 +02:00
Thomas Basler
93057fc3dc
Feature: Added touch icon for iOS and Android
...
Implements #1060
2023-06-21 22:44:18 +02:00
Thomas Basler
37b3b5abb9
webapp: Update dependencies
2023-06-21 20:38:52 +02:00
Thomas Basler
915b084af5
webapp: Update dependencies
2023-06-19 11:35:48 +02:00
Thomas Basler
0a56dc2ae1
webapp: Update dependencies
2023-06-14 21:53:53 +02:00
Thomas Basler
ee4b479b7d
webapp: Update dependencies
2023-06-11 21:00:14 +02:00
Thomas Basler
2ccc4a766e
webapp: Update dependencies
2023-06-08 20:29:14 +02:00
Thomas Basler
91d3cd1da2
Feature: Show BSSID in the web interface
2023-06-08 19:56:22 +02:00
Thomas Basler
114ebb247a
webapp: Update dependencies
2023-06-01 23:24:31 +02:00
Thomas Basler
5a37948ca9
Fix: If no sunset/sunrise calculation is possible a wrong value is shown
...
This is catched now and a proper message is shown in the web UI. Also the mode is set to day.
2023-06-01 18:39:50 +02:00
Thomas Basler
ac201ba689
webapp: Update dependencies
2023-05-31 19:43:22 +02:00
Thomas Basler
a4cf16bb0b
webapp: Update dependencies
2023-05-29 21:02:19 +02:00
Thomas Basler
1c8bd8091b
Feature: Allow reordering of the inverters in the live view
...
Reordering can be done in the inverter settings via drag&drop.
2023-05-29 20:17:07 +02:00
Thomas Basler
e7198073af
Feature: Allow configuration of sunset type
2023-05-24 19:21:44 +02:00
Thomas Basler
a66a3fc44e
webapp: Update dependencies
2023-05-23 19:39:03 +02:00
Thomas Basler
752362d2df
Feature: Added localization setting to display
...
Its possible to change the language of the display
2023-05-23 18:25:12 +02:00
Thomas Basler
450fa4dbe9
webapp: Update dependencies
2023-05-22 18:26:05 +02:00
Thomas Basler
3596c79d3b
webapp: Update dependencies
2023-05-19 11:05:47 +02:00
Thomas Basler
aa6812ccd9
webapp: Update dependencies
2023-05-09 20:06:20 +02:00