thoukydides / homebridge-homeconnect

Home Connect home appliances plugin for Homebridge
https://www.thouky.co.uk
ISC License
135 stars 14 forks source link

Home Connect API incorrectly indicates that Siemens FridgeFreezer (KA92DHB31/05) can be switched to MainsOff/Off/Standby #83

Closed floriangrotz closed 2 years ago

floriangrotz commented 2 years ago

Description of Issue

Switch for (unsupported) Hob / Fridge-Freezer is created

Plugin Version

0.24.1

Home Connect Appliance(s)

Siemens Hob EX601JYW1E Siemens Fridge KA92DHB31

HomeKit App(s)

Switch On / Off

Diagnostic Checks

-

Log File

[10/04/2022, 21:06:30] [HomeConnect] [Hob] Home Connect API error: BSH.Common.Setting.PowerState currently not available or writable [SDK.Error.InvalidSettingState] [10/04/2022, 21:06:30] [HomeConnect] [Hob] SET BSH.Common.Setting.PowerState=BSH.Common.EnumType.PowerState.Off [10/04/2022, 21:06:30] [HomeConnect] [Hob] PUT https://api.home-connect.com/api/homeappliances/SIEMENS-EX601JYW1E-/settings/BSH.Common.Setting.PowerState

[10/04/2022, 20:51:46] [HomeConnect] [Fridge freezer] Home Connect API error: BSH.Common.Setting.PowerState currently not available or writable [SDK.Error.InvalidSettingState] [10/04/2022, 20:51:46] [HomeConnect] [Fridge freezer] SET BSH.Common.Setting.PowerState=BSH.Common.EnumType.PowerState.Off [10/04/2022, 20:51:46] [HomeConnect] [Fridge freezer] PUT https://api.home-connect.com/api/homeappliances/SIEMENS-KA92DHB31-/settings/BSH.Common.Setting.PowerState

thoukydides commented 2 years ago

This plugin creates a HomeKit Switch service for all appliances/accessories, as described on https://github.com/thoukydides/homebridge-homeconnect/wiki/HomeKit-Mapping. This is used to indicate the current power state, and also somewhere to attach HomeKit characteristics to indicate other common state.

The plugin asks the Home Connect servers which power states are supported by the appliance. If the API reports that it only supports BSH.Common.EnumType.PowerState.On (which should be the case for all Cooling appliances) then the Switch is configured as being read-only. If the API reports that the appliance also supports either Off or Standby then the switch is configured as being read/write, and the plugin will attempt to set the appliance's BSH.Common.Setting.PowerState when the state is changed in HomeKit.

The API does not provide any way to tell whether the PowerState can actually be controlled, other than to try it. In the case of Hob/Cooktop appliances, the API is supposed to be gaining the ability to control power and programs sometime during 2022. Hence, I do not want to hardcode this feature being disabled.

The FridgeFreezer appliance is more curious. As I noted above, all Cooling appliances are always On. The plugin should be leaving the Switch read-only. Even if HomeKit ignores that the plugin should not take any action if an attempt is made to change the state. The fact that the log shows it trying to set the PowerState suggests that the API incorrectly reported that the appliance supported either Off or Standby. If that is the case then it is a Home Connect API bug, not an error in this plugin.

This is not the first time that the API has been broken and returned incorrect information about the PowerState that can be supported. About a year ago it incorrectly returned that Oven appliances support both Off and Standby, whereas they only support Standby.

The best that I can do is to report this bug to the Home Connect Developer team, but for that I will need more information.

