-
Notifications
You must be signed in to change notification settings - Fork 29
Implement service calls to talk to the API #23
Comments
I'm really looking forward to this one as turning on the oven with predefined settings is the one of the primary benefits of this great integration. As a workaround IFTTT does the job but not very reliably. |
Working on it. |
I pushed some code, but honestly haven't even tested it ... if anyone feels adventurous, grateful for feedback :) |
I get the following error:
and:
|
Oops, forgot to push to PyPI. Fixed. Thanks for flagging! |
FYI, after fixing a few more things, I can now dispatch calls to the API, but I cannot test it extensively as I don't have enough devices I can control. So would be grateful for feedback. |
This is great improvement. Looking forward! |
One more thing. I don't know why, but delayed dishwasher start can't be set for selected program.
The problem is that I can't do that with this integration. |
@asev I've got some code working on my Home Assistant that gets this to work. As you say the dishwasher only support setting delayed start by calling |
@DavidMStraub Just wondering if there were plans to port the code you've put in for this, along with what I put in under #122 to Home Assistant core? |
Not sure I am going to be that helpful (slash may just irritate) - I have a Bosch Fridge Freezer. At the moment I can see the power status and door status (open/closed) in HA but nothing on mode (Eco, freshness, vaction) nor the temperature sensors (fridge & freezer). In integrating the device setting api should I be able to see these . Happy to be a guinea pig. |
The currently implemented program switches are of limited use as they do not allow to change settings. For more fine-grained control, the easiest and most flexible solution IMO is to implement service calls that directly talk to the HomeConnect API.
The text was updated successfully, but these errors were encountered: