OpenDTU-old/src
Bernhard Kirchen 52d7ac9581 Feature: DPL: support setups without power meter
without a power meter configured, the DPL now sets the base load as the
inverter limit if the battery charge allows it. it also takes
solar-passthrough into account, i.e., if the battery is in a charge
cycle but the solar output (Victron MPPT) is significant, the solar
power will be used up until the base load. if the battery reaches the
full solar passthrough threshold, the DPL will match the inverter limit
to the MPPT solar output.
2024-04-15 23:02:58 +02:00
..
Battery.cpp polish support for second VE.Direct MPPT charge controller 2024-03-17 16:50:15 +01:00
BatteryStats.cpp remove usage of F() macro 2024-04-12 15:33:47 +02:00
Configuration.cpp Feature: DPL: introduce base load setting 2024-04-15 23:02:58 +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 Merge remote-tracking branch 'tbnobody/OpenDTU/master' into v24.3.15 2024-03-20 09:42:35 +01:00
HttpPowerMeter.cpp fix: HTTP power meter: retrieve multiple JSON paths 2024-03-23 22:13:59 +01:00
Huawei_can.cpp Feature: Huawei: add SoC stop threshold and verbose logging switch 2024-04-07 17:16:50 +02:00
InverterSettings.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development 2024-02-09 20:14:58 +01:00
JkBmsController.cpp polish support for second VE.Direct MPPT charge controller 2024-03-17 16:50:15 +01:00
JkBmsDataPoints.cpp JK BMS: Support for MQTT (#432) 2023-09-15 10:06:30 +02:00
JkBmsSerialMessage.cpp Support for Jikong JK BMS using serial connection (#319) 2023-08-31 16:21:32 +02:00
Led_Single.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
main.cpp Feature: Set powerlimiter thresholds via MQTT 2024-03-10 22:10:02 +01:00
MessageOutput.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development 2024-01-25 23:36:32 +01:00
MqttBattery.cpp polish support for second VE.Direct MPPT charge controller 2024-03-17 16:50:15 +01:00
MqttHandleBatteryHass.cpp implement and use Utils::checkJsonOverflow() 2024-03-23 17:57:13 +01:00
MqttHandleDtu.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
MqttHandleHass.cpp BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics 2024-01-30 22:29:25 +01:00
MqttHandleHuawei.cpp clean up Huawei MQTT handler 2023-12-30 18:41:57 +01:00
MqttHandleInverter.cpp BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics 2024-01-30 22:29:25 +01:00
MqttHandleInverterTotal.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
MqttHandlePowerLimiter.cpp optimize DPL thresholds MQTT integration 2024-03-10 22:10:02 +01:00
MqttHandlePowerLimiterHass.cpp implement and use Utils::checkJsonOverflow() 2024-03-23 17:57:13 +01:00
MqttHandleVedirect.cpp VE.Direct: process more values and refactor variable names 2024-04-07 17:13:07 +02:00
MqttHandlVedirectHass.cpp VE.Direct: process more values and refactor variable names 2024-04-07 17:13:07 +02:00
MqttSettings.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development 2024-02-19 16:03:56 +01:00
NetworkSettings.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
NtpSettings.cpp merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
PinMapping.cpp Feature: implement PowerMeter pin config for serial interfaces 2024-03-19 21:27:25 +01:00
PowerLimiter.cpp Feature: DPL: support setups without power meter 2024-04-15 23:02:58 +02:00
PowerMeter.cpp Feature: DPL: introduce base load setting 2024-04-15 23:02:58 +02:00
PylontechCanReceiver.cpp polish support for second VE.Direct MPPT charge controller 2024-03-17 16:50:15 +01:00
Scheduler.cpp merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
SerialPortManager.cpp polish support for second VE.Direct MPPT charge controller 2024-03-17 16:50:15 +01:00
SMA_HM.cpp SMA Homemanager: fix power value calculation 2024-03-22 10:20:53 +01:00
SunPosition.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
Utils.cpp implement and use Utils::checkJsonOverflow() 2024-03-23 17:57:13 +01:00
VictronMppt.cpp VE.Direct: process more values and refactor variable names 2024-04-07 17:13:07 +02:00
VictronSmartShunt.cpp VE.Direct: simplify access to data 2024-04-02 21:05:59 +02:00
WebApi_battery.cpp optimize DPL thresholds MQTT integration 2024-03-10 22:10:02 +01:00
WebApi_config.cpp Remove all files but the pin_mapping.json from filesystem on factory reset 2024-01-30 22:29:12 +01:00
WebApi_device.cpp Feature: Support for second Victron MPPT charge controller 2024-03-17 16:50:15 +01:00
WebApi_devinfo.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_dtu.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into v24.3.15 2024-03-20 09:42:35 +01:00
WebApi_eventlog.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_firmware.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_gridprofile.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_Huawei.cpp Feature: Huawei: add SoC stop threshold and verbose logging switch 2024-04-07 17:16:50 +02:00
WebApi_inverter.cpp Fix: Set all settings to default when deleting an inverters 2024-03-13 18:47:28 +01:00
WebApi_limit.cpp Feature: Add support for HERF inverters 2024-03-06 21:57:18 +01:00
WebApi_maintenance.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_mqtt.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development 2024-02-19 16:03:56 +01:00
WebApi_network.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_ntp.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_power.cpp Feature: Add support for HERF inverters 2024-03-06 21:57:18 +01:00
WebApi_powerlimiter.cpp Feature: DPL: introduce base load setting 2024-04-15 23:02:58 +02:00
WebApi_powermeter.cpp remove usage of F() macro 2024-04-12 15:33:47 +02:00
WebApi_prometheus.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development 2024-02-19 16:03:56 +01:00
WebApi_security.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_sysstatus.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development 2024-02-19 16:03:56 +01:00
WebApi_vedirect.cpp optimize DPL thresholds MQTT integration 2024-03-10 22:10:02 +01:00
WebApi_webapp.cpp Merge branch 'pr1642' into dev 2024-01-30 20:47:45 +01:00
WebApi_ws_battery.cpp implement and use Utils::checkJsonOverflow() 2024-03-23 17:57:13 +01:00
WebApi_ws_console.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_ws_Huawei.cpp implement and use Utils::checkJsonOverflow() 2024-03-23 17:57:13 +01:00
WebApi_ws_live.cpp Fix: show AC input power of Huawei AC charger in live view 2024-04-11 14:27:47 +02:00
WebApi_ws_vedirect_live.cpp adjust VE.Direct MPPT yield resulotion (#859) 2024-04-09 20:31:05 +02:00
WebApi.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development 2024-01-25 23:36:32 +01:00