OpenDTU-old/src
2024-09-24 21:47:56 +02:00
..
Configuration.cpp Feature: Allow custom MQTT Client ID 2024-06-29 00:28:21 +02: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 Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
Display_Graphic.cpp Fix: Prevent hiding text on display if it's too long 2024-03-01 19:30:24 +01:00
InverterSettings.cpp Feature: Add option to clear eventlog at midnight 2024-05-31 00:07:28 +02:00
Led_Single.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
main.cpp Fix: Restart was triggered before all website data was sent 2024-09-23 18:11:52 +02: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 MQTT Hass: Move serialization and allocation check into own method 2024-09-24 21:47:56 +02:00
MqttHandleInverter.cpp Feature: Allow reset of radio statistics via mqtt 2024-09-23 22:46:23 +02:00
MqttHandleInverterTotal.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
MqttSettings.cpp Better handling of empty MQTT client id 2024-06-29 11:05:04 +02:00
NetworkSettings.cpp Output WiFi disconnect reason in console 2024-09-02 20:16:03 +02:00
NtpSettings.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
PinMapping.cpp Feature: Migrated ArduinoJson 6 to 7 2024-04-05 19:14:56 +02: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 Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
Utils.cpp Fix: Restart was triggered before all website data was sent 2024-09-23 18:11:52 +02:00
WebApi_config.cpp Fix: Restart was triggered before all website data was sent 2024-09-23 18:11:52 +02:00
WebApi_device.cpp Fix: Restart was triggered before all website data was sent 2024-09-23 18:11:52 +02: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 Fix: Saving DTU config values just returned "Values are missing" 2024-09-22 13:16:34 +02:00
WebApi_eventlog.cpp Move parsing of serial from web request to separate method 2024-04-05 19:14:56 +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_inverter.cpp Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0 2024-09-21 00:12:15 +02: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 Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0 2024-09-21 00:12:15 +02:00
WebApi_network.cpp Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0 2024-09-21 00:12:15 +02:00
WebApi_ntp.cpp Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0 2024-09-21 00:12:15 +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 Fix #1960: Prometheus API return wrong information in function addPanelInfo 2024-05-04 22:24:40 +02:00
WebApi_security.cpp Update bblanchon/ArduinoJson from 7.1.0 to 7.2.0 2024-09-21 00:12:15 +02:00
WebApi_sysstatus.cpp Feature: Show MCU temperature in system info 2024-05-28 23:24:08 +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 Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_ws_live.cpp Feature: Inverter radio statistics (rx/tx statistics) 2024-09-22 18:51:07 +02:00
WebApi.cpp Move parsing of serial from web request to separate method 2024-04-05 19:14:56 +02:00