Skip to content

Incorrect MAC address #3

@Vic-s

Description

@Vic-s

Maybe it is a KEF bug, but if I query the MAC address it is different from what I get when reaching over the network.
The last 2 bytes differ.
Python

from pykefcontrol.kef_connector import KefConnector
my_speaker = KefConnector("192.168.2.190")
my_speaker.mac_address
'84:17:15:15:YY:ZZ'

Or browser
http://192.168.2.190/api/getData?path=settings:/system/primaryMacAddress&roles=value
[
{
"type": "string_",
"string_": "84:17:15:15:YY:ZZ"
}
]

But from the terminal

ping 192.168.2.190
<...>
arp -a
(192.168.2.190) at 84:17:15:15:WW:XX [ether] on eno1

This is also reported by the fing app on my smartphone

Anyone else experiencing this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions