LavermanJJ / home-assistant-solarfocus

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

Boiler Target Temperature scaling wrong #15

Closed LavermanJJ closed 1 year ago

LavermanJJ commented 1 year ago

The boiler target temperature is wrong by factor 1000.

This needs to be fixed in the pysolarfocus lib.

Vaszago commented 1 year ago

Thanks for the quick fix of the bug.

Would be great if you could also integrate a 2 heating circuit. Have 2 in use. Circuit 1 underfloor heating and circuit 2 radiators. And the outside temperature of the heat pump. Thanks

LavermanJJ commented 1 year ago

I've opened a dedicated issue for the multi-heating-circuit support #17

Vaszago commented 1 year ago

Thanks

LavermanJJ commented 1 year ago

Fixed with https://github.com/LavermanJJ/home-assistant-solarfocus/releases/tag/v1.2.0-beta-11

LavermanJJ commented 1 year ago

@Vaszago

And the outside temperature of the heat pump

AFAIK this information is currently not exposed by the heat pump (cf. Specification. You can write readings from an external thermometer, but the value measured by the Vampair is not exposed.

Vaszago commented 1 year ago

Unfortunately, I still get an error when I want to query the COP value.

image

Here is the entry in Yaml

image

But the code works under template

image

What am I doing wrong