-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Unknown module: Buderus EM10 (Device-ID: 0x12, Product-ID: 74) #575
Comments
Adding the module is easy (try my testbuild (https://github.com/MichaelDvP/EMS-ESP32/releases)), but for the values you need to identify the telegrams and positions. Best way is to use the terminal and type |
I loaded the latest Development Build v3.4.2b3 but EM10 is still listed as unknown: |
From here or my (linked) repo? |
Loaded it from the link in the version check. Thought it would be the same based on the number. With the adapted version, however, it is now displayed. Thanks, great! Unfortunately, I can't say when I'll be able to log the telegrams. |
As first check you can go to system-log, select ' log all' , wait a bit more than a minute, export the log and attach it here. |
Here is the system log. It's a little longer than a minute... 0x12 is also included. P.S: However, I don't think the type: "Connect" is appropriate for this. Since this is more or less a separate device category, you could actually name it "Interface" or "Broker" and create a new logo for it!? |
Message 0x12 is included, but nothing from/to device 0x12. Maybe it only listens to errormessages and sends only if there is a voltage. Or the sending period is much longer.
We have a category "switch", and "Gateway", both fits not 100%. It's difficult, the 0-10V input is a control device, the error output a switch or something different. |
I was able to log some data via telnet last night. First I connected a 9V battery to the analog input and finally provoked a 6A error.
|
Ok, thanks. Seems the module does not have any own value and telegram. So it's only to show that the module is connected and decide what category we use. "Connect", "Switch", "Gateway" or something new (how to call it? What icon?)? @proddy Any suggestions? The 230V output is something like a switch, the 24V relais is for connecting a PLC (connect or gateway fits), the input is also for connecting a PLC and remote control the boiler (also more gateway or connect?). For a new category i dont have any idea how to call it and what icon. |
maybe a Connect or we invent something new. Any idea what the KM200 calls it? Adding a new class will increase the code base & memory though |
Is your feature request related to a problem? Please describe.
I have a Buderus GB142 with BC10, RC35, MM10, SM10 and EM10, unfortunately the EM10 module (External Error Detection) is displayed as unknown in the dashboard.
Describe the solution you'd like
It would be nice if the module could be identified correctly and the status of the two outputs and the measurement data of the analog input could also be read out.
Describe alternatives you've considered
If the module does not deliver any data via EMS, at least the module designation: EM10 and the type: External should be displayed.
Additional context
Device ID: 0x12
Product ID: 74
Version: 01.03
Screenshot: https://c.gmx.net/@326646499389735493/niC42mSPQSqIxB0Pf4NYzw
Manual: https://www.manualslib.de/manual/38125/Buderus-Em10-F%C3%BCr-Uba-3.html
The text was updated successfully, but these errors were encountered: