-
-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HMS2000 Error ID 52 Unknown #2090
Comments
If the descriptions shows "Unknown" it's not (yet) found out what it means. If you see something in a documentation or App I am happy to add the message. |
Hi. 211: No input
220: Input undervoltage 52: unknown Have you ever checked the connections? A comparison measurement with a voltage tester of the voltage on several modules could show whether a module is defective. Remember that you should not plug or unplug anything under load. |
@fred777 I just checked the current v1.1.29 of the S-Miles Installer APK if they have any translations inside. and yes there is warn_code.json (ns, zh_cn and en_us) as attached to #2258 which contains the following codes 211, 73, 72, 47, 46, 14, 13, 12, 11 as mentioned in #1068 (comment) "211": {
"ns": "mi.warn.name.211",
"zh_cn": "PV3端口无输入",
"en_us": "PV3 No input"
},
...
"73": {
"ns": "mi.warn.name.73",
"zh_cn": "过温降载功能启用",
"en_us": "TW function enable"
},
"72": {
"ns": "mi.warn.name.72",
"zh_cn": "电网过频降载FW功能启用",
"en_us": "FW function enable"
},
"71": {
"ns": "mi.warn.name.71",
"zh_cn": "电网过压降载VW功能启用",
"en_us": "VW function enable"
},
...
"47": {
"ns": "mi.warn.name.47",
"zh_cn": "FB过流",
"en_us": "FB overcurrent"
},
"46": {
"ns": "mi.warn.name.46",
"zh_cn": "FB过流",
"en_us": "FB overvoltage"
},
...
"36": {
"ns": "mi.warn.name.36",
"zh_cn": "INV过流过压",
"en_us": "INV overvoltage or overcurrent"
},
...
"14": {
"ns": "mi.warn.name.14",
"zh_cn": "电网相位突变",
"en_us": "Grid phase mutation"
},
"13": {
"ns": "mi.warn.name.13",
"zh_cn": "电网频率突变",
"en_us": "Grid frequency mutation"
},
"12": {
"ns": "mi.warn.name.12",
"zh_cn": "电网电压幅值大幅跌落",
"en_us": "Grid voltage sharp drop"
},
"11": {
"ns": "mi.warn.name.11",
"zh_cn": "浪涌冲击",
"en_us": "Grid voltage surge"
}, And a lj_warn_code.json too, the latter being in simplified chinese only. @fred777 I translated some of the missing Event IDs like 52, 53 from the chinese lj_warn_code.json: "52_1": "1. 220V power connection line is disconnected\n2. 220V power relay is damaged", But I did not find 220 as mentioned by @schneeer here #2090 (comment) |
Great! So let's hope that this was just a glitch and my NA relay is not damaged..... 🤷♂️ At least the error did not pop up again since back then. |
@fred777 yes 🤞 good luck and lets hope HOPE ! |
What happened?
Not sure if this is being tracked already (no results according to search) - but on HMS inverters there seems to exist an error event with ID 52 that has no description:
To Reproduce Bug
no idea
Expected Behavior
meaningful description being shown instead of just "unknown"
Install Method
Pre-Compiled binary from GitHub
What git-hash/version of OpenDTU?
c144b68
Relevant log/trace output
No response
Anything else?
No response
Please confirm the following
The text was updated successfully, but these errors were encountered: