OpenDTU-old/lib/Hoymiles/src/commands
helgeerbe f7bd4a40d8 revert Revert "Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development"
merge of v23.9.11 broke the system. As a workaround upgrade espressif32 from 6.3.2 to 6.4.0 is skipped. See #440
2023-09-14 13:45:23 +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 Fix: Prevent wrong values of alarm data because of non-atomic transaction and fix calculation of getEntryCount() 2023-07-31 22:06:04 +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 Fix: Prevent wrong values of devinfo data because of non-atomic transaction 2023-07-31 22:27:28 +02:00
DevInfoAllCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
DevInfoSimpleCommand.cpp Fix: Prevent wrong values of devinfo data because of non-atomic transaction 2023-07-31 22:27:28 +02:00
DevInfoSimpleCommand.h Added missing copyright information 2022-12-14 22:37:37 +01:00
GridOnProFilePara.cpp revert Revert "Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development" 2023-09-14 13:45:23 +02:00
GridOnProFilePara.h revert Revert "Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development" 2023-09-14 13:45:23 +02: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 revert Revert "Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development" 2023-09-14 13:45:23 +02:00
RealTimeRunDataCommand.cpp revert Revert "Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development" 2023-09-14 13:45:23 +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 revert Revert "Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development" 2023-09-14 13:45:23 +02: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
      • GridOnProFilePara
      • RealTimeRunDataCommand
      • SystemConfigParaCommand
    • ParaSetCommand
    • SingleDataCommand
      • RequestFrameCommand
    • ChannelChangeCommand