Replies: 5 comments
-
I can't reproduce your issue. Steps I have tried:
BTW: You could change your script to ignore this specific warning. |
Beta Was this translation helpful? Give feedback.
-
Hey there, Best regards |
Beta Was this translation helpful? Give feedback.
-
@DcFamas , the log level won't reset in my installation and the adapter doesn't do changes to the log level. The log level is controlled completely by the host (js-controller). Do you have some kind of script or adapter that sets the log level? It can be found at the state "system.adapter.klf200.0.logLevel". Try setting up a script to log for changes: (Blockly) <xml xmlns="https://developers.google.com/blockly/xml">
<block type="on" id="r@TWx@rgctBYNJ`+e5V2" x="63" y="88">
<field name="OID">system.adapter.klf200.0.logLevel</field>
<field name="CONDITION">ne</field>
<field name="ACK_CONDITION"></field>
<statement name="STATEMENT">
<block type="debug" id="CW]c9p)[9IU_B^Pg+5IU">
<field name="Severity">log</field>
<value name="TEXT">
<shadow type="text" id="xt`WUaK=rQ?#qXE|XuaY">
<field name="TEXT">test</field>
</shadow>
<block type="text_join" id="A!jbqQ8C!2oKto/cgqcC">
<mutation items="9"></mutation>
<value name="ADD0">
<block type="text" id="@rC]VvW!bIZ]m)ufiC7+">
<field name="TEXT">State </field>
</block>
</value>
<value name="ADD1">
<block type="on_source" id="M6`I,8TRH9k/czQmnY48">
<field name="ATTR">id</field>
</block>
</value>
<value name="ADD2">
<block type="text" id="g/YzPAlGV8hCuff*J]*U">
<field name="TEXT"> was changed by </field>
</block>
</value>
<value name="ADD3">
<block type="on_source" id="9O,}TzHam]B`:;#MdBy6">
<field name="ATTR">state.from</field>
</block>
</value>
<value name="ADD4">
<block type="text" id="iER_3rqa~Vfgtdb;^|nN">
<field name="TEXT"> from value </field>
</block>
</value>
<value name="ADD5">
<block type="on_source" id="g/Shf-d)(G-9^Zpul*6a">
<field name="ATTR">oldState.val</field>
</block>
</value>
<value name="ADD6">
<block type="text" id="(zb~Qa^--{`HNr;E;q{f">
<field name="TEXT"> to value </field>
</block>
</value>
<value name="ADD7">
<block type="on_source" id="NZ!8|`[JJY-fLdF82c9l">
<field name="ATTR">state.val</field>
</block>
</value>
<value name="ADD8">
<block type="text" id="s?YuBthvC.JC7c~1[`Jm">
<field name="TEXT">.</field>
</block>
</value>
</block>
</value>
</block>
</statement>
</block>
</xml> |
Beta Was this translation helpful? Give feedback.
-
Hey there, `
I'm pretty sure, that I don't have a script/blockly which is changing the adapter, because I don't have any script changig the system settings which are only available in developer mode. Could it be possible that the log level got resettet, because the klf200 is restarting every night? When you don't have any idea, I can deal with it to make an exception. Still this is a littble bit confusing for me. But still; thank you for your quick answers and the support! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Unfornately I'm not able to reopen the request, so here I need to reopen it:
#100
Please note my answer:
Hey @MiSchroe that is the main problem. When I change the Log level it will changed every night, only for this adapter.
#######
Hey there,
I'm using a script which messages me via. Signal, when something is wrong with ioBroker. The script checks the log entries.
Everyday the adapter creates this log entry:
klf200.0 | 2022-11-03 03:00:02.245 | warn | Restart initiated -- | -- | -- | --
When I change the log level of the instance, it will get resettet after a day. How is it possible to either change the log level or the log entry itself?
Thank you and best regards :)
Beta Was this translation helpful? Give feedback.
All reactions