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

BroadLink BestCon MSK1 integration #562

Open
redotheone opened this issue Mar 26, 2021 · 7 comments
Open

BroadLink BestCon MSK1 integration #562

redotheone opened this issue Mar 26, 2021 · 7 comments

Comments

@redotheone
Copy link

Do you think it is possible to add MSK1 to python-broadlink?

Also, how do we know what is the hex id for a given device?

1935390288f545eb88e235d8e84a84f7c545147d

@KTibow
Copy link
Contributor

KTibow commented Mar 26, 2021

Do you think it is possible to add MSK1 to python-broadlink?

Probably. Have you heard of that before @felipediel?

Also, how do we know what is the hex id for a given device?

If you're asking for how to find it, once connected to your network, try this:

import broadlink
devices = broadlink.discover() # This will take 10 seconds
print(devices)

The 0xblabla is the hex id for each device.

@felipediel
Copy link
Collaborator

Probably the same as S1C, but with special payload headers.

@CyberMod-Studio
Copy link

Can MSK1 works with Home Assistant?

@kevinelliott
Copy link

kevinelliott commented May 4, 2022

>>> broadlink.hello('192.168.14.200')
broadlink.device.Device(('192.168.14.200', 80), mac=b'$\xdf\xa7\xacU\x90', devtype=11001, timeout=10, name='IHG', model='', manufacturer='', is_locked=False)
>>> device.auth()
True
>>> device.get_fwversion()
51321
>>> device.get_type()
'Unknown'
>>> print(device)
IHG (0x2af9 / 192.168.14.200:80 / 24:DF:A7:AC:55:90)

@kevinelliott
Copy link

kevinelliott commented May 4, 2022

So there's the hex id for the Broadlink MGW1 gateway hub (which is part of the MSK1 sensor kit). 0x2af9

@kevinelliott
Copy link

@felipediel
Copy link
Collaborator

Thanis @kevinelliott! Does it work with the SC1 class? If so, we can add the new product id.

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

5 participants