-
Notifications
You must be signed in to change notification settings - Fork 10
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
add RM3 mini 5F36 #34
Comments
Hi Remko, How's life? I've bought a RM Mini 3, made a clone of your repo and added 0x5f36 in the switch-case in file DeviceInfo.js
The device is recognized and shows the MAC-address as well. When I try to select the learn button, it seems Homey does not respond. Can you help out or can I do someting? |
Hey, I did some in my fork. Hereby my logging currently: |
hi,
the new RM3 mini's are different/ new models. 5F36
Could you update the app?
class rm(device):
def init(self, host, mac, devtype):
device.init(self, host, mac, devtype)
self.type = "RM2"
if devtype == 0x5f36:
self._request_header = b'\x04\x00'
self._code_sending_header = b'\xd0\x00'
else:
self._request_header = b''
self._code_sending_header = b''
see:
mjg59/python-broadlink#317
The text was updated successfully, but these errors were encountered: