I’m trying to use the Home Connect integration with my Oven - mostly it works fine but per the documentation I’m struggling to find a list of supported commands for
SERVICE HOME_CONNECT.CHANGE_SETTING
It gives the example of child lock, but I have an issue where my oven turns off remote start at some undisclosed period / time / reason and I want to be able to turn that back on if it goes off…
Is there a list of supported settings?
I found this: Home Connect API Documentation (home-connect.com)
which seems to correspond with the format shown, but when I try and push it I get an error
{
"device_id":"b91efdgdfhbf0668c2e229a75d0jfhre",
"key":"BSH.Common.Status.RemoteControlStartAllowed",
"value":"true"
}
Gives
"Call-service error. {'description': 'Setting is not supported', 'key': 'SDK.Error.UnsupportedSetting'}"
Edit: just realised I’m being a pillock and this is a status only…
So let me change my question - how do I find out what is turning off my remote start?!!