Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tr064] Error message reported at INFO level instead of ERROR #9542

Closed
lionhe1966 opened this issue Dec 27, 2020 · 2 comments · Fixed by #9543
Closed

[tr064] Error message reported at INFO level instead of ERROR #9542

lionhe1966 opened this issue Dec 27, 2020 · 2 comments · Fixed by #9543
Assignees
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@lionhe1966
Copy link
Contributor

lionhe1966 commented Dec 27, 2020

I am using the maconline presence detection in particular to identify the presence of a mac which connects the guest network of my fritzbox. When the cell phone is disconnected it does not appear in the list of known MACs.
In the old v1 version of the binding this was not giving problems. In the present version of the binding, more correctly the item is set to UNDEF instead of OFF. I can deal with this behavior with a customized rule, but every minute the log gives the following line

2020-12-27 16:50:09.025 [INFO ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=macOnline, getAction=GetSpecificHostEntry, dataType='boolean, parameter='04:D6:AA:57:5C:ED'}: HTTP-Response-Code 500 (Internal Server Error), SOAP-Fault: 714 (NoSuchEntryInArray)

It seems to me that this error should be at the ERROR level and not at the INFO level.

@lionhe1966 lionhe1966 added the bug An unexpected problem or unintended behavior of an add-on label Dec 27, 2020
@J-N-K
Copy link
Member

J-N-K commented Dec 27, 2020

In fact this should be DEBUG level, since it's not an error.

@openhab-bot
Copy link
Collaborator

This issue has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/tr-064-binding-error-message-reported-at-info-level-instead-of-error/122293/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants