bigmoby / fglair_for_homeassistant

❄️ FGLair heat pump controller integration
MIT License
51 stars 4 forks source link

MinHeat Function #72

Closed jeffkeizer closed 3 months ago

jeffkeizer commented 1 year ago

Checklist

Is your feature request related to a problem? Please describe.

NA

Describe the solution you'd like

Support for setting the Min Heat function

Describe alternatives you've considered

Setting target temperature to 10C results in a error

Additional context

NA

bigmoby commented 1 year ago

Hi @jeffkeizer please could you describe better the request functionality your searching for? Please keep in mind that MIN_TEMP = 16 is the lowest reacheable temperature.

jeffkeizer commented 1 year ago

On the Fujitsu units there is a "Min Heat" function, not unlike the powerful function, it sets the unit to a predefined state, min heat results in a set point of 10C /50F.

I use this feature in my detached garage over the winter to keep water pipes from freezing, but can't set this state from homeassistant.

https://www.google.com/gasearch?q=fujitsu%20minimum%20heat&tbm=&source=sh/x/gs/m2/5

On Tue, Nov 7, 2023 at 1:57 PM BigMoby @.***> wrote:

Hi @jeffkeizer https://github.com/jeffkeizer please could you describe better the request functionality your searching for? Please keep in mind that MIN_TEMP = 16 is the lowest reacheable temperature.

— Reply to this email directly, view it on GitHub https://github.com/bigmoby/fglair_for_homeassistant/issues/72#issuecomment-1799350123, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJHV7EL5EHS2VZDVJU6GLZTYDJY73AVCNFSM6AAAAAA66J6N6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJZGM2TAMJSGM . You are receiving this because you were mentioned.Message ID: @.***>

bigmoby commented 1 year ago

Mmm ok so your searching for different preset item like those:

Screenshot 2023-11-07 at 19 29 04

is it right?

jeffkeizer commented 1 year ago

Correct from FGLair app

On Tue, Nov 7, 2023 at 2:31 PM BigMoby @.***> wrote:

Mmm ok so your searching for different preset item like those: [image: Screenshot 2023-11-07 at 19 29 04] https://user-images.githubusercontent.com/11453002/281144611-9336f576-4795-4766-a835-108c4cfb706c.png is it right?

— Reply to this email directly, view it on GitHub https://github.com/bigmoby/fglair_for_homeassistant/issues/72#issuecomment-1799474553, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJHV7EMSYOOMFZQQEJ7LTXDYDJ47TAVCNFSM6AAAAAA66J6N6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJZGQ3TINJVGM . You are receiving this because you were mentioned.Message ID: @.***>

bigmoby commented 1 year ago

Ok, according Home Assistant docs https://developers.home-assistant.io/docs/core/entity/climate/#presets there's the AWAY preset...honestly I don't know anything about that. I should investigate it 👍

bigmoby commented 1 year ago

Please could you give me a screenshot of the FGLair app with this preset?

jeffkeizer commented 1 year ago

IMG_2868 IMG_2867 IMG_2866

bigmoby commented 1 year ago

Mmm...appears to me not as a preset but as a hvac_modes...

Yakie996 commented 1 year ago

+1

bigmoby commented 3 months ago

@jeffkeizer please try https://github.com/bigmoby/fglair_for_homeassistant/releases/tag/v0.3.21 min_heat mode is applied as AWAY preset mode.