Thomas Basler
abb37242e8
Rename internal variables and methods
2024-01-30 22:29:25 +01:00
Thomas Basler
1b637f0870
BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics
...
Yield total and Yield day where moved from the AC section to the INV section
2024-01-30 22:29:25 +01:00
Thomas Basler
e1564780d6
BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics
...
Power DC was moved from the AC section to the INV section
2024-01-30 22:29:25 +01:00
Thomas Basler
f0b5542c2d
BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics
...
Efficiency was moved from the AC section to the INV section
2024-01-30 22:29:25 +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
557c5d645e
Remove all files but the pin_mapping.json from filesystem on factory reset
...
This allows to create more user defined files and get them deleted on factory reset.
2024-01-30 22:29:12 +01:00
Thomas Basler
48a722f826
Merge branch 'pr1642' into dev
2024-01-30 20:47:45 +01:00
Thomas Basler
a848275bb9
Merge branch 'pr1706' into dev
2024-01-30 19:34:19 +01:00
Sabouflage
5d7512e026
fix(mqtt): setting MQTT LWT online message for frontend
2024-01-30 19:03:23 +01:00
Sabouflage
dfed23261a
fix(mqtt): MQTTs LWT QoS config used also for TLS connections
2024-01-30 19:02:57 +01:00
Stefan Oberhumer
e752c433af
Use http header ETag caching for all static content.
...
Using the md5sum as ETag http header value should enable caching on all static http content.
2024-01-30 00:35:23 +01:00
vaterlangen
97f006d867
fixed typo in OTA text
2024-01-27 15:18:25 +01:00
Thomas Basler
2716f4c5df
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
Thomas Basler
21ec72f4c0
webapp: add app.js.gz
2024-01-26 21:42:55 +01:00
Thomas Basler
59022347eb
Doc: Remove deprecated documentation
2024-01-26 21:40:57 +01:00
Thomas Basler
2c4952b196
Doc: Migrated needed hardware info to official documentation
2024-01-26 21:30:58 +01:00
Thomas Basler
ac2e963799
Doc: Move display documentation to official documentation
2024-01-26 17:12:55 +01:00
Thomas Basler
c04407f740
Doc: Move partition migration to official documentation
2024-01-26 17:02:55 +01:00
Thomas Basler
fe9ac6a2fd
webapp: update dependencies
2024-01-26 16:56:49 +01:00
Thomas Basler
f0061b976d
Merge branch 'pr1676' into dev
2024-01-26 16:48:15 +01:00
Thomas Basler
4e669d8932
Feature: Add support for ST7567 GM12864I-59N Display
2024-01-26 16:05:56 +01:00
Stefan Oberhumer
7aece2e143
Call SunPosition.isDayPeriod() once
2024-01-23 09:42:13 +01:00
Thomas Basler
a5cc0a424f
webapp: add app.js.gz
2024-01-21 16:49:41 +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
178525a49b
Feature: Added device profile for Olimex ESP32 Gateway
...
Thanks to @fdcg in #1672
2024-01-21 11:32:18 +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
4f2fbaaf2a
Remove unused function parameter
2024-01-20 23:12:59 +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
16fbad92ac
simplify calculations in WebApi_ws_Live
2024-01-20 11:38:52 +01:00
Thomas Basler
7bc1a17fac
Move task initialization from init method to constructor
...
This saves flash
2024-01-20 11:24:57 +01:00
Thomas Basler
251d197fb6
Migrate WebApi loop() methods to scheduler tasks
2024-01-20 02:00:22 +01:00
Thomas Basler
e66060e769
Move the conversation from time_t to String into DevInfoParser
2024-01-20 01:09:42 +01:00
Thomas Basler
dcc157261e
Don't perform redundant conversions
2024-01-20 00:32:13 +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
bdfdc3913b
webapp: add app.js.gz
2024-01-18 21:23:28 +01:00
Thomas Basler
149444decb
Fix: Gridprofile dump contained the whole buffer instead of the actual length
...
As a result, a lot of zeros where placed at the end of the dump
2024-01-18 21:21:40 +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
Thomas Basler
72a2c58f1e
Update bblanchon/ArduinoJson from 6.21.4 to 6.21.5
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