-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature request: Boost button. #32
Comments
Hello! Thank you for the request. Unfortunately, I do not have that functionality on my heat pump, so I am not 100% how it works and how it should be implemented. Is it a simple switch that can be turned on/off? I could create a PR, but then you would have to validate if it works as expected. Would that be OK with you? |
Hi! Thank you for your reply.
Yes, it's basically a switch that can be turned on/off. Change a register
value between 0 and 1 really.
I got it to work when playing with RestAPI, but I'm not proficient in
python ATM, so not completely sure how to fix it myself.
I'd love to validate it if you can fix the code for it.
Thank you.
…On Sun, Dec 25, 2022, 12:03 Krisjanis Lejejs ***@***.***> wrote:
Hello! Thank you for the request. Unfortunately, I do not have that
functionality on my heat pump, so I am not 100% how it works and how it
should be implemented.
Is it a simple switch that can be turned on/off?
I could create a PR, but then you would have to validate if it works as
expected. Would that be OK with you?
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ3QVGMVI37FDXO52UG6ADWPASW7ANCNFSM6AAAAAAR5QZ5U4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I do something different to boost each night at 5am it raises the cut in temp for hot water - rather than having the hot water start temp at 40 I move this to 45 - this has the effect of using the cheaper night rate electricity available here in Ireland to heat up the tank before the day starts boost could be achieved the same by having a function to raise this start temp for 1hr thus forcing the HP to create hot water |
@randriksen I have added a boost switch to the integration and it is available in version |
This update unfortunately made my water-switch go unavailable and no water-boost-option is seen in HomeAssistant. My heaterpump have the availability to boost water (I'm doing it often manually before a shower) so it should be visiable but it is not working and showing correctly with my HomeAssistant. |
Hi again, I'm testing it now. the new button doesn't show up. I'm not completely sure why, but I have a feeling it's not grabbing the correct version of the Python files. It's supposed to grab version 3.4dev1, but I think it's just getting the regular version. I'm not sure at all though. I can't see a 3.4dev1 version tag on the branch though. |
@randriksen can you please confirm the register key is exactly |
It's: REG__HOT_WATER_BOOST [ |
@randriksen @PalmSwe I have created a new version |
@klejejs |
@PalmSwe Thanks for checking! Are you familiar with the Developer Tools functionality in your browser? I would be interested what response you see when the browser calls https://online-genesis-serviceapi.azurewebsites.net/api/v1/Registers/Installations/#####/Groups/REG_GROUP_HOT_WATER URL. You should be able to see that, if you open Developer Tools in the browser, go to the Network tab, and then visit the Thermia Online site, the Details page. You should see an entry there with the text "REG_GROUP_HOT_WATER" and by clicking on it you should be able to see the response. If you manage to find that, could you please send the response here? Note: I do not believe the register index, group ids, and installation id are sensitive values that could be misused by anyone, but just to be safe, I suggest you omit them from the paste, just as @randriksen did. |
Hi, And response: If I read it correctly, my "Thermia Online" does not support boost option via web interface? Can that be true?
|
@PalmSwe Unfortunately the integration can only show what the Thermia Online supports😞. As you do not have the boost option available on the web, you, unfortunately, will not have it in Home Assistant either. I am not very familiar with Thermia heat pumps in general, so I am not sure why it is not available on the web. |
@klejejs, as mentioned earlier what I've been doing for boost, is to increase the Hot Water Start from 40c to say 47c this has the effect of creating a boost as the HP says - oh tank less than 47 then I will run to re-heat tank now you can pick any numbers for both to these because of the way the HP is programed you only need to leave the start at the higher number for a few mins (typically until the HP actually starts) I have tap-water-time set to 40m - so once HP starts to make hot ware it has a run at it for 40mins before flipping back (if needed) to heating |
@randriksen Thank you for testing! I have released a new version |
Hi, Fantastic work on the integration.
I would like to request a small feature, which is the ability to activate the hot water boost from homeassistant.
it seems to be located in the API as REG__HOT_WATER_BOOST in REG_GROUP_HOT_WATER.
If i find the time to sit down and look into it I might set it up and make a merge request, but since you already have most of this figured out, it might be an easy fix for you.
best regards,
Ole
The text was updated successfully, but these errors were encountered: