@@ -200,27 +200,27 @@ enum class SubcommandsControl : uint16_t {
200200};
201201
202202const std::string HON_ALARM_MESSAGES [] = {
203- " Outdoor module failure" ,
203+ " F1 - Outdoor module failure" ,
204204 " Outdoor defrost sensor failure" ,
205- " Outdoor compressor exhaust sensor failure" ,
206- " Outdoor EEPROM abnormality" ,
207- " Indoor coil sensor failure" ,
208- " Indoor-outdoor communication failure" ,
205+ " F14 - Outdoor compressor exhaust sensor failure" ,
206+ " F11 - Outdoor EEPROM abnormality" ,
207+ " E2 - Indoor coil sensor failure" ,
208+ " E7 - Indoor-outdoor communication failure" ,
209209 " Power supply overvoltage protection" ,
210210 " Communication failure between panel and indoor unit" ,
211- " Outdoor compressor overheat protection" ,
211+ " F4 - Outdoor compressor overheat protection" ,
212212 " Outdoor environmental sensor abnormality" ,
213213 " Full water protection" ,
214- " Indoor EEPROM failure" ,
214+ " E4 - Indoor EEPROM failure" ,
215215 " Outdoor out air sensor failure" ,
216- " CBD and module communication failure" ,
217- " Indoor DC fan failure" ,
218- " Outdoor DC fan failure" ,
216+ " F13 - PCB and module communication failure" ,
217+ " E14 - Indoor DC fan failure" ,
218+ " F2 Outdoor DC fan failure" ,
219219 " Door switch failure" ,
220220 " Dust filter needs cleaning reminder" ,
221221 " Water shortage protection" ,
222222 " Humidity sensor failure" ,
223- " Indoor temperature sensor failure" ,
223+ " E1 - Indoor temperature sensor failure" ,
224224 " Manipulator limit failure" ,
225225 " Indoor PM2.5 sensor failure" ,
226226 " Outdoor PM2.5 sensor failure" ,
@@ -239,7 +239,7 @@ const std::string HON_ALARM_MESSAGES[] = {
239239 " Three-phase power supply failure" ,
240240 " Four-way valve failure" ,
241241 " External alarm/scraper flow switch failure" ,
242- " Temperature cutoff protection alarm" ,
242+ " E18 - Temperature cutoff protection alarm" ,
243243 " Different mode operation failure" ,
244244 " Electronic expansion valve failure" ,
245245 " Dual heat source sensor Tw failure" ,
0 commit comments