Thomas Basler
|
59f43a82a8
|
BREAKING CHANGE: Web API Endpoint /api/devinfo/status requires GET parameter inv=
Only the requested inverter is sent to the client. This reduces the size of the json response --> Less memory.
It should also fix #814.
|
2023-04-17 21:48:16 +02:00 |
|
Thomas Basler
|
d6028cbd50
|
Remove not required F() macro. Frees ~20kb flash.
|
2023-04-04 18:51:18 +02:00 |
|
Thomas Basler
|
54d94af487
|
Cleanup includes
|
2022-12-14 22:13:03 +01:00 |
|
Thomas Basler
|
510f0c59f9
|
Implement readonly security for API endpoints
|
2022-11-22 23:40:19 +01:00 |
|
Thomas Basler
|
f741fea333
|
Move serial number formatting to inverter class
|
2022-10-29 11:22:56 +02:00 |
|
Thomas Basler
|
f32b561627
|
Show detected max power in dev info dialogue
|
2022-10-19 22:16:30 +02:00 |
|
Thomas Basler
|
9b68eb6beb
|
webapp: Show model name
|
2022-10-06 18:35:04 +02:00 |
|
Thomas Basler
|
2447d57301
|
Fixed printf format strings
|
2022-10-04 23:33:09 +02:00 |
|
Thomas Basler
|
2eafd69276
|
Show only valid device info data in webapp
|
2022-10-04 22:15:50 +02:00 |
|
Thomas Basler
|
de33b9ff88
|
Do not use namespace using-directives. Use using-declarations instead.
|
2022-09-13 21:35:51 +02:00 |
|
Thomas Basler
|
6fdc27ddae
|
Replace sprintf by snprintf
|
2022-09-13 21:00:54 +02:00 |
|
Thomas Basler
|
217fddf405
|
Added small dialog to show inverter info (firmware version etc.)
|
2022-08-11 16:42:50 +02:00 |
|