| .. |
|
Battery.cpp
|
initial merge of power_limiter * missing is inverter and channel setting in gui
|
2023-02-20 15:56:02 +01:00 |
|
Configuration.cpp
|
power meter settings were not restored. On reboot only default were set
|
2023-03-22 12:34:47 +01:00 |
|
Display_Graphic.cpp
|
Display: Implement rotation setting and removed icons
|
2023-03-15 20:20:14 +01:00 |
|
InverterSettings.cpp
|
Added settings to pause polling/sending commands in general and at night
|
2023-02-18 19:44:16 +01:00 |
|
main.cpp
|
PowerMeter Class + SDM PowerMeter support
|
2023-03-21 23:46:54 +01:00 |
|
MessageOutput.cpp
|
Implemented class to send debug output to uart as well as to websocket
|
2022-12-19 21:38:39 +01:00 |
|
MqttHandleDtu.cpp
|
Move mqtt dtu topic publishing to separate class
|
2022-12-14 19:32:24 +01:00 |
|
MqttHandleHass.cpp
|
Fix #589: MQTT channel assignment in homeassistant config [unique_id and name] was wrong
|
2023-02-15 19:04:58 +01:00 |
|
MqttHandleInverter.cpp
|
Fix #736: Check for payloads < 0 and ignore them
|
2023-03-23 21:18:00 +01:00 |
|
MqttHandleVedirect.cpp
|
first version
|
2023-02-21 22:06:47 +01:00 |
|
MqttHandlVedirectHass.cpp
|
first version
|
2023-02-21 22:06:47 +01:00 |
|
MqttSettings.cpp
|
Replace all Serial by MessageOutput
|
2022-12-19 21:38:39 +01:00 |
|
NetworkSettings.cpp
|
comment out full wifi scan
|
2023-03-01 12:09:53 +01:00 |
|
NtpSettings.cpp
|
Change License to GPLv2 as the RF24 lib uses GPL-2.0-only
|
2022-07-15 18:05:58 +02:00 |
|
PinMapping.cpp
|
Add Pylontech battery to device pin manager
|
2023-03-05 19:55:56 +01:00 |
|
PowerLimiter.cpp
|
fix last power meter update time
|
2023-03-22 14:53:36 +01:00 |
|
PowerMeter.cpp
|
reboot after power meter settings
|
2023-03-23 19:10:29 +01:00 |
|
PylontechCanReceiver.cpp
|
PylontechCanReceiver.cpp: Cosmetic changes
|
2023-03-12 18:47:29 +01:00 |
|
SunPosition.cpp
|
Fix lint errors
|
2023-02-20 20:19:23 +01:00 |
|
Utils.cpp
|
Added methods to calculate and show sunrise and sunset times
|
2023-02-18 18:15:48 +01:00 |
|
WebApi_battery.cpp
|
Add Pylontech battery to device pin manager
|
2023-03-05 19:55:56 +01:00 |
|
WebApi_config.cpp
|
Extended config API to allow upload of individual files
|
2023-01-05 14:41:15 +01:00 |
|
WebApi_device.cpp
|
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
|
2023-03-18 22:42:05 +01:00 |
|
WebApi_devinfo.cpp
|
Cleanup includes
|
2022-12-14 22:13:03 +01:00 |
|
WebApi_dtu.cpp
|
Introduce numeric error codes in dtu webapi
|
2022-12-24 00:01:54 +01:00 |
|
WebApi_eventlog.cpp
|
Cleanup includes
|
2022-12-14 22:13:03 +01:00 |
|
WebApi_firmware.cpp
|
Cleanup includes
|
2022-12-14 22:13:03 +01:00 |
|
WebApi_inverter.cpp
|
Added settings to pause polling/sending commands in general and at night
|
2023-02-18 19:44:16 +01:00 |
|
WebApi_limit.cpp
|
Introduce numeric error codes in limit webapi
|
2022-12-24 00:01:54 +01:00 |
|
WebApi_maintenance.cpp
|
Introduce numeric error codes in maintenance webapi
|
2022-12-24 00:01:54 +01:00 |
|
WebApi_mqtt.cpp
|
reinitialize mqqt subscription after reconnect
|
2023-03-22 17:47:15 +01:00 |
|
WebApi_network.cpp
|
Introduce numeric error codes in network webapi
|
2022-12-24 00:01:54 +01:00 |
|
WebApi_ntp.cpp
|
Added methods to calculate and show sunrise and sunset times
|
2023-02-18 18:15:48 +01:00 |
|
WebApi_power.cpp
|
Introduce numeric error codes in power webapi
|
2022-12-24 00:01:55 +01:00 |
|
WebApi_powerlimiter.cpp
|
reboot after power meter settings
|
2023-03-23 19:10:29 +01:00 |
|
WebApi_powermeter.cpp
|
reboot after power meter settings
|
2023-03-23 19:10:29 +01:00 |
|
WebApi_prometheus.cpp
|
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
|
2023-03-18 22:42:05 +01:00 |
|
WebApi_security.cpp
|
Fixed typo: Successfull --> Successful
|
2023-03-23 23:30:55 +01:00 |
|
WebApi_sysstatus.cpp
|
Cleanup includes
|
2022-12-14 22:13:03 +01:00 |
|
WebApi_vedirect.cpp
|
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
|
2022-12-27 14:17:24 +01:00 |
|
WebApi_webapp.cpp
|
Do not use namespace using-directives. Use using-declarations instead.
|
2022-09-13 21:35:51 +02:00 |
|
WebApi_ws_console.cpp
|
Added websocket for debug output
|
2022-12-19 21:38:39 +01:00 |
|
WebApi_ws_live.cpp
|
free JsonDocument for livedata as soon as possible
|
2023-03-24 15:39:03 +01:00 |
|
WebApi_ws_vedirect_live.cpp
|
[Request] Show actual power limiter state in live view helgeerbe/OpenDTU-OnBattery#134
|
2023-03-10 16:29:00 +01:00 |
|
WebApi.cpp
|
add missing webapi init for powermeter
|
2023-03-22 11:34:55 +01:00 |