-
-
Notifications
You must be signed in to change notification settings - Fork 64
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 device support xiaomi.derh.13l.js #613
base: main
Are you sure you want to change the base?
Conversation
This device support actually has zero line change from auto generated file. however without putting this file into the module, home bridge does not properly pull value from the device albeit correctly popup sub-devices in home.app while add device into HomeKit. If that's the case, Would it make sense to put this field into the config file overriding the value in class? |
I'm actually a bit confused of what |
Yes, |
Thank you for your detailed explanation.
It's kind of weird that most recent devices I tried (and PRed) are actually only working with I wonder if I'm doing anything wrong now, here is a gist of my process:
|
This is a a very good indicator that indeed the device does not support the miot protocol. When you can connect to the device but it does not respond to commands then it natively does not support the miot protocol. One of the reason is that the device might be old, but i guess there are also other reason like some manufacturers have their own protocol and just use the micloud to translate those to the miot protocol. |
I tried |
I mean there would be ways to check that, but i am not sure if they would give a 100% certainty. It would need to be investigated... |
No description provided.