-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
muller licht 404010fr remote #862
Comments
Did you read the Wiki ? |
yeah, I've read it but as said in my report, before I start hacking the code, nothing was working because they're not exactly the same remote control devices and now, the scene color buttons are still not working. Moreover, this doc doesn't mention if the limitation is only missing code or if it's a device or zigare or whatever limitation. I'm ready to dig into the code in order to get a full support of my device but I'm not sure how to proceed [In the end, I really hope to be able to close this bug with a PR]. |
If I understood you are running firmware 31a. I would be interesting to understand what you mean by hack the code to get power, dim+ and dim- to understand what is the issue. On the other side, I'm not surprise that the you don't get events, I think that for the tint, a change in the firmware was made to get those type of event going through. |
ok. So, I'll try to update my firmware and reply only once done then. As regards the code changes, I've done that : https://gist.github.com/thertp/ad35cf8e0bf4d7f49e519bf09c667fc0 |
The inRawAPS will work only with the firmware above 31d
Envoyé de mon iPhone
… Le 26 oct. 2021 à 10:47, rtp ***@***.***> a écrit :
ok. So, I'll try to update my firmware and reply only once done then.
As regards the code changes, I've done that : https://gist.github.com/thertp/ad35cf8e0bf4d7f49e519bf09c667fc0
Without this the power on/off and dim+/dim- are not working. I've modified other places in Modules/inRawAps.py to test tint-Remote-white and ZBT-Remote-ALL-RGBW but iirc these changes had no effect.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
happy to merge your PR when ready |
I've upgraded over the week end my zigate. Now, I'm getting the commands 0x7 ("move to color") and 0xa ("move to color temperature"). The "scene" buttons and the group button are still generating nothing. As regards the plugin and domoticz:
I'll send a PR once these problems will be solve, unless they can't be solved... |
For "scene" and "group" buttons
if you really get nothing, it would be good to sniff the Zigbee traffic in order to understand what is going on |
iirc, there are wireshark captures in the bug report I mentionned. At least, the logs I found on one of the few bug report on some github projects, for the scene buttons, the interesting decoded part is:
I've yet to understand the code flow in the plugin and in the zigate firmware to understand where the packet is dropped. What's possible is that the zigate is dropping the write to attribute 0x4005 as I don't remember seeing any data in the 8002 decoding functions for this event. |
I'm missing some information. Is the write attribute from the Device to the Controller or vice-versa ? Is the remote which want to write attribute 0x4005 (on which Cluster ????) to the Controller (Zigate) |
Yes, it's the remote which want to write to the 0x4005 attribute to cluster 0. The whole decoded frame is:
(from what I understand, the data is the scene button number) |
And the Group 0x4004 exists in the plugin ? If you go to Group Management in the Plugin Web Ui , the group exists and ZiGate belongs to it ? If not, it might explain, and you need to enable the zigatePartOfGroupTint in Plugin settings and restart the plugin to get it created.
|
With the wget commands and some logs added, I get in the logs:
So, I guess this means that the firmware is responible for the issue. I've started looking at the code and looks like the firmware is sending a error with the default command (command 0x0b) since it doesn't have 0x4005 as valid attribute (see ModuleRadio/Firmware/src/sdk/JN-SW-4170/Components/ZCL/Clusters/General/Source/Basic.c). |
Sound good. Give me a night. and I'll make that available |
Please try to update to beta-5.2.263 You should get the handling of the write attribute (if I didn't do any mistake). Could you confirm that you have got those messages with Mode 2 ? |
Ok. Will try (but not today)
yes. I don't get them otherwise. I did:
|
no activity, please re-open if needed |
I'm trying to get this remote working. It's the same model as in https://www.amazon.fr/dp/B07FJZKZRB/ref=twister_B0877BBQVK?_encoding=UTF8&psc=1. My device is seen in the logs as:
I'm running the
stable5-fix
branch, zigate 1 and firmware 031a.I found that there's a
Conf/Certified/TDURM0D01/ZBT-Remote-ALL-RGBW.json
file so I was expecting to get it working, even if not everything is working out of the box. But nothing. Not events generated.I'm trying to debug this. So far, after code hacks, only the "power","dim+","dim-" buttons are working. I've enabled the debug
log options and they seem to suggest that there's nothing received when other buttons are pressed.
Any way to debug further in order to fix/add the support ? [ If I can avoid updating the zigate firmware atm, it would be nice ]
The text was updated successfully, but these errors were encountered: