OpenDTU-old/src
Bernhard Kirchen 034026f782 restore JK BMS dummy implementation
broke in be41e6b9. was unusable as the complete type of DummySerial has
to be available in the JK BMS controller header when defining the
unique_ptr managing the dummy instance. this problem is solved by moving
the whole dummy class into its own header.
2024-06-21 16:57:11 +02:00
..
Battery.cpp refactor serial port manager: hand out UARTs FCFS 2024-06-02 22:41:07 +02:00
BatteryStats.cpp Feature: show BMS FW and HW version (JK BMS, SmartShunt) 2024-06-01 11:23:22 +02:00
Configuration.cpp Merge upstream tag 'v24.6.10' into development 2024-06-21 16:45:41 +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: restore JSON array access for HTTP power meter 2024-05-07 20:56:58 +02:00
Huawei_can.cpp Fix: Huawei PSU: enforce BatterySoC Limit < 100 in UI (#992) 2024-05-30 21:31:46 +02:00
InverterSettings.cpp Merge upstream tag 'v24.6.10' into development 2024-06-21 16:45:41 +02:00
JkBmsController.cpp restore JK BMS dummy implementation 2024-06-21 16:57:11 +02: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: add support for a third Victron MPPT 2024-06-02 22:41:07 +02: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 Feature: SmartShunt: process midpoint voltage and deviation 2024-05-31 21:08:15 +02:00
MqttHandleDtu.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
MqttHandleHass.cpp Merge upstream tag 'v24.5.6' into development 2024-05-07 22:03:26 +02:00
MqttHandleHuawei.cpp Feature: Publish Huawei AC charger mode via MQTT (#876) 2024-05-02 21:19:25 +02:00
MqttHandleInverter.cpp Fix #2000: MQTT subscriptions where not updated if MQTT base was changed 2024-05-20 17:56:59 +02:00
MqttHandleInverterTotal.cpp Move task initialization from init method to constructor 2024-01-20 11:24:57 +01:00
MqttHandlePowerLimiter.cpp Feature: Set/obtain DPL target power consumption via MQTT 2024-06-20 13:25:41 +02:00
MqttHandlePowerLimiterHass.cpp embrace upstream __compiled_constants.h approach 2024-05-07 22:04:36 +02:00
MqttHandleVedirect.cpp Fix: properly format Victron MPPT firmware version 2024-05-31 20:16:29 +02:00
MqttHandlVedirectHass.cpp fix: Victron MPPT HA auto-discovery: fix unit of temperatures 2024-05-30 20:13:47 +02:00
MqttSettings.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development 2024-02-19 16:03:56 +01:00
NetworkSettings.cpp Prevent compiling the whole project on each commit. 2024-04-18 09:02:57 +02:00
NtpSettings.cpp merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
PinMapping.cpp Feature: add support for a third Victron MPPT 2024-06-02 22:41:07 +02:00
PowerLimiter.cpp Feature: Implement DPL 'overscaling' to compensate shading (#956) 2024-06-20 13:32:29 +02:00
PowerMeter.cpp fix: make SDM power meter use serial port manager 2024-06-02 22:41:07 +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 refactor serial port manager: hand out UARTs FCFS 2024-06-02 22:41:07 +02: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 NFC: Includes list: Remove unneeded PinMapping.h 2024-05-31 00:30:15 +02:00
VictronMppt.cpp refactor serial port manager: hand out UARTs FCFS 2024-06-02 22:41:07 +02:00
VictronSmartShunt.cpp refactor serial port manager: hand out UARTs FCFS 2024-06-02 22:41:07 +02:00
WebApi_battery.cpp adopt WebApiClass::parseRequestData() method 2024-04-29 20:31:50 +02:00
WebApi_config.cpp Fix: Return 404 (and nothing else) if file not found 2024-04-24 22:15:25 +02:00
WebApi_device.cpp Feature: add support for a third Victron MPPT 2024-06-02 22:41:07 +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 Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24.4.12 2024-04-25 20:59:19 +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 Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_gridprofile.cpp Move parsing of serial from web request to separate method 2024-04-05 19:14:56 +02:00
WebApi_Huawei.cpp Merge pull request #923 from helgeerbe/merge-v24.4.12 2024-04-29 21:17:14 +02:00
WebApi_inverter.cpp Fix: Apply inverter settings only once and not for each channel 2024-05-31 00:56:15 +02:00
WebApi_limit.cpp Feature: Check for out of memory situations when sending json responses 2024-04-05 19:14:56 +02:00
WebApi_maintenance.cpp Feature: Check for out of memory situations when sending json responses 2024-04-05 19:14:56 +02:00
WebApi_mqtt.cpp Merge upstream tag 'v24.6.10' into development 2024-06-21 16:45:41 +02:00
WebApi_network.cpp Feature: Check for out of memory situations when sending json responses 2024-04-05 19:14:56 +02:00
WebApi_ntp.cpp Feature: Check for out of memory situations when sending json responses 2024-04-05 19:14:56 +02:00
WebApi_power.cpp Feature: Check for out of memory situations when sending json responses 2024-04-05 19:14:56 +02:00
WebApi_powerlimiter.cpp Feature: Implement DPL 'overscaling' to compensate shading (#956) 2024-06-20 13:32:29 +02:00
WebApi_powermeter.cpp adopt WebApiClass::parseRequestData() method 2024-04-29 20:31:50 +02:00
WebApi_prometheus.cpp Merge upstream tag 'v24.5.6' into development 2024-05-07 22:03:26 +02:00
WebApi_security.cpp Feature: Check for out of memory situations when sending json responses 2024-04-05 19:14:56 +02:00
WebApi_sysstatus.cpp Merge upstream tag 'v24.6.10' into development 2024-06-21 16:45:41 +02:00
WebApi_vedirect.cpp adopt WebApiClass::parseRequestData() method 2024-04-29 20:31:50 +02:00
WebApi_webapp.cpp Merge branch 'pr1642' into dev 2024-01-30 20:47:45 +01:00
WebApi_ws_battery.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24.4.12 2024-04-25 20:59:19 +02:00
WebApi_ws_console.cpp Removed not required pointer to AsyncServer instance 2024-01-27 01:09:55 +01:00
WebApi_ws_Huawei.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24.4.12 2024-04-25 20:59:19 +02:00
WebApi_ws_live.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24.4.12 2024-04-25 20:59:19 +02:00
WebApi_ws_vedirect_live.cpp Fix: properly format Victron MPPT firmware version 2024-05-31 20:16:29 +02:00
WebApi.cpp Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24.4.12 2024-04-25 20:59:19 +02:00