OpenDTU-old/lib/Hoymiles/src/inverters
2024-10-15 19:11:17 +02:00
..
HERF_1CH.cpp Feature: Add support for HERF 1 channel inverters 2024-09-02 20:44:26 +02:00
HERF_1CH.h Feature: Add support for HERF 1 channel inverters 2024-09-02 20:44:26 +02:00
HERF_2CH.cpp Fix: Updated source comments to also match hex numbers 2024-03-15 20:14:29 +01:00
HERF_2CH.h Feature: Add support for HERF inverters 2024-03-06 21:57:18 +01:00
HERF_4CH.cpp Fix: Updated source comments to also match hex numbers 2024-03-15 20:14:29 +01:00
HERF_4CH.h Feature: Add support for HERF inverters 2024-03-06 21:57:18 +01:00
HM_1CH.cpp Fix: cpplint errors 2024-10-15 19:11:17 +02:00
HM_1CH.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HM_2CH.cpp Fix: cpplint errors 2024-10-15 19:11:17 +02:00
HM_2CH.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HM_4CH.cpp Fix: cpplint errors 2024-10-15 19:11:17 +02:00
HM_4CH.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HM_Abstract.cpp Fix: cpplint errors 2024-10-15 19:11:17 +02:00
HM_Abstract.h Add const keyword to method parameters 2023-12-12 00:21:14 +01:00
HMS_1CH.cpp Fix: Updated source comments to also match hex numbers 2024-03-15 20:14:29 +01:00
HMS_1CH.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HMS_1CHv2.cpp Fix: Updated source comments to also match hex numbers 2024-03-15 20:14:29 +01:00
HMS_1CHv2.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HMS_2CH.cpp Add serial prefix 1410 to HMS_2CH inverters 2024-08-28 21:25:15 +02:00
HMS_2CH.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HMS_4CH.cpp Fix: Updated source comments to also match hex numbers 2024-03-15 20:14:29 +01:00
HMS_4CH.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HMS_Abstract.cpp Code Refactoring: Add inverter reference to each command 2024-05-16 19:54:09 +02:00
HMS_Abstract.h Add const keyword to method parameters 2023-12-12 00:21:14 +01:00
HMT_4CH.cpp remove remaining usage of F() macro 2024-04-12 15:28:26 +02:00
HMT_4CH.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HMT_6CH.cpp remove remaining usage of F() macro 2024-04-12 15:28:26 +02:00
HMT_6CH.h Add const keyword to methods 2023-12-12 01:30:40 +01:00
HMT_Abstract.cpp Code Refactoring: Add inverter reference to each command 2024-05-16 19:54:09 +02:00
HMT_Abstract.h Add const keyword to method parameters 2023-12-12 00:21:14 +01:00
InverterAbstract.cpp Fix: cpplint errors 2024-10-15 19:11:17 +02:00
InverterAbstract.h Initialize the last rssi value with -127 instead of 0 to indicate a non existing connection of no data was received yet 2024-10-06 11:08:10 +02:00
README.md Feature: Add support for HERF 1 channel inverters 2024-09-02 20:44:26 +02:00

Class overview

| Class | Models | Serial range | | --------------| --------------------------- | ------------- -- | | HM_1CH | HM-300/350/400-1T | 1121 | | HM_2CH | HM-600/700/800-2T | 1141 | | HM_4CH | HM-1000/1200/1500-4T | 1161 | | HMS_1CH | HMS-300/350/400/450/500-1T | 1124 | | HMS_1CHv2 | HMS-500-1T v2 | 1125 | | HMS_2CH | HMS-600/700/800/900/1000-2T | 1143, 1144, 1410 | | HMS_4CH | HMS-1600/1800/2000-4T | 1164 | | HMT_4CH | HMT-1600/1800/2000-4T | 1361 | | HMT_6CH | HMT-1800/2250-6T | 1382 | | HERF_1CH | HERF 300 | 2841 | | HERF_2CH | HERF 800 | 2821 | | HERF_4CH | HERF 1800 | 2801 |