Bernhard Kirchen
4aa9080d4e
webapp: add gap between inverter selectors
2024-10-29 14:56:06 +01:00
Bernhard Kirchen
983b58fa0c
webapp: remove table's bottom margin
...
we don't need a margin at the bottom of tables in general. not sure why
this is even a thing in bootstrap. this change, in particular, makes the
space between a table and a parent card symmetric on all sides.
2024-10-29 14:56:06 +01:00
Bernhard Kirchen
c5f37a8010
webapp: last table row shall have no bottom border
...
similar to the first row which has no border at the top.
2024-10-29 14:56:06 +01:00
Bernhard Kirchen
94123fe415
webapp: right-align labels for inputs on non-sm viewports
...
this change tries to achieve a pleasing look of input forms by
right-aligning the texts of labels. the input form now looks similar
to a table, achieving a cleaner look, especially for forms where the
labels have varying text lenghts.
2024-10-29 14:56:06 +01:00
Niko
3c1d3f7207
Feature: retrieve absorption and float voltage from Victron MPPTs ( #1140 )
...
the absorption and float voltage setting is retrieved from connected
Victron Ve.Direct MPPTs using the HEX protocol. the values are
displayed in the live view, published to MQTT, and added to Home
Assistent auto-discovery.
2024-10-25 21:42:26 +02:00
Andreas Böhm
cfb5c3f550
webapp: prettify battery settings UI
...
* use wide labels for all battery settings
* dynamically show and hide valid battery discharge limit settings
2024-10-24 15:07:54 +02:00
Tobias Diedrich
2e85b420d5
Feature: add SoC & voltage thresholds for battery current limit
...
This changes the custom current limit so the custom limit is only
applied when any of:
- SoC is valid and not ignored and SoC < threshold
- Voltage is valid and Voltage < threshold
- Voltage is invalid
Independently, if "Use Battery-Reported limit" is enabled and valid, it
is applied (unless a lower custom limit already was applied).
2024-10-24 15:07:54 +02:00
Bernhard Kirchen
3aa850a6a6
Fix: German translation for Victron MPPT load output
2024-10-22 21:33:06 +02:00
Bernhard Kirchen
0fe1dd8bd2
Merge upstream tag 'v24.10.15' into development
2024-10-22 20:10:22 +02:00
PhilJaro
83437b2759
webapp: Enable horizontal scrolling for battery view on small screens ( #1324 )
...
Enables horizontal scrolling for the batter views in order to not break the UI on small screens.
2024-10-22 18:19:13 +02:00
Thomas Basler
1900d78122
webapp: Update dependencies
2024-10-15 18:11:31 +02:00
Niko
844d92008b
Feature: show "Smart Battery Sense" temperature in web UI ( #1292 )
...
a battery temperature value measured by a Victron smart battery sense
and communicated to a connected Victron MPPT charge controller will now
appear in the live view card.
2024-10-13 21:05:39 +02:00
Thomas Basler
0468ccc34a
webapp: Update dependencies
2024-10-12 21:38:07 +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
Bernhard Kirchen
c483347e41
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-08 22:10:49 +02:00
Thomas Basler
e3b66f7ffe
webapp: Update dependencies
2024-10-08 18:15:03 +02:00
Bernhard Kirchen
e2ec3840d1
welcome to hoylabs: update README and URLs
2024-10-07 21:09:04 +02:00
Bernhard Kirchen
da9fb13079
webapp: pin assignment: hide unsupported pins
...
if the pin_mapping.json includes unsupported pins, e.g., `eth` pins on
an ESP32-S3, the whole category should still be hidden in the device
manager.
2024-10-06 22:37:05 +02:00
Bernhard Kirchen
d6d5f32329
webapp: pin assignment: hide unsupported pins
...
if the pin_mapping.json includes unsupported pins, e.g., `eth` pins on
an ESP32-S3, the whole category should still be hidden in the device
manager.
2024-10-06 21:55:23 +02:00
Bernhard Kirchen
ee54bebd0b
webapp: address eslint issues
2024-10-06 21:34:32 +02:00
Bernhard Kirchen
b2913f24d3
Merge upstream tag 'v24.10.6' into development
2024-10-06 21:21:26 +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
2c10e2510b
webapp: Update dependencies
2024-10-05 22:12:49 +02:00
Thomas Basler
10b97fabb4
webapp: Update dependencies
2024-10-04 18:59:01 +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
Bernhard Kirchen
185ac36282
Merge upstream tag 'v24.9.30' into development
2024-09-30 21:34:17 +02:00
Thomas Basler
99a37fe01c
webapp: Update dependencies
2024-09-30 18:47:41 +02:00
Bernhard Kirchen
d0ba065f70
webapp: optimize syslog settings
...
* avoid duplicate id for hostname input
* hide server and port inputs if syslog disabled
2024-09-28 21:36:31 +02:00
Thomas Basler
759f899620
webapp: Update dependencies
2024-09-28 00:50:57 +02:00
Bernhard Kirchen
5d8bb8f810
Merge upstream tag 'v24.9.26' into development
2024-09-27 20:07:53 +02:00
ranma
20159f341e
Feature: Add syslog logger ( #1267 )
...
This implements RFC5424 version of the protocol.
Don't use https://github.com/arcao/Syslog since the protocol itself
is trivial and most of the libraries functionality is not needed here.
The library also doesn't support setting the PROCID field, which is set
to a random id to indicate a reboot here.
Add UI for syslog configuration to network admin view.
2024-09-26 23:01:06 +02:00
vaterlangen
d770566aec
increase chunkSizeWarningLimit for webapp build ( #1287 )
...
increase from 500k (default) to 1024k in order to get rid of the warning messages.
2024-09-26 21:31:53 +02:00
vaterlangen
f36a3bf359
increase chunkSizeWarningLimit for webapp build ( #1287 )
...
increase from 500k (default) to 1024k in order to get rid of the warning messages.
2024-09-26 21:22:08 +02:00
Thomas Basler
cc7145361e
webapp: Update dependencies
2024-09-26 18:01:59 +02:00
Thomas Basler
8db267b21a
webapp: Apply auto format
2024-09-26 18:00:30 +02:00
Thomas Basler
0847f021f1
webapp: Update dependencies
2024-09-25 20:21:24 +02:00
Thomas Basler
9b565596d5
Feature: Allow reset of radio statistics via WebApp
2024-09-25 20:18:36 +02:00
Bernhard Kirchen
82de98c7c0
Merge remote-tracking branch 'tbnobody/master' into development
2024-09-23 21:38:50 +02:00
Thomas Basler
e29ac4f171
webapp: Fix data type for all range inputs
2024-09-23 18:24:22 +02:00
Thomas Basler
e37baedddb
webapp: Update dependencies
2024-09-23 18:16:05 +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
Bernhard Kirchen
38726b99ab
Merge remote-tracking branch 'tbnobody/master' into development
2024-09-21 22:00:49 +02:00
Thomas Basler
34e1c43ca7
webapp: Fix html error in eventlog
2024-09-20 23:08:08 +02:00
Bernhard Kirchen
43394bc1bc
actions: enable corepack to use fixed version of yarn
...
this allows us to fix the version of yarn, the Node.js package manager,
to a particular version. using corepack is the recommended way to use
yarn these days.
2024-09-20 22:30:46 +02:00
Thomas Basler
0fec55a659
webapp: Update dependencies
2024-09-20 22:13:46 +02:00
Bernhard Kirchen
d1aad0b8e0
actions: enable corepack to use fixed version of yarn
...
this allows us to fix the version of yarn, the Node.js package manager,
to a particular version. using corepack is the recommended way to use
yarn these days.
2024-09-20 22:07:27 +02:00
Bernhard Kirchen
f9926501f1
format BatteryAdminView changes introduced by #1245
2024-09-20 17:02:14 +02:00