OpenDTU-old/lib/VeDirectFrameHandler
Arman Vartan 75541be248 Feature: Support for second Victron MPPT charge controller
this change adds support for a second Victron MPPT charge controller
using a second serial connection.

* Add device configuration for a second victron mppt
* Update VedirectView for second victron mppt
* Update MqttHandleVedirect for second victron mppt
* Update MqttHandleVedirectHass for second victron mppt
* Handle nonexisting victron controllers with optionals
* Add bool-function to Battery and inherited classes, if uart port 2 is
  being used
* Introduced a serial port manager. In order to prevent the battery and
  the Victron MPPT to use the same hw serial ports, this class keeps
  track of the used ports and their owners.
2024-03-17 16:50:15 +01:00
..
VeDirectFrameHandler.cpp update VE.Direct product IDsfixes typos and errors, and adds previously unknown PIDs.closes #641. 2024-02-09 19:50:36 +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