@Dutchman naja verpasst würde ich nicht sagen habe jetzt auch schon die Beta installiert hat sich aber nichts gebessert. ZB habe ich ein Datenpunkt erstellt wo ich täglich mein Stromverbrauch von der Wohnung eintrage. 
hier die RAW Daten
{
"from": "system.adapter.sourceanalytix.0",
"user": "system.user.admin",
"ts": 1601046077309,
"common": {
"name": "Zähler_neu",
"role": "",
"type": "number",
"desc": "Manuell erzeugt",
"unit": "kWh",
"min": 0,
"max": 100000,
"def": 0,
"read": true,
"write": true,
"custom": {
"sourceanalytix.0": {
"enabled": true,
"alias": "",
"state_type": "kWh_consumption",
"state_unit": "automatically",
"costs": true,
"consumption": true,
"meter_values": false,
"start_day": 13581,
"start_week": 1328,
"start_month": 1015,
"start_quarter": 0,
"start_year": 1358,
"valueAtDeviceReset": 135813591388,
"selectedPrice": "Wählen",
"selectedUnit": "automatisch"
}
}
},
"native": {},
"acl": {
"object": 1636,
"owner": "system.user.admin",
"ownerGroup": "system.group.administrator",
"state": 1636
},
"_id": "Meine_Geräte.0.Zähler_neu",
"type": "state"
}
die ausgabe zeigt dann diese Daten

dieses Daten zeigt dann der Adapter

also dann habe ich nochmal versucht einen neuen DATENPUNKT.
anzulegen da sieht es dann so aus.

dazu die RAW
{
"from": "system.adapter.sourceanalytix.0",
"user": "system.user.admin",
"ts": 1600992079978,
"common": {
"name": "z1",
"role": "",
"type": "number",
"desc": "Manually created",
"unit": "kWh",
"min": 0,
"max": 10000,
"def": 0,
"read": true,
"write": true,
"custom": {
"sourceanalytix.0": {
"enabled": true,
"alias": "",
"selectedPrice": "Wählen",
"selectedUnit": "automatisch",
"costs": true,
"consumption": false,
"meter_values": false,
"start_day": 0,
"start_week": 0,
"start_month": 0,
"start_quarter": 0,
"start_year": 0
}
}
},
"native": {},
"acl": {
"object": 1636,
"owner": "system.user.admin",
"ownerGroup": "system.group.administrator",
"state": 1636
},
"_id": "Meine_Geräte.0.z1",
"type": "state"
}
Ich weiß auch nicht weiter. Muss wohl wieder ein Blockly basteln für die Berechnung:
also 1418 * 0,28 = 397,04 dieses Ergebnis taucht nirgendswo auf.