Replies: 1 comment 7 replies
-
Climate enables or disables hvac. Almost always should be enabled. Heating is an integer that each number is a combo of things being enabled or disabled. Like steering wheel plus front window. I think constants show that. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
start_climate
func uses theClimateRequestOptions
class as parameter, with the variables:(by the way, what exactly is
heating
? andclimate
? what do they control?)But there are other parameters not controlled/updated by this function, like:
Is there any function I can use to enable/disable these features? Could these be added to the
start_climate
func (to theClimateRequestOptions
class probably)?I am trying to automate the start of the climate, in the same way I do it with the Bluelink app, where I just hit the 'start' and all these options are enabled.
Thanls
Beta Was this translation helpful? Give feedback.
All reactions