We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I use mukowman/MQTT-Hysen@47f16f3 It looks like it the same code.
divicemac = ''.join(format(x, '02x') for x in device.mac)
Like in: https://github.com/ralphm2004/broadlink-thermostat/blob/master/broadlink-thermostat.py
I think that is mac control. But my device beok has MAC like 34:ea:34:70
I make dev = bl For all cases, and now it work whith my devices.
Please can you delete or modify MAC control?
PS sorry for my English.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I use
mukowman/MQTT-Hysen@47f16f3
It looks like it the same code.
divicemac = ''.join(format(x, '02x') for x in device.mac)
Like in:
https://github.com/ralphm2004/broadlink-thermostat/blob/master/broadlink-thermostat.py
I think that is mac control. But my device beok has MAC like 34:ea:34:70
I make
dev = bl
For all cases, and now it work whith my devices.
Please can you delete or modify MAC control?
PS sorry for my English.
The text was updated successfully, but these errors were encountered: