-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add request sessions, change refresh token expiry time
- Loading branch information
Showing
1 changed file
with
37 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93bf983
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have used your API for a react/flask app running on raspberry pi with weather and electricity prices allowing scheduling and stuff. The latest update works great! Thank you for making this!
93bf983
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sezzor, do you actually control the heat pump from the api? If so, which commands do you give? I tried to adjust the temperature (heat_pump.set_temperature(T)), but the heat pump overreacts even when the the temperature is changed by just 1C.
93bf983
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wouterse
Yeah apart from the information provided by the API i use
heat_pump.set_temperature(degree)
andheat_pump.set_hot_water_switch_state(int(set_water))
But for me this changes the heat-wheel, so on my heatpump i have set how many degrees each "degree" changes the outgoing temperature. I think default is 3.
I have the "genesis" version of heatpump API.
Although around 24h after i wrote this something went wrong. I've not had time to look at the logs but it might be related to one of the fixes @klejejs have commited.
But it was working flawlessly for the last months until 24/12-22.