Thomas Basler
e0cc1559d0
webapp: Fix lint errors
2023-12-17 14:40:04 +01:00
Thomas Basler
eac479430a
Gridprofileparser: Added latest known values
...
Thanks to @stefan123t and @noone2k
2023-12-17 14:40:04 +01:00
Thomas Basler
e08570058c
webapp: add app.js.gz
2023-12-16 11:33:51 +01:00
Thomas Basler
382abeecd3
Upgrade actions/download-artifact from v3 to v4
2023-12-15 16:28:41 +01:00
Thomas Basler
00fb6445b9
Upgrade actions/upload-artifact from v3 to v4
2023-12-15 16:28:10 +01:00
Thomas Basler
ac10700427
Feature: Added DeviceProfile for CASmo-DTU
...
Based on #1565
2023-12-15 16:25:28 +01:00
Thomas Basler
ab260dde0a
Doc: Added hint regarding HMS-xxxx-xT-NA inverters
2023-12-15 16:21:50 +01:00
helgeerbe
fb2ca28692
add webapp
2023-12-15 11:03:48 +01:00
Bernhard Kirchen
6e78c5bd1c
Feature: JK BMS: export (more) data to live view and MQTT ( #549 )
...
* add more values to web app live view. this should add all interesting
values for the web app live view. those include important values and
values that change frequently.
* add more interesting JK BMS dummy messages: one has 0% SoC and an
alarm (discharge undervoltage) set. the other has the undertemperature
alarm set.
* add alarms and warnings to live view
* publish alarm and status bits through MQTT individually
* publish cell voltages to MQTT broker
* remove trailing spaces in BatteryStats class
2023-12-15 10:59:07 +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
1d9c91c0fb
Merge branch 'pr1505' into dev
2023-12-13 20:28:16 +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
4f7597eaa1
Adjust member variable names in NetworkSettings
2023-12-12 23:55:03 +01:00
Thomas Basler
66530638de
Adjust member variable names in MqttSettings
2023-12-12 23:54:58 +01:00
Thomas Basler
e95afbf2cc
Use references instead of pointers whenver possible
2023-12-12 13:26:07 +01:00
Thomas Basler
8fb43fedf8
Add const keyword to methods
2023-12-12 01:30:40 +01:00
Thomas Basler
d6494fa791
Add const keyword to method parameters
2023-12-12 00:21:14 +01:00
Thomas Basler
a0c47e97fb
Update bblanchon/ArduinoJson from 6.21.3 to 6.21.4
2023-12-11 21:00:22 +01:00
Thomas Basler
5e45006831
Replace NULL by nullptr
2023-12-11 20:23:45 +01:00
Thomas Basler
47e905bcfc
Add const statement to several variables
2023-12-11 19:54:57 +01:00
Thomas Basler
ab4a872daa
Add additional compiler flags to prevent errors
2023-12-11 18:45:28 +01:00
Thomas Basler
efe0b6b383
Remove not required casts
2023-12-11 18:44:02 +01:00
Thomas Basler
8b806e46c1
Apply better variable names
2023-12-11 17:24:53 +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
f851acab4d
Add libfrozen to project to create constexpr maps
2023-12-10 14:57:05 +01:00
Thomas Basler
0737cb0cb3
Optimize AlarmLogParser to save memory
2023-12-09 11:41:32 +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
c9508d2660
Doc: Added byte specification to each command
2023-12-07 20:26:11 +01:00
Thomas Basler
b937532505
Remove not required AsyncEventSource
2023-12-07 15:21:24 +01:00
Thomas Basler
8b5d406a4f
Introduce several const statements
2023-12-07 15:19:04 +01:00
Thomas Basler
e0c07b9bcf
Remove code nesting
2023-12-07 14:13:58 +01:00
Thomas Basler
e9a55cf361
Remove not required onWebsocketEvent
2023-12-07 14:09:32 +01:00
Thomas Basler
c0a185394c
Update olikraus/U8g2 from 2.35.7 to 2.35.8
2023-12-07 12:56:45 +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
3b6e9343d4
Adjust device web api endpoint for dynamic led count
2023-11-25 12:45:18 +01:00
Thomas Basler
d0397c821f
Add channel count to description of detected inverter type (DevInfoParser)
2023-11-24 18:17:11 +01:00
Thomas Basler
8cf31729df
Adjusted inverter names for HMS-1600/1800/2000-4T
2023-11-24 18:11:08 +01:00
Thomas Basler
bcc647fd51
Added HMT-1600-4T and HMT-1800-4T to DevInfoParser
...
Fix #1524
2023-11-24 18:10:08 +01:00
Thomas Basler
3dc91449aa
Doc: Correct amount of MPP-Tracker
2023-11-24 17:57:44 +01:00
Thomas Basler
0fd4c603d5
Upgrade espMqttClient from 1.4.5 to 1.5.0
2023-11-23 22:55:25 +01:00
Thomas Basler
f8f79c816a
Split LedSingle into multiple tasks
2023-11-23 22:35:05 +01:00
Thomas Basler
0db5b2eb9a
Calculate SunPosition only every 5 seconds
2023-11-23 22:35:05 +01:00
Thomas Basler
134fefa30e
Split InverterSettings into multiple tasks
2023-11-23 22:35:05 +01:00
Thomas Basler
80d534e045
Migrate WebApi to TaskScheduler
2023-11-23 22:35:05 +01:00
Thomas Basler
ab8679e7b9
Migrate Display_Graphic to TaskScheduler
2023-11-23 22:35:05 +01:00
Thomas Basler
ad1f1b690c
Migrate MessageOutput to TaskScheduler
2023-11-23 22:35:05 +01:00