Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to select external heat source #94

Open
ec0li82 opened this issue Feb 1, 2024 · 3 comments
Open

Ability to select external heat source #94

ec0li82 opened this issue Feb 1, 2024 · 3 comments

Comments

@ec0li82
Copy link

ec0li82 commented Feb 1, 2024

Thanks for this great integration.
My spa has the ability to select the heating mode.
This is possible with the Gecko in.grid module.

-Internal : internal heater
-External : external heater (heat pump)
-Both : use both at the same time
-Smart : use internal if difference between set and actual temp is above 1°c, then use external
-A fifth mode is "disabled" but not as an option in the app. Only with a jumper inside the module

Would be great to be able to set it in HA. Maybe this should be available as an HVAC_mode but I only see "auto".
Screenshot of the option in the app attached (sorry it's french but see the options at the bottom).
Screenshot_20240131_110944

@heiru2011
Copy link

I need this Option too, i have the Module In.Grid
This is a good option to control the Heater, now i change the Temperatur.....

@ec0li82
Copy link
Author

ec0li82 commented May 22, 2024

Hi,
I still have not found a solution in HA directly.
But it is possible to use manually the geckolib to change the setting.
If you run the geckoshell (see example on geckolib page), you just need to run

set CoolZoneMode=xxxx

Where xxxx can be :

BOTH_HEAT
INTERNAL_HEAT
HEAT_SAVER
HEAT_W_BOOST

So it's just a matter of doing the same in this HA integration.
Unfortunately I'm very bad at python and I have a poor understanding of how all of this works.

@heiru2011
Copy link

Hi @ec0li82 yes, best way is we will receive a update, for this.
I have 2 LED lights and only one option, this was a second point to add.

For this update i can make a donation no problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants