git-kick / ioBroker.e3dc-rscp

Manage E3/DC power station based on RSCP
GNU General Public License v3.0
26 stars 10 forks source link

Warning entries in the iobroker log #169

Closed github-ps1304 closed 1 year ago

github-ps1304 commented 1 year ago

Describe the bug
entries in iobroker log

To Reproduce

2023-06-05 06:14:47.808 | warn | Received data type ERROR: RSCP_ERR_NOT_AVAILABLE (6) - tag TAG_PVI_REQ_FREQUENCY_UNDER_OVER (0x2000080)

e3dc-rscp.0 | 2023-06-05 06:14:47.807 | warn | Received data type ERROR: RSCP_ERR_NOT_AVAILABLE (6) - tag TAG_PVI_REQ_VOLTAGE_MONITORING (0x2000070)

Expected behavior
no warnings in the log

Versions:

Additional context
Add any other context about the problem here.

git-kick commented 1 year ago

Thanks for your report.

This is a common observation because many E3/DC devices do not report these two tags. You can avoid the warn log entries by setting both REQ-tags to 'N' in adapter settings, tab "Polling Intervals".

I will keep this issue open and enhance the adapter so that it will stop polling these tags after receiving RSCP_ERR_NOT_AVAILABLE.

git-kick commented 1 year ago

The enhancement is included in master branch and will be released with v1.2.3

git-kick commented 1 year ago

v1.2.3 is now released on npm, expected "stable" soon