Thomas Basler
|
70dacb5ea6
|
Merge branch 'pr2168' into dev
|
2024-08-01 17:53:53 +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 |
|
Thomas Basler
|
2e3125fe8d
|
Feature: Migrated ArduinoJson 6 to 7
|
2024-04-05 19:14:56 +02:00 |
|
Thomas Basler
|
8add226a7c
|
Save flash: Move WebApi json parsing to separate method to prevent a lot of redundant code
|
2024-04-01 13:52:09 +02:00 |
|
Thomas Basler
|
f995287a6e
|
Feature: Add support for HERF inverters
|
2024-03-06 21:57:18 +01:00 |
|
Thomas Basler
|
2716f4c5df
|
Removed not required pointer to AsyncServer instance
|
2024-01-27 01:09:55 +01:00 |
|
Thomas Basler
|
251d197fb6
|
Migrate WebApi loop() methods to scheduler tasks
|
2024-01-20 02:00:22 +01:00 |
|
Thomas Basler
|
3c37b61f44
|
Use auto keyword and references more often
|
2024-01-04 15:38:56 +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
|
e95afbf2cc
|
Use references instead of pointers whenver possible
|
2023-12-12 13:26:07 +01:00 |
|
Thomas Basler
|
47e905bcfc
|
Add const statement to several variables
|
2023-12-11 19:54:57 +01:00 |
|
Thomas Basler
|
3e1b778565
|
Change max power limit from 1500W to 2250W to support HMS/HMT inverters
|
2023-04-15 10:55:47 +02:00 |
|
Thomas Basler
|
a7e9aaa862
|
Move reference to the radio instance into the inverter instance
This is required to support different radios for different inverters
|
2023-04-15 10:55:47 +02:00 |
|
Thomas Basler
|
d6028cbd50
|
Remove not required F() macro. Frees ~20kb flash.
|
2023-04-04 18:51:18 +02:00 |
|
Thomas Basler
|
9fd044f74f
|
Introduce numeric error codes in limit webapi
|
2022-12-24 00:01:54 +01: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
|
e0b069ff3d
|
Password protection for limit/power settings API
|
2022-11-08 18:34:00 +01:00 |
|
Thomas Basler
|
f741fea333
|
Move serial number formatting to inverter class
|
2022-10-29 11:22:56 +02:00 |
|
Thomas Basler
|
283eae295b
|
Show absolute limit in limit dialogue
|
2022-10-10 19:20:19 +02:00 |
|
Thomas Basler
|
c33c73fe01
|
webapi: Rename limit to limit_relative
|
2022-10-06 23:29:14 +02:00 |
|
Thomas Basler
|
2447d57301
|
Fixed printf format strings
|
2022-10-04 23:33:09 +02:00 |
|
Thomas Basler
|
dcaadf26a9
|
WebAPI: Add status of last set limit command
|
2022-10-01 00:42:29 +02:00 |
|
Thomas Basler
|
a5e68ef096
|
Fixed several issues in the web api to set the limit
|
2022-09-30 18:34:30 +02:00 |
|
Thomas Basler
|
d57a5f7ea6
|
Added web api to set limit
|
2022-09-30 18:34:30 +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
|
46367c4fa9
|
Added webapi to fetch current inverter limit
|
2022-09-09 18:43:21 +02:00 |
|