OpenDTU-old/webapp/src/views
Bernhard Kirchen 377406f10c
Feature: add heap details to system info and prometheus (#595)
this change adds the values of ESP.gteMaxAllocHeap() and
ESP.getMinFreeHead() to the prometheus metrics and the system
information object. the web UI uses these values to diplay the size of
the largest free contiguous block, calculate a rough estimate for the
level of fragmentation, and the maximum usage of heap memory since boot
in absolute and relative amounts.
2024-01-05 21:46:31 +01:00
..
AboutView.vue webapp: Organize components 2022-12-25 12:02:10 +01:00
AcChargerAdminView.vue Reducing lower limit for AC-charger (#574) 2024-01-01 17:06:58 +01:00
BatteryAdminView.vue Feature: implement MQTT-driven battery provider (#589) 2024-01-04 15:42:10 +01:00
ConfigAdminView.vue webapp: Fix #532: Use correct filename for config backup 2023-01-18 22:47:02 +01:00
ConsoleInfoView.vue Fix: webapp console: Only add the date at the beginning if the last character was a newline 2023-04-28 21:03:45 +02:00
DeviceAdminView.vue merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
DtuAdminView.vue merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
FirmwareUpgradeView.vue webapp: Organize components 2022-12-25 12:02:10 +01:00
HomeView.vue merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
InverterAdminView.vue merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
LoginView.vue Fix #1456: Prevent white spaces in username field 2023-10-30 16:45:34 +01:00
MaintenanceRebootView.vue webapp: Organize imports 2022-12-25 12:02:10 +01:00
MqttAdminView.vue merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
MqttInfoView.vue revert Revert "Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development" 2023-09-14 13:45:23 +02:00
NetworkAdminView.vue merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
NetworkInfoView.vue webapp: Implemented reload button for info views 2023-04-05 11:51:09 +02:00
NtpAdminView.vue merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
NtpInfoView.vue Fix: If no sunset/sunrise calculation is possible a wrong value is shown 2023-06-01 18:39:50 +02:00
PowerLimiterAdminView.vue Fix: use FormFooter in OnBattery-specific forms (#569) 2023-12-30 16:46:16 +01:00
PowerMeterAdminView.vue Fix: use FormFooter in OnBattery-specific forms (#569) 2023-12-30 16:46:16 +01:00
SecurityAdminView.vue merge V23.12.16 (#556) 2023-12-27 11:49:57 +01:00
SystemInfoView.vue Feature: add heap details to system info and prometheus (#595) 2024-01-05 21:46:31 +01:00
VedirectAdminView.vue Fix: use FormFooter in OnBattery-specific forms (#569) 2023-12-30 16:46:16 +01:00
VedirectInfoView.vue VE.Direct: Reset state machine on timeout, fix and extend logging (#416) 2023-09-04 14:07:48 +02:00