..
__compiled_constants.h
embrace upstream __compiled_constants.h approach
2024-05-07 22:04:36 +02:00
Battery.h
refactor serial port manager: hand out UARTs FCFS
2024-06-02 22:41:07 +02:00
BatteryCanReceiver.h
refactor PylontechCanBattery to be more generic ( #1064 )
2024-06-23 19:42:04 +02:00
BatteryStats.h
Feature: show BMS FW and HW version (JK BMS, SmartShunt)
2024-06-01 11:23:22 +02:00
Configuration.h
Feature: support JSON payload in MQTT power meter
2024-06-27 22:18:41 +02:00
Datastore.h
Move task initialization from init method to constructor
2024-01-20 11:24:57 +01:00
defaults.h
powermeter refactor: fully structure settings per provider
2024-06-27 22:18:41 +02:00
Display_Graphic_Diagram.h
Feature: Added fullscreen diagram to display
2024-01-13 11:31:12 +01:00
Display_Graphic.h
Feature: Add support for ST7567 GM12864I-59N Display
2024-01-26 16:05:56 +01:00
helper.h
Change License to GPLv2 as the RF24 lib uses GPL-2.0-only
2022-07-15 18:05:58 +02:00
HttpGetter.h
powermeter refactor: add and use HttpGetter class
2024-06-27 22:18:41 +02:00
Huawei_can.h
convert files with CRLF endings to LF endings
2024-06-24 21:57:12 +02:00
InverterSettings.h
Move task initialization from init method to constructor
2024-01-20 11:24:57 +01:00
JkBmsController.h
restore JK BMS dummy implementation
2024-06-21 16:57:11 +02:00
JkBmsDataPoints.h
use frozen::string and frozen::map where reasonable ( #593 )
2024-01-04 23:28:34 +01:00
JkBmsDummy.h
restore JK BMS dummy implementation
2024-06-21 16:57:11 +02:00
JkBmsSerialMessage.h
Support for Jikong JK BMS using serial connection ( #319 )
2023-08-31 16:21:32 +02:00
Led_Single.h
merge V23.12.16 ( #556 )
2023-12-27 11:49:57 +01:00
MessageOutput.h
convert files with CRLF endings to LF endings
2024-06-24 21:57:12 +02:00
MqttBattery.h
polish support for second VE.Direct MPPT charge controller
2024-03-17 16:50:15 +01:00
MqttHandleBatteryHass.h
Feature: JK BMS Home Assistent integration
2024-02-05 21:22:07 +01:00
MqttHandleDtu.h
Move task initialization from init method to constructor
2024-01-20 11:24:57 +01:00
MqttHandleHass.h
Feature: Migrated ArduinoJson 6 to 7
2024-04-05 19:14:56 +02:00
MqttHandleHuawei.h
convert files with CRLF endings to LF endings
2024-06-24 21:57:12 +02:00
MqttHandleInverter.h
Fix #2000 : MQTT subscriptions where not updated if MQTT base was changed
2024-05-20 17:56:59 +02:00
MqttHandleInverterTotal.h
Move task initialization from init method to constructor
2024-01-20 11:24:57 +01:00
MqttHandlePowerLimiter.h
convert files with CRLF endings to LF endings
2024-06-24 21:57:12 +02:00
MqttHandlePowerLimiterHass.h
Feature: Set powerlimiter thresholds via MQTT
2024-03-10 22:10:02 +01:00
MqttHandleVedirect.h
VE.Direct: simplify access to data
2024-04-02 21:05:59 +02:00
MqttHandleVedirectHass.h
VE.Direct: simplify access to data
2024-04-02 21:05:59 +02:00
MqttSettings.h
merge V23.12.16 ( #556 )
2023-12-27 11:49:57 +01:00
NetworkSettings.h
merge V23.12.16 ( #556 )
2023-12-27 11:49:57 +01:00
NtpSettings.h
Cleanup includes
2022-12-14 22:13:03 +01:00
PinMapping.h
Feature: add support for a third Victron MPPT
2024-06-02 22:41:07 +02:00
PowerLimiter.h
Feature: restart unresponsive inverter
2024-04-24 16:15:01 +02:00
PowerMeter.h
powermeter refactor: split providers into their own classes
2024-06-26 20:51:54 +02:00
PowerMeterHttpJson.h
Feature: HTTP+JSON power meter: poll asynchronously
2024-06-27 22:18:41 +02:00
PowerMeterHttpSml.h
Feature: HTTP+SML power meter: poll asynchronously
2024-06-27 22:18:41 +02:00
PowerMeterMqtt.h
Feature: support JSON payload in MQTT power meter
2024-06-27 22:18:41 +02:00
PowerMeterProvider.h
Feature: make power meter polling intervals configurable
2024-06-27 22:18:41 +02:00
PowerMeterSerialSdm.h
SDM power meter: check stop flag in between transactions
2024-06-27 22:18:41 +02:00
PowerMeterSerialSml.h
powermeter refactor: use destructors to de-initialize
2024-06-26 20:51:56 +02:00
PowerMeterSml.h
Feature: decode more OBIS values in SML power meters
2024-06-26 20:51:56 +02:00
PowerMeterUdpSmaHomeManager.h
powermeter refactor: use destructors to de-initialize
2024-06-26 20:51:56 +02:00
PylontechCanReceiver.h
refactor PylontechCanBattery to be more generic ( #1064 )
2024-06-23 19:42:04 +02:00
README
Initial commit
2022-04-09 11:05:14 +02:00
Scheduler.h
merge V23.12.16 ( #556 )
2023-12-27 11:49:57 +01:00
SerialPortManager.h
refactor serial port manager: hand out UARTs FCFS
2024-06-02 22:41:07 +02:00
SunPosition.h
merge V23.12.16 ( #556 )
2023-12-27 11:49:57 +01:00
Utils.h
powermeter refactor: add and use HttpGetter class
2024-06-27 22:18:41 +02:00
VictronMppt.h
refactor serial port manager: hand out UARTs FCFS
2024-06-02 22:41:07 +02:00
VictronSmartShunt.h
refactor serial port manager: hand out UARTs FCFS
2024-06-02 22:41:07 +02:00
WebApi_battery.h
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
2024-01-25 23:36:32 +01:00
WebApi_config.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_device.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_devinfo.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_dtu.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_errors.h
Feature: Check for out of memory situations when sending json responses
2024-04-05 19:14:56 +02:00
WebApi_eventlog.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_firmware.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_gridprofile.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_Huawei.h
convert files with CRLF endings to LF endings
2024-06-24 21:57:12 +02:00
WebApi_inverter.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_limit.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_maintenance.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_mqtt.h
Feature: Migrated ArduinoJson 6 to 7
2024-04-05 19:14:56 +02:00
WebApi_network.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_ntp.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_power.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_powerlimiter.h
DPL settings in web app: split metadata from config
2024-03-23 22:13:50 +01:00
WebApi_powermeter.h
powermeter refactor: generalize HTTP request config
2024-06-26 21:25:08 +02:00
WebApi_prometheus.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_security.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_sysstatus.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_vedirect.h
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
2024-01-25 23:36:32 +01:00
WebApi_webapp.h
Merge branch 'pr1642' into dev
2024-01-30 20:47:45 +01:00
WebApi_ws_battery.h
convert files with CRLF endings to LF endings
2024-06-24 21:57:12 +02:00
WebApi_ws_console.h
Removed not required pointer to AsyncServer instance
2024-01-27 01:09:55 +01:00
WebApi_ws_Huawei.h
convert files with CRLF endings to LF endings
2024-06-24 21:57:12 +02:00
WebApi_ws_live.h
Feature: live view: update with respective frequency
2024-03-05 11:31:44 +01:00
WebApi_ws_vedirect_live.h
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24.4.12
2024-04-25 20:59:19 +02:00
WebApi.h
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24.4.12
2024-04-25 20:59:19 +02:00