-
Notifications
You must be signed in to change notification settings - Fork 3
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
Loads of very useful ModbusTCP parameters, like a dream #69
Comments
Interesting, I will take a look as soon as I find some time to work on the integration. |
I could not wait and activiated my old modbus writing script. So here my findings: ID 76 Leistung E-Heizstab, RW reading and writing, not sure what is that for ID 82 Hausverbrauch RW, ID 84 Batterieentladung RW |
Most (if not all) heat pumps have a resistive heating element to assist the actual heat pump in very cold weather (e.g. -10°C). So I guess reading the value tells you whether the heating element is in use. It is in kW and not a simple on/off value, since some IDM models (including mine) have multiple heating elements with different resistances (and therefore wattage), so the heat output can be regulated better. Not sure what writing would do. Maybe you can manually enable the heating element, maybe it just limits the power, who knows. Without documentation, I don't think I will support writing this value in the integration.
I added them to #50 |
yes exactly, I use the parameter of the battery with the excess of solar power. If I have surplus and the SOC is at least 30% I run an additional domestic hot water load for example. |
By calling id86 I can correctly see the INT value of the battery charge. Great and trying it works |
I have now started a few tests with the value ID 4108 Leistungsbegrenzung Wärmepumpe. |
IDs 76, 82, 84 and 86 are included in
Have you tried using larger values? Maybe it is in Watts not Kilowatts and there is a minimum below which the values are ignored. Otherwise, no idea, you might be able to get some more infos from IDM support. |
Great work. I will delete my modbus sensors to see soc percentage. Thanks |
I will try, but I assume no change. Maybe that is linked to a special contract for your grid provider? Maybe a smart grid contract needs to be active? I am just guessing... |
Just checked my previous tries. I already did what you proposed. So I have written 1200.0 to that register, without any success. Still ignored and nothing shown in the GLT Monitor. Further ideas? |
Nope sorry, you'll have to ask IDM how that parameter works. |
Correct and thanks for support. I asked my iDM support today, to ask iDM the question about that parameters. My hope is very low they give an reasonable answer, as everything I asked till now, including detailed bug reports had been ignored. iDM no longer is touchable for customers, .... Let's see maybe we got surprised ;-) |
I got a response, but the expected one. These parameters are only for iDM themselves. Nothing a user should know about. Of course, thanks iDM for not helping us, like nowadays always.... |
Ah this issue can be closed, nothing else to do here... |
New upgrade for IDM navigator |
Cool Krasto82, where you got this document from? Do you have a reasonable contact to iDM, or you found it on internet? |
@Krasto82 Very interested in the source. |
The pdf was shared with me by my installer. He told me that idm always sends a changelog to them when they release a new firmware |
Did you got more files, or just the description file? The company name of the installer is Nothaft or a different company? |
Only this file, the installer updated the firmware via OTA. Company Name of the installer is Valsolar located in Italy. |
Ah finally a different contact. Will they forward requests to iDM? How helpful are they? I struggly a little bit with my contacts... |
they are a local company and are in contact with idm italia. |
By chance I dedected a bunch of new parameters in the ModbusTCP description for the IDM heatpump. This should give us a lot more possibilities:
You can check the values and addresses yourself by activating the "Service-Ebene", and then
Service - Gebäudeleittechnik - GLT Monitor
In here you see following new, (not yet described) parameters, even some of them for writing:
and now the very important parameters:
I think the ID 4108 Leistungsbegrenzung and ID 82, 84 and 86 are gamechangers...
The text was updated successfully, but these errors were encountered: