<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SourceAnalytix Fehlermeldung]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">ich habe leider gestern ein Fehler in einem script gehabt und mir dadurch die Werte eines Datenpunktes die ich mit SourceAnalytix auswerte  quasi zerstört.</p>
<p dir="auto">Ich bekomme leider die Fehlermeldung nicht weg, vielleicht kann mir ja jemand ein Tipp geben.</p>
<pre><code>sourceanalytix.0
2026-06-12 11:51:54.278	error	Cannot handle calculations for 0_userdata.0.PV_Ersparnis, check log messages and adjust settings!

sourceanalytix.0
2026-06-12 11:51:54.278	error	Troubleshoot Data 0_userdata.0.PV_Ersparnis custom Data : {"common":{"name":"Pv Ersparnis Kwh","desc":"Manuell erzeugt","role":"value","type":"number","read":true,"write":true,"def":"","unit":"kwh","custom":{"sourceanalytix.0":{"enabled":true,"selectedUnit":"kWh","deviceResetLogicEnabled":true,"threshold":1,"start_day":8335.158,"start_week":0,"start_month":0,"start_quarter":0,"start_year":0,"selectedPrice":"ElectricityDay","meter_values":true,"consumption":true,"valueAtDeviceReset":296723.6331999999,"valueAtDeviceInit":11029.074}}},"type":"state","_id":"0_userdata.0.PV_Ersparnis","acl":{"object":1636,"state":1636,"file":1632,"owner":"system.user.admin","ownerGroup":"system.group.administrator"},"from":"system.adapter.admin.0","user":"system.user.admin","ts":1781257914269}