Please:

  1. Provide a full log file (ideally with debug enabled using the -D command line option), from when Homebridge is first started/restarted. There should be a line for the Fridge freezer saying Cannot be switched off, but I suspect that it will say either Can be switched off or Can be placed in standby.
  2. Please look in your .homebridge/homebridge-homeconnect/persist directory. (You can find a description of the files in this directory at https://github.com/thoukydides/homebridge-homeconnect/wiki/Files#plugin-persistent-cache.) Ignore the 94a08da1fecbb6e8b46990538c7b50b2 and 130b9cf2dc079eb8116e6fca2c2ec001 files. There should be an additional file corresponding to each of your appliances. Please provide copies of those per-appliance files. They just contain a cache of the responses received from the Home Connect API about the appliance capabilities; they only individual information is the haID for the appliance - which I will need to report the issue to the Home Connect Team anyway. (Do NOT post/share the 94a08da1fecbb6e8b46990538c7b50b2 file since that contains your OAuth tokens!)
floriangrotz commented 2 years ago
  1. Fridge [11/04/2022, 19:08:26] [HomeConnect] [Fridge freezer] SET Off [11/04/2022, 19:08:26] [HomeConnect] Home Connect request #28: PUT https://api.home-connect.com/api/homeappliances/SIEMENS-KA92DHB31-/settings/BSH.Common.Setting.PowerState [11/04/2022, 19:08:28] [HomeConnect] Home Connect request #28: BSH.Common.Setting.PowerState currently not available or writable [SDK.Error.InvalidSettingState] +1916ms [11/04/2022, 19:08:28] [HomeConnect] [Fridge freezer] Home Connect API error: BSH.Common.Setting.PowerState currently not available or writable [SDK.Error.InvalidSettingState] [11/04/2022, 19:08:28] [HomeConnect] [Fridge freezer] SET BSH.Common.Setting.PowerState=BSH.Common.EnumType.PowerState.Off [11/04/2022, 19:08:28] [HomeConnect] [Fridge freezer] PUT https://api.home-connect.com/api/homeappliances/SIEMENS-KA92DHB31-/settings/BSH.Common.Setting.PowerState [11/04/2022, 19:08:28] [HomeConnect] [Fridge freezer] StatusCodeError: Home Connect API error: BSH.Common.Setting.PowerState currently not available or writable [SDK.Error.InvalidSettingState] at HomeConnectAPI.requestRaw (/usr/local/lib/node_modules/homebridge-homeconnect/lib/homeconnect_api.js:678:33) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) at HomeConnectAPI.requestAppliances (/usr/local/lib/node_modules/homebridge-homeconnect/lib/homeconnect_api.js:538:28) at HomeConnectDevice.setSetting (/usr/local/lib/node_modules/homebridge-homeconnect/lib/homeconnect_device.js:152:13) at ApplianceFridgeFreezer. (/usr/local/lib/node_modules/homebridge-homeconnect/lib/has_power.js:81:17) at On. (/usr/local/lib/node_modules/homebridge-homeconnect/lib/appliance_generic.js:228:28)

  2. Hob [11/04/2022, 19:14:07] [HomeConnect] [Hob] SET Off [11/04/2022, 19:14:07] [HomeConnect] Home Connect request #29: PUT https://api.home-connect.com/api/homeappliances/SIEMENS-EX601JYW1E-/settings/BSH.Common.Setting.PowerState [11/04/2022, 19:14:07] [HomeConnect] Home Connect request #29: BSH.Common.Setting.PowerState currently not available or writable [SDK.Error.InvalidSettingState] +144ms [11/04/2022, 19:14:07] [HomeConnect] [Hob] Home Connect API error: BSH.Common.Setting.PowerState currently not available or writable [SDK.Error.InvalidSettingState] [11/04/2022, 19:14:07] [HomeConnect] [Hob] SET BSH.Common.Setting.PowerState=BSH.Common.EnumType.PowerState.Off [11/04/2022, 19:14:07] [HomeConnect] [Hob] PUT https://api.home-connect.com/api/homeappliances/SIEMENS-EX601JYW1E-/settings/BSH.Common.Setting.PowerState [11/04/2022, 19:14:07] [HomeConnect] [Hob] StatusCodeError: Home Connect API error: BSH.Common.Setting.PowerState currently not available or writable [SDK.Error.InvalidSettingState] at HomeConnectAPI.requestRaw (/usr/local/lib/node_modules/homebridge-homeconnect/lib/homeconnect_api.js:678:33) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) at HomeConnectAPI.requestAppliances (/usr/local/lib/node_modules/homebridge-homeconnect/lib/homeconnect_api.js:538:28) at HomeConnectDevice.setSetting (/usr/local/lib/node_modules/homebridge-homeconnect/lib/homeconnect_device.js:152:13) at ApplianceHob. (/usr/local/lib/node_modules/homebridge-homeconnect/lib/has_power.js:81:17) at On. (/usr/local/lib/node_modules/homebridge-homeconnect/lib/appliance_generic.js:228:28)

  3. Fridge /var/lib/homebridge/homebridge-homeconnect/persist $ cat 0cfbcc4089aea4cd7d8872c02e7df9be {"key":"SIEMENS-KA92DHB31- cache","value":{"Appliance settings":{"value":[{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer","value":-18,"unit":"°C","name":"Temperature Freezer"},{"key":"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator","value":6,"unit":"°C","name":"Temperature Refrigerator"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeFreezer","value":false,"name":"superFreezing"},{"key":"Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator","value":false,"name":"superCooling"},{"key":"Refrigeration.Common.Setting.EcoMode","value":false,"name":"Eco Mode"},{"key":"Refrigeration.Common.Setting.VacationMode","value":false,"name":"Vacation Mode"},{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.On","name":"Power status","displayvalue":"On"}],"preferred":"en-GB","updated":1649615656294},"Appliance power":{"value":{"name":"Power status","key":"BSH.Common.Setting.PowerState","constraints":{"allowedvalues":["BSH.Common.EnumType.PowerState.MainsOff","BSH.Common.EnumType.PowerState.Off","BSH.Common.EnumType.PowerState.On","BSH.Common.EnumType.PowerState.Standby"],"displayvalues":["Off","Off","On","Standby"],"default":"BSH.Common.EnumType.PowerState.On","access":"read"},"type":"BSH.Common.EnumType.PowerState","displayvalue":"On","value":"BSH.Common.EnumType.PowerState.On"},"preferred":"en-GB","updated":1649615656305}}}

  4. Hob /var/lib/homebridge/homebridge-homeconnect/persist $ cat e7c4994e01e7602ec8b8a6b88562e33c {"key":"SIEMENS-EX601JYW1E- cache","value":{"Appliance power":{"value":{"name":"Power status","key":"BSH.Common.Setting.PowerState","constraints":{"allowedvalues":["BSH.Common.EnumType.PowerState.Off","BSH.Common.EnumType.PowerState.On"],"displayvalues":["Off","On"],"access":"readWrite"},"type":"BSH.Common.EnumType.PowerState","displayvalue":"Off","value":"BSH.Common.EnumType.PowerState.Off"},"preferred":"en-GB","updated":1649615657624},"Appliance settings":{"value":[{"key":"BSH.Common.Setting.PowerState","value":"BSH.Common.EnumType.PowerState.Off","name":"Power status","displayvalue":"Off"},{"key":"BSH.Common.Setting.AlarmClock","value":0,"unit":"seconds","name":"Alarm"},{"key":"BSH.Common.Setting.ChildLock","value":false,"name":"Childproof lock"},{"key":"BSH.Common.Setting.TemperatureUnit","value":"BSH.Common.EnumType.TemperatureUnit.Celsius","name":"°F or °C","displayvalue":"°C"}],"preferred":"en-GB","updated":1649615657652},"Appliance alarmclock":{"value":{"name":"Alarm","key":"BSH.Common.Setting.AlarmClock","constraints":{"min":0,"max":43200,"access":"readWrite"},"unit":"seconds","type":"Int","value":0},"preferred":"en-GB","updated":1649615714440}}}

Log:

[11/04/2022, 19:17:50] [HomeConnect] Home Connect request #1: OK +518ms [11/04/2022, 19:17:50] [HomeConnect] Found 6 appliances [11/04/2022, 19:17:50] [HomeConnect] Scheduling configuration schema write [11/04/2022, 19:17:50] [HomeConnect] Connecting accessory 'Hood' [11/04/2022, 19:17:50] [HomeConnect] [Hood] Siemens Hood (E-Nr: LC98KLV60/03) [11/04/2022, 19:17:50] [HomeConnect] Connecting accessory 'Fridge freezer' [11/04/2022, 19:17:50] [HomeConnect] [Fridge freezer] Siemens FridgeFreezer (E-Nr: KA92DHB31/05) [11/04/2022, 19:17:50] [HomeConnect] Connecting accessory 'Dishwasher' [11/04/2022, 19:17:50] [HomeConnect] [Dishwasher] Siemens Dishwasher (E-Nr: SX878D26PE/66) [11/04/2022, 19:17:50] [HomeConnect] Connecting accessory 'Hob' [11/04/2022, 19:17:50] [HomeConnect] [Hob] Siemens Hob (E-Nr: EX601JYW1E/01) [11/04/2022, 19:17:50] [HomeConnect] Connecting accessory 'Oven' [11/04/2022, 19:17:50] [HomeConnect] [Oven] Siemens Oven (E-Nr: HB678GBS6/63) [11/04/2022, 19:17:50] [HomeConnect] Connecting accessory 'Coffee Maker' [11/04/2022, 19:17:50] [HomeConnect] [Coffee Maker] Siemens CoffeeMaker (E-Nr: TI957FX5DE/20) [11/04/2022, 19:17:50] [HomeConnect] Starting events stream for all appliances [11/04/2022, 19:17:50] [HomeConnect] Home Connect request #2: GET https://api.home-connect.com/api/homeappliances/events (node:10286) ExperimentalWarning: buffer.Blob is an experimental feature. This feature could change at any time (Use node --trace-warnings ... to show where the warning was created) [11/04/2022, 19:17:50] [HomeConnect] [Hood] Connected, so reading appliance state... [11/04/2022, 19:17:50] [HomeConnect] [Fridge freezer] Connected, so reading appliance state... [11/04/2022, 19:17:50] [HomeConnect] [Dishwasher] Connected, so reading appliance state... [11/04/2022, 19:17:50] [HomeConnect] [Hob] Connected, so reading appliance state... [11/04/2022, 19:17:50] [HomeConnect] [Oven] Connected, so reading appliance state... [11/04/2022, 19:17:50] [HomeConnect] [Coffee Maker] Connected, so reading appliance state... 11/04/2022, 19:17:50] [HomeConnect] Home Connect request #3: GET https://api.home-connect.com/api/homeappliances/SIEMENS-LC98KLV60 [11/04/2022, 19:17:50] [HomeConnect] Home Connect request #4: GET https://api.home-connect.com/api/homeappliances/SIEMENS-KA92DHB31 [11/04/2022, 19:17:50] [HomeConnect] Home Connect request #5: GET https://api.home-connect.com/api/homeappliances/SIEMENS-SX878D26PE [11/04/2022, 19:17:50] [HomeConnect] Home Connect request #6: GET https://api.home-connect.com/api/homeappliances/SIEMENS-EX601JYW1E [11/04/2022, 19:17:50] [HomeConnect] Home Connect request #7: GET https://api.home-connect.com/api/homeappliances/SIEMENS-HB678GBS6 [11/04/2022, 19:17:50] [HomeConnect] Home Connect request #8: GET https://api.home-connect.com/api/homeappliances/SIEMENS-TI957FX5DE [11/04/2022, 19:17:51] [HomeConnect] Home Connect request #3: OK +311ms [11/04/2022, 19:17:51] [HomeConnect] Home Connect request #9: GET https://api.home-connect.com/api/homeappliances/SIEMENS-LC98KLV60/status [11/04/2022, 19:17:51] [homebridge-homeconnect] This plugin generated a warning from the characteristic 'Brightness': characteristic was supplied illegal value: number 0 exceeded minimum of 25. See https://git.io/JtMGR for more info. [11/04/2022, 19:17:51] [homebridge-homeconnect] Error: at Brightness.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2142:105) at Brightness.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2045:14) at Brightness. (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1582:21) at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27) at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57) at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75 at new Promise () at __awaiter (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:113:16) at Brightness.Characteristic.handleGetRequest (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/dist/lib/Characteristic.js:689:38) at Brightness. (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2207:22) [11/04/2022, 19:17:52] [HomeConnect] [Hood] Cache loaded (6 entries) [11/04/2022, 19:17:52] [HomeConnect] [Hood] Cache 'Appliance power' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Hood] Cache 'Appliance fan' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Hood] Cache 'Appliance settings' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Hood] Can be switched off [11/04/2022, 19:17:52] [HomeConnect] [Hood] Cache 'Appliance fan manual program' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Hood] Fan suppports 3 venting levels + 2 intensive levels + auto mode [11/04/2022, 19:17:52] [HomeConnect] [Hood] 20% (Cooking.Hood.EnumType.Stage.FanStage01) [11/04/2022, 19:17:52] [HomeConnect] [Hood] 25% (Cooking.Hood.EnumType.Stage.FanStage02) = Siri 'low' [11/04/2022, 19:17:52] [HomeConnect] [Hood] 50% (Cooking.Hood.EnumType.Stage.FanStage03) = Siri 'medium' [11/04/2022, 19:17:52] [HomeConnect] [Hood] 80% (Cooking.Hood.EnumType.IntensiveStage.IntensiveStage1) [11/04/2022, 19:17:52] [HomeConnect] [Hood] 100% (Cooking.Hood.EnumType.IntensiveStage.IntensiveStage2) = Siri 'high' [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Cache loaded (2 entries) [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Cache 'Appliance power' [en-GB, updated 81815 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Cache 'Appliance settings' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Cache 'Appliance settings' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Can be switched off [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Supports Freezer Super Mode [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Supports Refrigerator Super Mode [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Supports Eco Mode [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Supports Vacation Mode [11/04/2022, 19:17:52] [HomeConnect] [Fridge freezer] Does not support a child lock [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Cache loaded (26 entries) [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Cache 'Appliance power' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Cache 'Appliance settings' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Cache 'Appliance settings' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Restored details of 9 programs [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Can be switched off [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Does not support Functional Light [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Does not support a child lock [11/04/2022, 19:17:52] [HomeConnect] [Dishwasher] Cache 'Appliance settings' [en-GB, updated 81816 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Hob] Cache loaded (3 entries) [11/04/2022, 19:17:52] [HomeConnect] [Hob] Cache 'Appliance power' [en-GB, updated 81814 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Hob] Cache 'Appliance settings' [en-GB, updated 81814 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Hob] Cache 'Appliance settings' [en-GB, updated 81814 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Hob] Can be switched off [11/04/2022, 19:17:52] [HomeConnect] [Hob] Cache 'Appliance alarmclock' [en-GB, updated 81757 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Oven] Cache loaded (32 entries) [11/04/2022, 19:17:52] [HomeConnect] [Oven] Cache 'Appliance power' [en-GB, updated 81756 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Oven] Cache 'Appliance settings' [en-GB, updated 81756 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Oven] Cache 'Appliance settings' [en-GB, updated 81756 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Oven] Cache 'Appliance settings' [en-GB, updated 81756 seconds ago] [11/04/2022, 19:17:52] [HomeConnect] [Oven] Restored details of 13 programs [11/04/2022, 19:17:52] [HomeConnect] [Oven] Can be placed in standby [11/04/2022, 19:17:52] [HomeConnect] [Oven] Supports Sabbath Mode [11/04/2022, 19:17:52] [HomeConnect] [Oven] Cache 'Appliance alarmclock' [en-GB, updated 81756 seconds ago] [

thoukydides commented 2 years ago

Both the Home Connect API and this plugin are behaving correctly and as intended, so I am ignoring that.

However, the API incorrectly returned that your FridgeFreezer supports being switched off:

{
    "name":"Power status",
    "key":"BSH.Common.Setting.PowerState",
    "constraints":{
        "allowedvalues":[
            "BSH.Common.EnumType.PowerState.MainsOff",
            "BSH.Common.EnumType.PowerState.Off",
            "BSH.Common.EnumType.PowerState.On",
            "BSH.Common.EnumType.PowerState.Standby"
        ],
        "displayvalues":[
            "Off",
            "Off",
            "On",
            "Standby"
        ],
        "default":"BSH.Common.EnumType.PowerState.On",
        "access":"read"
    },
    "type":"BSH.Common.EnumType.PowerState",
    "displayvalue":"On",
    "value":"BSH.Common.EnumType.PowerState.On"
}

This will need to be fixed by the Home Connect team. They will require the haID of your appliance to investigate, but you appear to have deleted that from the information you provided.

Please either provide the haID for me to report the issue, or report it yourself.

floriangrotz commented 2 years ago

Include the HAids

4E562D4A-0A19-4E60-AEBF-13EE8826A9C5

4D77FC89-16F2-4407-B492-ED05C4C1E533

floriangrotz commented 2 years ago

@thoukydides - can I help there with something or do you know any of the HC Devs?

thoukydides commented 2 years ago

I have reported the FridgeFreezer bug to the Home Connect team. If there is any feedback I will post it here, but most likely this will just be quietly fixed in a few months.

thoukydides commented 2 years ago

Response from the Home Connect team:

Thank you for contacting us.

Indeed the expected response for that query should be:

 "data": {
   "key": "BSH.Common.Setting.PowerState",
   "value": "BSH.Common.EnumType.PowerState.On",
   "type": "BSH.Common.EnumType.PowerState",
   "constraints": {
     "allowedvalues": [
       "BSH.Common.EnumType.PowerState.On"
     ],
     "default": "BSH.Common.EnumType.PowerState.On",
     "access": "read"
   }
 }
}

We will proceed with that case internally.

Have a nice day ahead!