From 04cff8525aff87844744000ea2930556388d7e2d Mon Sep 17 00:00:00 2001 From: xX-nichtlachen-Xx Date: Wed, 12 Aug 2026 15:59:43 +0200 Subject: [PATCH] Added Error Code 151 "Grid: Severe grid wave distortion" - #3182 --- tools/rpi/hoymiles/decoders/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/rpi/hoymiles/decoders/__init__.py b/tools/rpi/hoymiles/decoders/__init__.py index 0d370cea..6a10be07 100644 --- a/tools/rpi/hoymiles/decoders/__init__.py +++ b/tools/rpi/hoymiles/decoders/__init__.py @@ -268,6 +268,7 @@ class EventsResponse(UnknownResponse): 147: 'Power grid outage', # 0x93 148: 'Grid disconnection', # 0x94 149: 'Island detected', # 0x95 + 151: 'Severe grid wave distortion', # 0x97 205: 'Input port 1 & 2 overvoltage', # 0xCD 206: 'Input port 3 & 4 overvoltage', # 0xCE 207: 'Input port 1 & 2 undervoltage', # 0xCF