Hello, the API delivers a wrong "type" for features "heating.power.consumption.{month,day,year,week}ValueReadAt", e.g. 'monthValueReadAt' => { 'value' => '2021-07-23T23:40:40.998Z', 'type' => 'array' <- it should be 'string' }, The feature "heating.gas.consumption.heating" works correct: 'monthValueReadAt' => { 'type' => 'string', 'value' => '2021-07-23T23:40:40.696Z' Could you fix it, please? Thanks Andreas { 'gatewayId' => 'xxx', 'timestamp' => '2021-07-24T15:15:05.661Z', 'commands' => {}, 'isReady' => $VAR1->{'data'}[0]{'isReady'}, 'uri' => 'https://api.viessmann-platform.io/iot/v1/equipment/installations/xxx/gateways/xxx/devices/0/features/heating.power.consumption', 'components' => [], 'deviceId' => '0', 'properties' => { 'month' => { 'unit' => 'kilowattHour', 'type' => 'array', 'value' => [ '4.325', '5.641', '17.531', '19.852', '21.709', '21.715', '24.964', '23.859', '20.957', '18.822', '8.236', '5.586', '5.654' ] }, 'monthValueReadAt' => { 'value' => '2021-07-23T23:40:40.998Z', 'type' => 'array' }, 'dayValueReadAt' => { 'value' => '2021-07-24T15:10:50.593Z', 'type' => 'array' }, 'unit' => { 'value' => 'kilowattHour', 'type' => 'string' }, 'yearValueReadAt' => { 'type' => 'array', 'value' => '2021-07-24T15:15:03.501Z' }, 'weekValueReadAt' => { 'value' => '2021-07-23T23:40:38.712Z', 'type' => 'array' }, 'day' => { 'unit' => 'kilowattHour', 'type' => 'array', 'value' => [ '0.13', '0.183', '0.184', '0.202', '0.186', '0.192', '0.201', '0.187' ] }, 'year' => { 'value' => [ '115.857', '179.785', '186.244' ], 'type' => 'array', 'unit' => 'kilowattHour' }, 'week' => { 'value' => [ '0.958', '1.317', '1.304', '1.302', '1.322', '1.303', '1.318', '1.535', '3.708', '3.937', '3.856', '4.425', '4.279', '4.311', '4.983', '5.034', '4.17', '4.678', '5.177', '5.088', '5.053', '4.873', '5.277', '6.251', '5.314', '5.592', '5.426', '5.911', '5.648', '5.666', '5.07', '5.19', '5.498', '5.673', '5.324', '4.807', '4.817', '4.595', '4.236', '4.19', '4.553', '4.14', '3.991', '2.395', '1.74', '1.281', '1.267', '1.293', '1.256', '1.25', '1.245', '1.28', '1.297' ], 'unit' => 'kilowattHour', 'type' => 'array' } }, 'feature' => 'heating.power.consumption', 'isEnabled' => $VAR1->{'data'}[0]{'isReady'}, 'apiVersion' => 1 },
... Mehr anzeigen