<?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[Erl&#x2F;Workaround: Spam logging im Reolink-Adapter]]></title><description><![CDATA[<pre><code>reolink.1
	2026-05-19 10:46:17.124	info	State value to set for "reolink.1.settings.EmailNotification" has to be type "number" but received type "boolean"
</code></pre>
<p dir="auto">Ist mir erst gerade aufgefallen, nachdem der Proxmox PVE update mit über 100 Items und anschließendem Neustart des PVE "durch" war...</p>
<p dir="auto">Das Logging kommt alle paar Sekunden für beide Instanzen, die ich installiert habe</p>
<p dir="auto">Ist zwar nur "info" und man könnte das Symptom wegkriegen, wenn man das Loglevel für den Adapter etwas schärft, aber besser wäre es wohl, der Ursache nachzugehen.</p>
<p dir="auto">Hat jemand eine Idee, wie man das Problem an der Wurzel packen kann?</p>
]]></description><link>https://forum.iobroker.net/topic/84583/erl-workaround-spam-logging-im-reolink-adapter</link><generator>RSS for Node</generator><lastBuildDate>Sun, 24 May 2026 21:17:18 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/84583.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 May 2026 08:53:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Erl&#x2F;Workaround: Spam logging im Reolink-Adapter on Tue, 19 May 2026 10:05:06 GMT]]></title><description><![CDATA[<p dir="auto">Nachtrag - der ist fies ...</p>
<p dir="auto">Im Logging wird "<a href="http://reolink.1.Device.Name" rel="nofollow ugc">reolink.1.Device.Name</a>" vermisst (mit großem "N" und großem "D"!)</p>
<p dir="auto">Im Objektbaum ein kleines "n"</p>
<p dir="auto"><img src="/assets/uploads/files/1779183965395-b17f9185-06dd-40d5-b562-2487424457f3-image.jpeg" alt="b17f9185-06dd-40d5-b562-2487424457f3-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Habe mal einen Issue angelegt</p>
<p dir="auto"><a href="https://github.com/aendue/ioBroker.reolink/issues/255" rel="nofollow ugc">https://github.com/aendue/ioBroker.reolink/issues/255</a></p>
]]></description><link>https://forum.iobroker.net/post/1340410</link><guid isPermaLink="true">https://forum.iobroker.net/post/1340410</guid><dc:creator><![CDATA[MartinP]]></dc:creator><pubDate>Tue, 19 May 2026 10:05:06 GMT</pubDate></item><item><title><![CDATA[Reply to Erl&#x2F;Workaround: Spam logging im Reolink-Adapter on Tue, 19 May 2026 09:36:38 GMT]]></title><description><![CDATA[<p dir="auto">Problem behoben (?)</p>
<ul>
<li>reolink.xyz.settings.EmailNotification Datenpunkt gelöscht (Admin Mode unnötig)</li>
<li>Instanz neu gestartet</li>
</ul>
<p dir="auto">Meldung nach Neustart nur noch diese hier (EmailNotification Meldung kommt nicht mehr)</p>
<pre><code>reolink.1
	2026-05-19 11:23:57.095	warn	State "reolink.1.Device.Name" has no existing object, this might lead to an error in future versions
reolink.1
	2026-05-19 11:23:53.017	info	Current IP: 192.168.2.197
reolink.1
	2026-05-19 11:23:52.838	info	Reolink adapter has started
</code></pre>
<p dir="auto">Der EmailNotification Datenpunkt wird beim Neustart neu angelegt</p>
<pre><code>{
  "type": "state",
  "common": {
    "role": "switch",
    "name": {
      "en": "email notification",
      "de": "E-Mail-Benachrichtigung"
    },
    "type": "boolean",
    "read": true,
    "write": true
  },
  "native": {},
  "from": "system.adapter.reolink.1",
  "user": "system.user.admin",
  "ts": 1779182632977,
  "_id": "reolink.1.settings.EmailNotification",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  }
}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1340408</link><guid isPermaLink="true">https://forum.iobroker.net/post/1340408</guid><dc:creator><![CDATA[MartinP]]></dc:creator><pubDate>Tue, 19 May 2026 09:36:38 GMT</pubDate></item><item><title><![CDATA[Reply to Erl&#x2F;Workaround: Spam logging im Reolink-Adapter on Tue, 19 May 2026 09:20:47 GMT]]></title><description><![CDATA[<p dir="auto">Ahh... gibt schon einen Issue dafür...</p>
<p dir="auto"><a href="https://github.com/aendue/ioBroker.reolink/issues/232" rel="nofollow ugc">https://github.com/aendue/ioBroker.reolink/issues/232</a></p>
<p dir="auto">Und eine "händische" Lösung des Problems</p>
<blockquote>
<p dir="auto">Ja, ich habe den type umstellen müssen. Einmal auf die Katze clicken (experten modus) und das Objekt löschen. Oder den ganzen Adapterbaum löschen. Was einem lieber ist.</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/1340407</link><guid isPermaLink="true">https://forum.iobroker.net/post/1340407</guid><dc:creator><![CDATA[MartinP]]></dc:creator><pubDate>Tue, 19 May 2026 09:20:47 GMT</pubDate></item><item><title><![CDATA[Reply to Erl&#x2F;Workaround: Spam logging im Reolink-Adapter on Tue, 19 May 2026 08:57:35 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/martinp" aria-label="Profile: MartinP">@<bdi>MartinP</bdi></a> <a href="/post/1340404">sagte</a>:</p>
<p dir="auto">Hat jemand eine Idee, wie man das Problem an der Wurzel packen kann?</p>
</blockquote>
<p dir="auto">Muss wohl im Code des Adapters geändert werden. Ich hab sowas gerade gestern für den switchbot-Adapter gemacht.</p>
<p dir="auto"><a href="https://github.com/DrozmotiX/ioBroker.switchbot-hub/pull/159" rel="nofollow ugc">https://github.com/DrozmotiX/ioBroker.switchbot-hub/pull/159</a></p>
<p dir="auto">Wo das im reolink-Adapter definiert ist müsste man mal schauen.</p>
]]></description><link>https://forum.iobroker.net/post/1340405</link><guid isPermaLink="true">https://forum.iobroker.net/post/1340405</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Tue, 19 May 2026 08:57:35 GMT</pubDate></item></channel></rss>