OpenDTU/lib/Hoymiles/src/commands
2023-07-31 22:05:22 +02:00
..
ActivePowerControlCommand.cpp Apply code formatter without functional changes 2023-07-22 18:00:41 +02: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 Send ChannelChangeCommand only once per cycle as the inverter will not response at all 2023-04-15 10:55:48 +02:00
ChannelChangeCommand.h Send ChannelChangeCommand only once per cycle as the inverter will not response at all 2023-04-15 10:55:48 +02:00
CommandAbstract.cpp Resend and Retransmit count is now implementable per command 2023-04-15 10:55:48 +02:00
CommandAbstract.h Implement method as static 2023-04-21 19:02:10 +02: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 check in statistics data that at least all required bytes are received 2023-06-27 18:59:54 +02:00
MultiDataCommand.h Added check in statistics data that at least all required bytes are received 2023-06-27 18:59:54 +02: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 Fix: Prevent wrong values of statistics data because of non-atomic transaction 2023-07-31 22:05:22 +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