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

incorrect MAC address detection #89

Open
komissar75 opened this issue Jan 6, 2021 · 1 comment
Open

incorrect MAC address detection #89

komissar75 opened this issue Jan 6, 2021 · 1 comment

Comments

@komissar75
Copy link

Hello,
After start the service lookup for devices and report incorrect MAC:
[2021-01-06 17:19:11,311] DEBUG Connected to 'RM2' Broadlink device at '192.168.2.69' (MAC da:d4:fb:0d:43:b4) and started listening for commands at MQTT topic having prefix 'broadlink/RM2_0d_43_b4/'
[2021-01-06 17:19:11,345] DEBUG Connected to 'RM2' Broadlink device at '192.168.2.28' (MAC 61:ac:ef:0d:43:b4) and started listening for commands at MQTT topic having prefix 'broadlink/RM2_0d_43_b4/'
[2021-01-06 17:19:11,349] DEBUG Connected to MQTT broker, subscribing to topic broadlink/#

but the actual MAC addresses:
Broadlink_RMPROPLUS-fb-d4-da.homestudio (192.168.2.69) at b4:43:0d:fb:d4:da [ether] on enp0s3
Broadlink_RMMINI-ef-ac-61.homestudio (192.168.2.28) at b4:43:0d:ef:ac:61 [ether] on enp0s3

@eschava
Copy link
Owner

eschava commented Jan 8, 2021

Thanks! Should be fixed now
Format of the MAC address has been changed in the python-broadlink library since v0.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants