-
Notifications
You must be signed in to change notification settings - Fork 502
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
New device support request: Bitron remote control 902010/23 #2392
Comments
Hm, it feels like something is missing there. Can you try to re-pair while pushing the buttons randomly? |
Something seems to be wrong with my device. I tried to re-pair, but now the endpoint menu button is gone. I think, I'll send it back and get back to you as soon as I have a new one. |
deCONZ hasn't read the Node Descriptor and/or Simple Descriptor. Use the other menu button to read them. Make sure to wake the remote during read. |
It reads reads the node descriptor and the power descriptor, but I don't get the second menu button. |
You might wanna give that procedure a try: #2052 (comment) In your case (for bullet 1), reset the remote accordingly. |
I got it paired up again after I reset it. But the same attributes are always read as in my first post. |
Can you try pushing a button and immediately reading the simple descriptors in deconz GUI? It's under the 1st menu button you previously mentioned. |
Sorry for the late answer, I have reinstalled my environment in an lxc container with gui, so it is no longer necessary to plug the conbee stick back and forth |
I guess sniffing the zigbee traffic would give the required answers... |
I'm afraid I'm not up to it. |
I'll be happy to take a look at the remote, but it seems simple enough to support without sniffing.
This looks to be a standard wireless controller, that sends On/Off and Level Control commands directly to (a group of) light(s). It uses a ZHA endpoint, so it probably won't select a group on factory reset. You want to bind the client On/Off and Level Control clusters to a group. Then add a light to that group, and the remote should control the light. You might also want to bind the server Power Configuration cluster to the coordinator, and setup attribute reporting for Battery Percentage Remaining. Double check that it's reported in 0.5%. If you whitelist the remote, the deCONZ REST API plugin should log the commands the remote sends to the group on the various button actions. This should be enough to create a buttonMap. Setting up the group and client cluster bindings has been done for many other switches and remotes (e.g. the IKEA Trådfri On/Off switch). |
I would be happy to support the project, so I would like to send you the remote control. |
Please send me an email, or DM me on the homebridge Slack, https://homebridge-slackin.glitch.me/. Note that I'm not associated with dresden elektronik, so I can only support the remote in the REST API plugin (and, of course, in homebridge-hue). Phoscon isn't open source, so only dresden can add support in the web app. |
Received the device, thanks @nikolauzi11. From the figure on the Quick Start Guide, you need to hold button 2 to reset the device. It took a good 10 seconds of holding, but after that it immediately paired with deCONZ. I bound the On/Off and Level Control clusters to a group and indeed, can control the lights in the group. The switch sends the following on pressing a button.
No double press, release, hold, or anything fancy. Will be supported by It doesn't report battery status nor voltage, despite the Power Configuration cluster. It does seem to report the battery level through the Power descriptor, though. deCONZ shows the battery at 2/3rd, but Wireshark doesn't seem to like the value. I would need to check the ZigBee documentation for the exact meaning of the field. Also, the CR2032 battery is disposable, not rechargeable.
|
Ah, it does support attribute reporting on the battery Alarm Mask. That should be enough to support |
I'm glad to hear that:grin: |
Above commit adds support:
Note the missing |
Thank you very much. |
Remote works. |
It seems this issue is resolved or otherwise inactive. If it is not, please re-open! |
Hi, I would like to ask to support the Bitron remote control 902010/23.
Thanks!
The text was updated successfully, but these errors were encountered: