Thomas Basler
c3d3d947d7
webapp: Allow upload of language packs
2024-10-21 19:02:50 +02:00
Thomas Basler
8257eb7aa2
webapp: Use global AlertResponse interface
2024-10-19 17:39:12 +02:00
Thomas Basler
1e857b79c1
Feature: Refactor config management interface
2024-10-19 17:35:19 +02:00
Thomas Basler
aa9f36ee8f
Rename config API to file API
2024-10-19 11:07:15 +02:00
Bernhard Kirchen
096a1ba3a0
Feature: show task details in system info view
...
shows whether or not known tasks are alive, and in particular shows how
much of the respective stack is still available.
2024-10-09 18:31:06 +02:00
Thomas Basler
b5ca2cfd21
Fix: "Equal brightness" in LED settings does not work correctly
...
fixes : #2332
2024-10-06 11:39:09 +02:00
CommanderRedYT
d3d96b51ce
webapp: Fix eslint issues
2024-10-05 23:33:23 +02:00
Thomas Basler
edfe06e31e
Feature: Show RSSI of last received packet in radio stats
...
The value is also published via MQTT
2024-10-04 17:36:17 +02:00
Thomas Basler
8db267b21a
webapp: Apply auto format
2024-09-26 18:00:30 +02:00
Thomas Basler
9b565596d5
Feature: Allow reset of radio statistics via WebApp
2024-09-25 20:18:36 +02:00
Thomas Basler
e29ac4f171
webapp: Fix data type for all range inputs
2024-09-23 18:24:22 +02:00
Thomas Basler
5c460e26c9
Fix: Unable to CMT transmit power in WebApp
...
The pa_level was sent as string instead of a number.
fixes #2299
2024-09-23 17:57:29 +02:00
Thomas Basler
c4efda2e0c
Added icon to radio statistics
2024-09-22 18:51:07 +02:00
Thomas Basler
a54b19bf5b
Feature: Inverter radio statistics (rx/tx statistics)
...
The statistics are shown in the WebApp and published via MQTT.
Statistics are reset at midnight.
2024-09-22 18:51:07 +02:00
Thomas Basler
e8b1e7a71c
webapp: Parse version string event if update search is not allowed
2024-09-16 19:30:45 +02:00
Thomas Basler
70dacb5ea6
Merge branch 'pr2168' into dev
2024-08-01 17:53:53 +02:00
Thomas Basler
342642ec01
webapp: Apply auto formatter
2024-07-05 21:57:53 +02:00
Thomas Basler
ba95f99e03
Feature: Allow custom MQTT Client ID
2024-06-29 00:28:21 +02:00
Thomas Basler
6e607f7f67
Feature: Add option to clear eventlog at midnight
2024-05-31 00:07:28 +02:00
Thomas Basler
29403013f5
Fix: Device Manager shows 404 if no pin_mapping.json was available
2024-04-24 22:28:59 +02:00
Thomas Basler
de156ef10a
webapp: Fix lint errors
2024-04-12 20:34:30 +02:00
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
Rene
eff8d52014
better alignment inverter, issue 360
2024-03-25 22:42:22 +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
f995287a6e
Feature: Add support for HERF inverters
2024-03-06 21:57:18 +01:00
Thomas Basler
b9bf454237
webapp: Add link to documentation in about view
2024-02-10 02:10:06 +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
Thomas Basler
d99de94c00
webapp: Fix lint errors
2024-01-21 16:48:47 +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
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
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
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
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
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
Moritz Lerch
d62234ac65
webapp: add missing button spacing
2024-01-02 23:40:21 +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
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
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
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
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