LavermanJJ / home-assistant-solarfocus

🏡 Solarfocus eco manager touch integration for Home Assistant
Apache License 2.0
14 stars 4 forks source link

Support multiple heating circuits, buffers, and boilers #17

Closed LavermanJJ closed 1 year ago

LavermanJJ commented 1 year ago

Up to now, this integration only supports 1 heating circuit, however, Solarfocus supports up to 8 circuits. The pysolarfocus library and this integration should be extended to support multiple heating circuits.

bszattila commented 1 year ago

Is there any timeplan when all heating circuits will be implemented?

LavermanJJ commented 1 year ago

The extension of the library has been merged yesterday and I startet to extend the HA integration. Hope this will be done within a week, but obviously no commitment.

bszattila commented 1 year ago

Cross fingers for You! Can i buy You a coffe or a beer? :D

LavermanJJ commented 1 year ago

@bszattila much appreciated your asking, however, I currently have neither. 🙈

LavermanJJ commented 1 year ago

A release candidate is available for testing v.2.0.0-rc1

Vaszago commented 1 year ago

@LavermanJJ Thank you for providing the additional heating circuits so quickly. These also work right away. The one problem is worth the COP. HA writes me an error in the formula. I've tried a few things but haven't found a solution yet. Can you please take a look at it.

image

Thanks

LavermanJJ commented 1 year ago

Thanks. The issue is in the second last line at the end with '0.0' which is the default value. If you change it to 1.0 it should work.

In Addition you should check, if the sensors are the correct ones I.e., the entity ID is correct.

Ps: I'll adapt it in the release notes as well. Thanks for pointing this out