Tried, but the same error, seems as that sensor is not integer…
My complete JSON data - if this somehow help…
{
"id": "XXXX",
"title": "Herr",
"firstName": "XXXX",
"lastName": "XXXX",
"email": "XXXX",
"country": "XXXX",
"locale": "XXXX",
"passwordSet": true,
"devices": [
{
"id": "XXXX",
"hwid": "XXXX",
"name": "XXXX",
"tankShape": "ROUNDED",
"tankHeight": 150,
"tankVolume": 1900,
"tankOffset": 3,
"tankIsUsableVolume": true,
"tankUsableVolume": 1900,
"productId": "XXXX",
"notificationInfoEnabled": true,
"notificationInfoPercentage": 100,
"notificationAlertEnabled": true,
"notificationAlertPercentage": 25,
"address": {
"city": "XXXX",
"country": "XXXX",
"addressLine1": "",
"zipCode": "1000"
},
"partner": {
"id": "XXXX",
"name": "XXXX",
"displayName": "XXXX",
"supportName": "",
"supportPhone": "XXXX",
"supportEmail": "XXXX",
"accentColor": "#000000",
"backgroundColor": "#F5CC38",
"logoUrl": "XXXX",
"minimumLiters": 500,
"country": "XXXX",
"phone": "XXXX",
"fontPrimaryColor": "#000000",
"fontSecondaryColor": "#000000",
"priceHistoryFontColor": "#000000",
"iconHighlightColor": "#000000",
"primaryProducts": [
{
"id": "XXXX",
"name": "XXXX",
"imageUrl": "XXXX",
"measurementInterval": 1440,
"type": "HEATING_OIL",
"defaultProductId": "XXXX"
}
],
"productGroups": [
{
"id": "XXXX",
"name": "Heizöl",
"imageUrl": "https://XXXX",
"measurementInterval": 1440,
"type": "HEATING_OIL",
"defaultProductId": "XXXX"
}
],
"translationDeOrderButton": "Bestellen",
"translationEnOrderButton": "Order",
"translationFrOrderButton": "Commander"
},
"measurementIntervalInSeconds": 86400,
"metering": {
"value": 12,
"fillingPercentage": 95,
"liters": 1803,
"currentOilHeight": 134,
"serverDate": 1589813339698,
"battery": 100
},
"chartData": {
"consumptionData": [
{
"year": 2019,
"month": 6,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2019,
"month": 7,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2019,
"month": 8,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2019,
"month": 9,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2019,
"month": 10,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2019,
"month": 11,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2019,
"month": 12,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2020,
"month": 1,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2020,
"month": 2,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2020,
"month": 3,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2020,
"month": 4,
"fillingPercentage": 0,
"liters": 0
},
{
"year": 2020,
"month": 5,
"fillingPercentage": 95,
"liters": 1803
}
],
"priceData": [],
"forecastData": []
}
}
]
}