| .. |
|
Configuration.cpp
|
Fix lint errors
|
2024-11-07 18:30:29 +01:00 |
|
Datastore.cpp
|
BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics
|
2024-01-30 22:29:25 +01:00 |
|
Display_Graphic_Diagram.cpp
|
Replace format strings by platform independent macros
|
2024-10-05 00:50:13 +02:00 |
|
Display_Graphic.cpp
|
Feature: Implement language pack support for display texts
|
2024-10-25 22:38:55 +02:00 |
|
I18n.cpp
|
Feature: Implement language pack support for display texts
|
2024-10-25 22:38:55 +02:00 |
|
InverterSettings.cpp
|
Replace multiline print by printf
|
2024-11-06 19:39:24 +01:00 |
|
Led_Single.cpp
|
Move task initialization from init method to constructor
|
2024-01-20 11:24:57 +01:00 |
|
main.cpp
|
Merge branch 'pr2360' into dev
|
2024-11-06 19:55:03 +01:00 |
|
MessageOutput.cpp
|
Move task initialization from init method to constructor
|
2024-01-20 11:24:57 +01:00 |
|
MqttHandleDtu.cpp
|
Publish temperature only if its not NAN
|
2024-09-22 18:51:07 +02:00 |
|
MqttHandleHass.cpp
|
Feature: Show RSSI of last received packet in radio stats
|
2024-10-04 17:36:17 +02:00 |
|
MqttHandleInverter.cpp
|
Replace format strings by platform independent macros
|
2024-10-05 00:50:13 +02:00 |
|
MqttHandleInverterTotal.cpp
|
Move task initialization from init method to constructor
|
2024-01-20 11:24:57 +01:00 |
|
MqttSettings.cpp
|
Replace multiline print by printf
|
2024-11-06 19:39:24 +01:00 |
|
NetworkSettings.cpp
|
Fix: Correct output of wifi disconnect reason code
|
2024-10-12 21:22:02 +02:00 |
|
NtpSettings.cpp
|
Split config struct into different sub structs
|
2023-11-19 14:53:26 +01:00 |
|
PinMapping.cpp
|
Fix: skip BOM in JSON files (pin_mapping and config)
|
2024-11-01 22:07:48 +01:00 |
|
RestartHelper.cpp
|
Decrease restart delay to 1 second
|
2024-09-23 18:33:01 +02:00 |
|
Scheduler.cpp
|
Initialize TaskScheduler
|
2023-11-23 22:35:05 +01:00 |
|
SunPosition.cpp
|
Fix: Take DST into account when recalculating the sunrise sunset time
|
2024-10-27 14:03:44 +01:00 |
|
Utils.cpp
|
Fix: skip BOM in JSON files (pin_mapping and config)
|
2024-11-01 22:07:48 +01:00 |
|
W5500.cpp
|
Prevent warning on GPIO ISR service registration
|
2024-09-28 02:26:40 +02:00 |
|
WebApi_database.cpp
|
fixed changes in the scheduler
|
2024-02-21 18:05:07 +01:00 |
|
WebApi_device.cpp
|
Merge branch 'pr2360' into dev
|
2024-11-06 19:55:03 +01:00 |
|
WebApi_devinfo.cpp
|
Move parsing of serial from web request to separate method
|
2024-04-05 19:14:56 +02:00 |
|
WebApi_dtu.cpp
|
Merge branch 'pr2360' into dev
|
2024-11-06 19:55:03 +01:00 |
|
WebApi_eventlog.cpp
|
Move parsing of serial from web request to separate method
|
2024-04-05 19:14:56 +02:00 |
|
WebApi_file.cpp
|
Refactor file handling API and add endpoint to delete files
|
2024-10-19 12:40:43 +02:00 |
|
WebApi_firmware.cpp
|
Fix: Restart was triggered before all website data was sent
|
2024-09-23 18:11:52 +02:00 |
|
WebApi_gridprofile.cpp
|
Move parsing of serial from web request to separate method
|
2024-04-05 19:14:56 +02:00 |
|
WebApi_i18n.cpp
|
Remove not required include
|
2024-11-06 19:24:37 +01:00 |
|
WebApi_inverter.cpp
|
Merge branch 'pr2360' into dev
|
2024-11-06 19:55:03 +01:00 |
|
WebApi_limit.cpp
|
Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0
|
2024-09-21 00:12:15 +02:00 |
|
WebApi_maintenance.cpp
|
Fix: Restart was triggered before all website data was sent
|
2024-09-23 18:11:52 +02:00 |
|
WebApi_mqtt.cpp
|
add and use configuration write guard
|
2024-10-22 20:39:23 +02:00 |
|
WebApi_network.cpp
|
add and use configuration write guard
|
2024-10-22 20:39:23 +02:00 |
|
WebApi_ntp.cpp
|
add and use configuration write guard
|
2024-10-22 20:39:23 +02:00 |
|
WebApi_power.cpp
|
Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0
|
2024-09-21 00:12:15 +02:00 |
|
WebApi_prometheus.cpp
|
Replace format strings by platform independent macros
|
2024-10-05 00:50:13 +02:00 |
|
WebApi_security.cpp
|
add and use configuration write guard
|
2024-10-22 20:39:23 +02:00 |
|
WebApi_sysstatus.cpp
|
Feature: show task details in system info view
|
2024-10-09 18:31:06 +02:00 |
|
WebApi_webapp.cpp
|
Upgrade ESPAsyncWebServer from 2.10.8 to 3.1.2
|
2024-08-01 18:11:39 +02:00 |
|
WebApi_ws_console.cpp
|
Fix: force websocket clients to authenticate
|
2024-09-30 15:54:55 +02:00 |
|
WebApi_ws_live.cpp
|
Feature: Show RSSI of last received packet in radio stats
|
2024-10-04 17:36:17 +02:00 |
|
WebApi.cpp
|
Merge remote-tracking branch 'origin/Database' into Database
|
2025-01-10 18:23:52 +01:00 |