sourceanalytix.0
2026-06-12 11:51:54.277	error	Check settings for 0_userdata.0.PV_Ersparnis ! Known valueAtDeviceReset : (296723.6331999999) &gt; known cumulative value (11029.074) cannot proceed
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1781258477390-077de58c-cb92-4cc7-b581-09f595acfaff-image.jpeg" alt="077de58c-cb92-4cc7-b581-09f595acfaff-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1781258588144-f7d9e7b6-4779-4de1-b093-1e8f87302257-image-resized.jpeg" alt="f7d9e7b6-4779-4de1-b093-1e8f87302257-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Grüße</p>
]]></description><link>https://forum.iobroker.net/topic/84752/sourceanalytix-fehlermeldung</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 08:23:43 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/84752.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Jun 2026 10:04:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SourceAnalytix Fehlermeldung on Sat, 13 Jun 2026 21:40:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaelf" aria-label="Profile: MichaelF">@<bdi>MichaelF</bdi></a> kommt auf den Fehler an. Vom Prinzip her müssen meist die drei</p>
<ul>
<li>"valueAtDeviceReset":</li>
<li>"valueAtDeviceInit":</li>
<li>"cumulativeValue":<br />
korrigiert werden und die jeweiligen Startwerte angepasst/kontrolliert werden</li>
</ul>
]]></description><link>https://forum.iobroker.net/post/1344318</link><guid isPermaLink="true">https://forum.iobroker.net/post/1344318</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Sat, 13 Jun 2026 21:40:39 GMT</pubDate></item><item><title><![CDATA[Reply to SourceAnalytix Fehlermeldung on Sat, 13 Jun 2026 08:22:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">Hab leider grade noch einen zweiten Datenpunkt gefunden.</p>
<p dir="auto">Kann ich den gleich anpassen?</p>
<pre><code>{
  "common": {
    "name": "PV_Gesammt_Energy",
    "desc": "Manuell erzeugt",
    "role": "state",
    "type": "number",
    "read": true,
    "write": true,
    "def": "",
    "custom": {
      "sourceanalytix.0": {
        "enabled": true,
        "selectedUnit": "kWh",
        "deviceResetLogicEnabled": true,
        "threshold": 1,
        "start_day": 246985.71199999997,
        "start_week": 46203.957,
        "start_month": 46118.9,
        "start_quarter": 45304.776000000005,
        "start_year": 46476.86,
        "meter_values": true,
        "consumption": true,
        "selectedPrice": "ElectricityDay",
        "valueAtDeviceReset": 302251.56700000004,
        "valueAtDeviceInit": 0,
        "cumulativeValue": 246985.71199999997
      },
      "influxdb.0": {
        "enabled": true,
        "storageType": "",
        "aliasId": "",
        "debounceTime": 0,
        "blockTime": 0,
        "changesOnly": true,
        "changesRelogInterval": 850,
        "changesMinDelta": 0,
        "ignoreBelowNumber": "",
        "disableSkippedValueLogging": false,
        "enableDebugLogs": false,
        "debounce": 1000
      }
    }
  },
  "type": "state",
  "native": {},
  "_id": "0_userdata.0.Energie.PV_Gesammt_Energy",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.sourceanalytix.0",
  "user": "system.user.admin",
  "ts": 1781337906686
}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1344203</link><guid isPermaLink="true">https://forum.iobroker.net/post/1344203</guid><dc:creator><![CDATA[MichaelF]]></dc:creator><pubDate>Sat, 13 Jun 2026 08:22:22 GMT</pubDate></item><item><title><![CDATA[Reply to SourceAnalytix Fehlermeldung on Fri, 12 Jun 2026 12:42:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">Mega, Danke. Scheint geklappt zu haben Fehler ist weg.</p>
]]></description><link>https://forum.iobroker.net/post/1344048</link><guid isPermaLink="true">https://forum.iobroker.net/post/1344048</guid><dc:creator><![CDATA[MichaelF]]></dc:creator><pubDate>Fri, 12 Jun 2026 12:42:18 GMT</pubDate></item><item><title><![CDATA[Reply to SourceAnalytix Fehlermeldung on Fri, 12 Jun 2026 11:17:19 GMT]]></title><description><![CDATA[<p dir="auto">passe es so an, vorher aber musst du SA stoppen, Werte anpassen, danach SA wieder starten</p>
<pre><code>{
  "common": {
    "name": "Pv Ersparnis Kwh",
    "desc": "Manuell erzeugt",
    "role": "value",
    "type": "number",
    "read": true,
    "write": true,
    "def": "",
    "unit": "kwh",
    "custom": {
      "sourceanalytix.0": {
        "enabled": true,
        "selectedUnit": "kWh",
        "deviceResetLogicEnabled": true,
        "threshold": 1,
        "start_day": 8335.158,
        "start_week": 0,
        "start_month": 0,
        "start_quarter": 0,
        "start_year": 0,
        "selectedPrice": "ElectricityDay",
        "meter_values": true,
        "consumption": true,
        "valueAtDeviceReset": 0,
        "valueAtDeviceInit": null,
        "cumulativeValue": 11029.074
      }
    }
  },
  "type": "state",
  "_id": "0_userdata.0.PV_Ersparnis",
  "acl": {
    "object": 1636,
    "state": 1636,
    "file": 1632,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.admin.0",
  "user": "system.user.admin",
  "ts": 1781257914269
}

</code></pre>
]]></description><link>https://forum.iobroker.net/post/1344011</link><guid isPermaLink="true">https://forum.iobroker.net/post/1344011</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Fri, 12 Jun 2026 11:17:19 GMT</pubDate></item><item><title><![CDATA[Reply to SourceAnalytix Fehlermeldung on Fri, 12 Jun 2026 11:11:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crunchip" aria-label="Profile: crunchip">@<bdi>crunchip</bdi></a></p>
<p dir="auto">Dass hier?</p>
<pre><code>{
  "common": {
    "name": "Pv Ersparnis Kwh",
    "desc": "Manuell erzeugt",
    "role": "value",
    "type": "number",
    "read": true,
    "write": true,
    "def": "",
    "unit": "kwh",
    "custom": {
      "sourceanalytix.0": {
        "enabled": true,
        "selectedUnit": "kWh",
        "deviceResetLogicEnabled": true,
        "threshold": 1,
        "start_day": 8335.158,
        "start_week": 0,
        "start_month": 0,
        "start_quarter": 0,
        "start_year": 0,
        "selectedPrice": "ElectricityDay",
        "meter_values": true,
        "consumption": true,
        "valueAtDeviceReset": 296723.6331999999,
        "valueAtDeviceInit": 11029.074
      }
    }
  },
  "type": "state",
  "_id": "0_userdata.0.PV_Ersparnis",
  "acl": {
    "object": 1636,
    "state": 1636,
    "file": 1632,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.admin.0",
  "user": "system.user.admin",
  "ts": 1781257914269
}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1344008</link><guid isPermaLink="true">https://forum.iobroker.net/post/1344008</guid><dc:creator><![CDATA[MichaelF]]></dc:creator><pubDate>Fri, 12 Jun 2026 11:11:07 GMT</pubDate></item><item><title><![CDATA[Reply to SourceAnalytix Fehlermeldung on Fri, 12 Jun 2026 10:12:51 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michaelf" aria-label="Profile: MichaelF">@<bdi>MichaelF</bdi></a> <a href="/post/1343989">sagte</a>:</p>
<p dir="auto">"valueAtDeviceReset":296723.6331999999,"valueAtDeviceInit":11029.074</p>
</blockquote>
<p dir="auto">zeig mal das RAW(expertenmodus, dann rechts auf den Bleistift) von deinem Datenpunkt 0_userdata.0.PV_Ersparnis</p>
]]></description><link>https://forum.iobroker.net/post/1343996</link><guid isPermaLink="true">https://forum.iobroker.net/post/1343996</guid><dc:creator><![CDATA[crunchip]]></dc:creator><pubDate>Fri, 12 Jun 2026 10:12:51 GMT</pubDate></item></channel></rss>