-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
support "Hybrid Manager HM200" Buderus HM200 heatpump module #500
Comments
It is a first step to add the HM200, i think best to heatpump-class, i've done it here. But you also want to have the measurements and settings from this module. |
Correction: for the settings we expect a message from thermostat to H-module |
As the upcoming two weeks will be quite busy, I plan to gather all the information by the end of May or early June. I will upload them asap! |
Hi, For now I did not change any settings. Is this data helpful? If so, I can change some settings next time. |
This is great, thanks. We can certainly add these. The list shows the readings of the entities, do you know which ones should be 'writeable'? |
I have no idea. However I just went through all the hybrid settings and all the hybrid function tests. |
This is exactly the right way. I've reduced the file to the relevant data: |
Hi, I had some busy days, but here finally the results of my investigation:
offset 00: "Control strategy" (German: "Regelungsstrategie") offset 01: "Hybrid" - "DHW" (German: "Hybrid" - "Warmwasser") offset 02: "Energy Prices" - "Gas Costs" in cent (German: "Energiepreise" - "Gaskosten") offset 03: unknown - value 0 offset 05: "Energy Prices" - "Electricity Costs" in cent (German: "Energiepreise" - "Stromkosten") offset 06: "Energy Prices" - "Feed-in tariff PV" in cent (German: "Energiepreise" - "Einspeisetarif PV") offset 07: unknown - value 0 offset 09: "low noise operation" - "operating mode" (German: "Geräuscharmer Betrieb" - "Betriebsart") offset 10: "low noise operation" - "Start Time" (German: "Geräuscharmer Betrieb" - "Startzeit") offset 11: "low noise operation" - "End Time" (German: "Geräuscharmer Betrieb" - "Endzeit") offset 12: unknown - value 0 offset 14: "dual-fuel switch-over point" (German: "Bivalenztemperatur") offset 15: unknown - value -1 (or 255) More details in the attached text file The values in About the measurement telegrams: What format are the temperatures stored? (So I can match them to the ods file.) |
@MichaelDvP shall we try and add this to v3.5.0 or wait? |
The values as far as documented are in the dev since a month. But have never be confirmed. |
That's great news. I'm using the release firmware but I will upgrade to beta tomorrow and check the values. |
Hi, I just checked the values. |
This ia a typo, the hybrid heatpump at boiler-id 8 have nearly the same setting, but in different order. I'll fix it.
Yes, I've implentented the settings here and there was no feedback, so i did not work on other settings. Temperatures changinga lot, i'm not 100% sure, but i think the mentioned temperature are in telegram 0x099B: I'll implement this, but has to be checked. Please try: https://github.com/MichaelDvP/EMS-ESP32/releases/tag/latest |
I quickly checked the Temperatures. |
"dont match" does not help. You have to say what temperatures these are. But i have not found other values matching the temperatures you documented in the ods. 0x099B offset 18 changes in the log from 0 to 1 and after 10 minutes back to 0, offset 19 goes in the same time from 0->28->100->28->0 seems a percentage. Could be heating pump on/off and modulation, but does not fit to your ods. |
Sorry for the Delay, but finally i could figure out some more values: heatpump(0x53) -B-> All(0x00), HPFlowTemp(0x099B), data: 80 00 80 00 01 4E 01 39 80 00 80 00 80 00 01 31 00 00 01 5D 0F heatpump(0x53) -B-> All(0x00), ?(0x099C), data: 41 04 00 00 00 00 00 00 00 00 00 00 00 0D 7E 2B 00 10 5E 00 02 76 00 05 |
Hmm, these are the same as i've already added and you've said they "don't match"? I'll add the other to my 3.5.1-dev0 |
Ah, ok, i'll fix it. |
Great, thanks |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Buderus Hybrid Manager HM200 not known so far by ems-esp
Describe the solution you'd like
A clear and concise description of what you want to happen.
In my Buderus Logasys SL213 environment I see the boiler, RC310 and KM200. DeviceID 0x53 is unknown to ems-esp so far. From my perspective this should be the Buderus Hybrid Manager HM200, as this is the only additional device connected to the ems bus. The heat pump is connected to HM200 by canbus.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Checked KM200 for HM200 values, but KM200 does not discover/recognize HM200 so far.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: