michaelpettorosso / homebridge-connect-my-pool

MIT License
2 stars 0 forks source link

Incorrect solar temperature (reading gas temperature value) #2

Closed benkemal closed 1 year ago

benkemal commented 1 year ago

I have both solar & gas heating, however plugin seems to only read the gas temperature. I rarely use the gas heater so the reading is always reporting incorrect value. Any ideas on how to resolve to get correct reading for solar?

HomeKit Reading - Solar & Gas both 13 degrees IMG_1959

Actual Solar Reading - 23 degrees IMG_1962

Actual Gas Reading - 13 degrees IMG_1961

michaelpettorosso commented 1 year ago

The API that astral provide only gives the pump temperature which for what I understand is the temperature of the heater side of the system. My temperatures coincide with this but it looks like your setup maybe different. My temperature settings come from heater and solar only reflects actual temperature when running.

On Mon, 4 Sep 2023 at 21:27, Ben Kemal @.***> wrote:

I have both solar & gas heating, however plugin seems to only read the gas temperature. I rarely use the gas heater so the reading is always reporting incorrect value. Any ideas on how to resolve to get correct reading for solar?

HomeKit Reading - Solar & Gas both 13 degrees [image: IMG_1959] https://user-images.githubusercontent.com/3762346/265444180-05ba9fda-9545-4575-b2ca-37ef0ffdc321.jpeg

Actual Solar Reading - 23 degrees [image: IMG_1962] https://user-images.githubusercontent.com/3762346/265444594-f1756d45-47ee-47b8-8d4c-5565eacffea4.jpeg

Actual Gas Reading - 13 degrees [image: IMG_1961] https://user-images.githubusercontent.com/3762346/265444984-65a6db5c-9d0e-441a-a00e-9e3354e36fc3.jpeg

— Reply to this email directly, view it on GitHub https://github.com/michaelpettorosso/homebridge-connect-my-pool/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH7UE2WKCBEU76YV3F56GDXYW3KLANCNFSM6AAAAAA4KIXJGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

benkemal commented 1 year ago

Thanks for the quick reply and all your work on this plugin. Looks like API limitation on the Astral side so will close this issue as /api/poolstatus only has one temperature value which appears to come from the gas heater.

I'll raise feature request with Astral to see if they could expose the pool water temperature reading from the solar heater in the API.