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

[homeconnect] Add oven control #11706

Merged
merged 1 commit into from
Dec 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions bundles/org.openhab.binding.homeconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,6 @@ Otherwise, all you need to do is re-authorize your bridge.

## FAQ

### I can't start my oven via openHAB.

Some operations are not possible at the moment. You need to sign an "Additional Partner Agreement". Please have a look at:
https://developer.home-connect.com/docs/authorization/scope

### I can't switch remote start to on.

The channel of type `remote_start_allowance_state` is read only. You can only enable it directly on the physical appliance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public class HomeConnectBindingConstants {
public static final String API_SIMULATOR_BASE_URL = "https://simulator.home-connect.com";
public static final String OAUTH_TOKEN_PATH = "/security/oauth/token";
public static final String OAUTH_AUTHORIZE_PATH = "/security/oauth/authorize";
public static final String OAUTH_SCOPE = "IdentifyAppliance Monitor Settings Dishwasher-Control Washer-Control Dryer-Control WasherDryer-Control CoffeeMaker-Control Hood-Control CleaningRobot-Control";
public static final String OAUTH_SCOPE = "IdentifyAppliance Monitor Settings Dishwasher-Control Washer-Control Dryer-Control WasherDryer-Control CoffeeMaker-Control Hood-Control Oven-Control CleaningRobot-Control";

// Operation states
public static final String OPERATION_STATE_INACTIVE = "BSH.Common.EnumType.OperationState.Inactive";
Expand Down