tobias-93 / esphome-ecodan-heatpump

ESPHome firmware for Ecodan heatpumps
GNU General Public License v3.0
26 stars 9 forks source link

Two Zone systems #1

Open F1p opened 8 months ago

F1p commented 8 months ago

Hi there, Thanks for your contribution, i don't think Bart ever tested or designed for a two Zone system. Any plans to integrate?

tobias-93 commented 8 months ago

Hi, In the code from Bart there are some register readouts for the second zone, which I didn't implement since I only have one zone and cannot test it. The control part isn't present in Bart's code... Of course I'm happy to look at a PR if you want to contribute, but implementation from my side has no priority.

Desperado88 commented 3 weeks ago

hi,

Thank you very much for your work !

I tried to adapt the code to control 2 zones. But without success, I have several errors of this type: [zone1_flow_temperature] is an invalid option for [sensor.ecodan]. Did you mean [zone1_room_temperature], [hot_water_temperature], [outside_temperature]?

My programming level is not sufficient to understand where the problem comes from.

If you want to help me, here is my git: https://github.com/Desperado88/esphome-ecodan-heatpump-2z

Thanks.