Getting error-bitmask 32, overheat #147
Replies: 5 comments 6 replies
-
Hi, It's interesting that you're writing this. A "SoftOff" of the inverter and a mains disconnection did not help. I simply flashed the already existing *.YAML code on the ESP again and it worked as usual afterwards. |
Beta Was this translation helpful? Give feedback.
-
The status frame of the Soyosource contains an error bitmask / error flags. One bit idendicates the The bit is translated here into a string: https://github.com/syssi/esphome-soyosource-gtn-virtual-meter/blob/main/components/soyosource_display/soyosource_display.cpp#L741C32-L755 These could be the root cause:
The most likely cause is the first option unfortunately. Does the inverter stops to work if the |
Beta Was this translation helpful? Give feedback.
-
Well, Can you build a test-version, where the error 32 is ignored in the logic of the ESP? Maybe you could make a switch in the yaml file, to select to ignore error 32? I know it's dangerous, but for testing purpose, this would be great. I would love to stick to the wifi-dongle, as it fits quite nicely with the RS485 board. Thanks |
Beta Was this translation helpful? Give feedback.
-
This seemed to work around the problem for now .... |
Beta Was this translation helpful? Give feedback.
-
Hi there, But beyond that, it's gone. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm getting with my 6 Soyos every now and then (at least 6 times an hour) the error-bitmask 32, telling overheat, without the fan running, and the temperatur of the sooy been reported below 40°C.
Is it an information from the eps8266, or where does it come from?
It seems to reboot/restart and the, after around 10 seconds, it comes back to normal operation.
Any ideas?
I have already deactivated the captive portal and the web-server in the esp, just in case.
Thanks for help,
cheers.
Beta Was this translation helpful? Give feedback.
All reactions