Updated 2024-11-14 !
The newer CTC HP:s are always shipped with a MODBUS TCP interface, without any additional hardware, which solved the issue.
MODBUS was new to me but after some reading and checking I found that there is a NodeRed node which solves the interface dialog.
Intro
Intro
The above picture is showing the HP:s temperatures for; In, Out, Difference In/Out and Outside.
As said NodeRed is used, to display the data, and the additional nodes dashboard and modbus are installed.
Solution
You can purchase the flow here.
Explanation to flow;
- Different values are retrieved with different frequency using 2 inject nodes.
- The function nodes, following the inject nodes, are set up to get the respective registers data from the HP.
- The flex getter node "talks" to the HP via the MODBUS interface
- The switch node directs the feedback from the HP to respective function node where the data is interpreted
Current
As can be seen in the flow above not only the HP temperatures are retrieved. A really nice feature is that there is a 3-phase current meter built into the system. This is due to that the HP is limiting it's max current to the incoming fuses in the house.This data is also retrieved and could be used for other equipment where you have to take care of the max load. Could be a car charger with appropriate interface ?
Negative binary values
One problem with the HP data was that the values are binary. Here are some information how you can handle them but my solution, found somewhere at Internet, is coded as below. There should also be said that some of the values, here outdoor temp in Celsius, are to be diveded by 10.
Heatpump status
If you want to learn more about how the HP is working displaying the status is nice feedback.
Setting values
Some of the registers can also be set, via the MODBUS interface, and this is used for BMS:s. (Building Management Systems).
Try out if you dare !? 😉
One simple test could be using BMS register 61 509 which sets/reads the desired value for indoor room temperature.
I am interestet in the CTC heatpump MODBUS interface node red flow. Would it be possible to send me the JSON export dataset? Thank you in advance
ReplyDeleteHi ! Nice you are interested in the flow. It's available at https://buymeacoffee.com/metzallo9/e/331741.
Delete