OpenDTU-old/lib/VeDirectFrameHandler
Bernhard Kirchen 7d6b7252bf polish support for second VE.Direct MPPT charge controller
* fix compiler warning in SerialPortManager.cpp: function must not
  return void

* clean up and simplify implementation of usesHwPort2()
  * make const
  * overrides are final
  * default implementation returns false
  * implement in header, as the implementation is very simple

* rename PortManager to SerialPortManager. as "PortManager" is too
  generic, the static instance of the serial port manager is renamed to
  "SerialPortManager". the class is therefore renamed to
  SerialPortManagerClass, which is in line with other (static) classes
  withing OpenDTU(-OnBattery).

* implement separate data ages for MPPT charge controllers

* make sure MPPT data and live data time out

* do not use invalid data of MPPT controlers for calculations

* add :key binding to v-for iterating over MPPT instances
2024-03-17 16:50:15 +01:00
..
VeDirectFrameHandler.cpp polish support for second VE.Direct MPPT charge controller 2024-03-17 16:50:15 +01:00
VeDirectFrameHandler.h use frozen::string and frozen::map where reasonable (#593) 2024-01-04 23:28:34 +01:00
VeDirectMpptController.cpp Feature: Support for second Victron MPPT charge controller 2024-03-17 16:50:15 +01:00
VeDirectMpptController.h Feature: Support for second Victron MPPT charge controller 2024-03-17 16:50:15 +01:00
VeDirectShuntController.cpp Show battery temperature when sensor is present (#511) 2023-10-23 13:22:10 +02:00
VeDirectShuntController.h Show battery temperature when sensor is present (#511) 2023-10-23 13:22:10 +02:00