OpenDTU-old/lib/Hoymiles/src/commands
Thomas Basler f5767e61ef Implement CMD56 as own command.
By doing so, it's possible to send all packets via the sendEsbPacket method. A lot of stuff could be removed which is no more used.
2023-04-15 10:55:48 +02:00
..
ActivePowerControlCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
ActivePowerControlCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
AlarmDataCommand.cpp Increase command timeouts to support inverters with 6 channels and more phases 2023-04-15 10:55:48 +02:00
AlarmDataCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
ChannelChangeCommand.cpp Implement CMD56 as own command. 2023-04-15 10:55:48 +02:00
ChannelChangeCommand.h Implement CMD56 as own command. 2023-04-15 10:55:48 +02:00
CommandAbstract.cpp Hoymiles Lib: Remove hard coded Serial output 2022-12-19 20:52:12 +01:00
CommandAbstract.h Hoymiles Lib: Remove hard coded Serial output 2022-12-19 20:52:12 +01:00
DevControlCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
DevControlCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoAllCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoAllCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoSimpleCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoSimpleCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
MultiDataCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
MultiDataCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
ParaSetCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
ParaSetCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
PowerControlCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
PowerControlCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
README.md Implement CMD56 as own command. 2023-04-15 10:55:48 +02:00
RealTimeRunDataCommand.cpp Increase command timeouts to support inverters with 6 channels and more phases 2023-04-15 10:55:48 +02:00
RealTimeRunDataCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
RequestFrameCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
RequestFrameCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
SingleDataCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
SingleDataCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
SystemConfigParaCommand.cpp Added missing copyright information 2022-12-14 22:37:37 +01:00
SystemConfigParaCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00

Class hierarchy

  • CommandAbstract
    • DevControlCommand
      • ActivePowerControlCommand
      • PowerControlCommand
    • MultiDataCommand
      • AlarmDataCommand
      • DevInfoAllCommand
      • DevInfoSimpleCommand
      • RealTimeRunDataCommand
      • SystemConfigParaCommand
    • ParaSetCommand
    • SingleDataCommand
      • RequestFrameCommand
    • ChannelChangeCommand