-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[denonmarantz] Wrong brand is set in vendor property #16690
Labels
bug
An unexpected problem or unintended behavior of an add-on
Comments
Additionally, the label is created like this: "Denon AVC-X4800H (Marantz Denon AVC-X4800H)" |
It seems old my Denon AVR-3808 can not be found through mDNS at all, only UPnP (screenshot from Device Spy): As text:
|
Related: #16035 |
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Apr 27, 2024
Resolves openhab#16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Apr 27, 2024
Resolves openhab#16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Apr 28, 2024
Resolves openhab#16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Apr 29, 2024
Resolves openhab#16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel
pushed a commit
that referenced
this issue
Apr 29, 2024
Resolves #16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
psmedley
pushed a commit
to psmedley/openhab-addons
that referenced
this issue
Jun 15, 2024
Resolves openhab#16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Paul Smedley <paul@smedley.id.au>
pgfeller
pushed a commit
to pgfeller/openhab-addons
that referenced
this issue
Sep 29, 2024
Resolves openhab#16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
joni1993
pushed a commit
to joni1993/openhab-addons
that referenced
this issue
Oct 15, 2024
Resolves openhab#16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
matchews
pushed a commit
to matchews/openhab-addons
that referenced
this issue
Oct 18, 2024
Resolves openhab#16690 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just purchased a Denon AVC-X4800H to replace my beloved old Denon AVR-3808, and I noticed the wrong brand being set in the vendor property:
Serial number is the same as the MAC address, which starts with 00:06:78.
My old 3808 recievers's MAC address starts with 00:05:CD.
Expected Behavior
If vendor can be determined reliably, it should be set. Otherwise the property should not be set.
Current Behavior
The vendor is set based on false assumptions about MAC addresses:
openhab-addons/bundles/org.openhab.binding.denonmarantz/src/main/java/org/openhab/binding/denonmarantz/internal/discovery/DenonMarantzDiscoveryParticipant.java
Lines 47 to 64 in 321fde5
and set here:
openhab-addons/bundles/org.openhab.binding.denonmarantz/src/main/java/org/openhab/binding/denonmarantz/internal/discovery/DenonMarantzDiscoveryParticipant.java
Lines 87 to 95 in 321fde5
The assumption might have been correct in the past, but it seems that Sound United is now sharing more technology between the two brands, so it can no longer be assumed.
Possible Solution
Determining vendor should not be based on MAC address. It seems there is enough mDNS information to determine it:
I need to get my old 3808 online, and will check the mDNS result for this one as well.
Your Environment
The text was updated successfully, but these errors were encountered: