-
Notifications
You must be signed in to change notification settings - Fork 503
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
device support: icasa remote ICZB-RM11S #2648
Comments
I'm a bit puzzled, though, that the main buttons spam a bunch of events, and never the same ones. I need to properly take a dump of the output to see what it is actually sending through. The specific group buttons react as I would have expected - x002 on short press, x003 on long press start and x001 on long press stop. |
The numbered On and Off buttons send a single command, to the group bound to the corresponding endpoint. The main On and Off buttons send four commands: one to each group. So these result in four button events per press. Did you pair the remote under 2.05.75? It's important that the REST API plugin set up the groups, or the main On/Off buttons don't send the commands from the right endpoints. This causes the REST API to get confused, update |
Yep, I just paired it, under 2.05.75. |
You’ll have to ask dresden elektronik; Phoscon is not open source. |
Did that ;) |
So whats the current status of this remote? Do the other keys have unique keycodes now? Basically I'm looking for something to call some predefined scenes. I'd use custom code for it so I just need the events to work properly. |
Full REST API support with #2538. Note the remote treats the On and Off keys like you pressed all four numbered On or Off keys. API can do nothing about that. All buttons can be used without deCONZ running, each pair of numbered On and Off buttons has its own group. The S1 and S2 buttons recall scenes 0x01 and 0x02 of group 0x0000. The API cannot handle these scenes, need to introduce |
Thanks. |
I don't know if this is the best place to ask for advice, my apologies if it is not (and please point me to a better place, I couldn't find any forum or similar). Is it the same as the iCasa remote, or a separate device (manufacturer code is shown as 0x1224)? Am I doing something wrong in trying to add the device, or are changes to deconz needed to add support for it? (In that case I suppose a new device support issue is appropriate). Any suggestions are welcome. I use deconz 2.05.80 running in a docker container. |
@spiff42 best is to open a new request :) |
i do not know if this is the right place to answer. I think there is a problem with the architektur of deconz or zigbee , i do not know. I own 3 different Remotes of this kind. iCasa, Sunricher and RGBgenie. they are all one kind with the same Firmware 2.5.3_r20 only the Manufackturercode and modelcode are different. But first they where all complete different in iobroker that i use. in the meantime icasa and sunricher work the same way, but RGBgenie has a object for every single buttonpair and if i use them deconz will crash very fast and dirty. i would like to use the RGBgenie, because they have not the S label on the last row. So i open the remotes and changed the buttonrubber. i can not understand why it is not possible to tell deconz that RGBGenie remote or your ZGR904 is the same like sunricher or icasa. Unfortunately i wana send one of my 2 RGBgenie to a deconz programmer, but the post returned the parcel with unknown reason and then i decided to change only the rubber. Sometimes i try a new release of deconz, but with all last versions, my java scripts will not work anymore, so i change back. Since some days, i have a deconz test system, mainly for testing a combination of SSD and Raspbee or Conbee. But it make also a try with the latest Soft and Firmware, without any luck. RGBgenie crashes the deconz system. (And by the way, ssd and Rasbee or Rasbee 2 will not work, and Conbee only wit a 2m USB extension cable for 2 m between Pidesk with SSD and the conbee stick. |
And last but not least, you can find me on the discord deconz channel and if you want to have a icasa from ersatzteilshop,de then find me there and we find a way to bring it on the way to denmark. |
Hi,
I recently acquired an iCasa remote - https://www.icasa.io/afstandsbediening?lang=en
Managed to pair it with deconz - it doesn't seem to show up in the phoscon, but I can receive events off of it. Shows up in the zigbee network.
It seems to be made up of 4 "home automation level control switch" clusters.
The text was updated successfully, but these errors were encountered: