dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 503 forks source link

Frient Keypad : adding more codes than just master code to alarm system in order to have RFID tags working #7386

Closed Gw3n4 closed 11 months ago

Gw3n4 commented 11 months ago

Is there already an existing issue for this?

Product name

Frient keypad KEPZB-110

Manufacturer

Frient

Model identifier

KEPZB-110

Device type to add

Other

Node info

image image

Endpoints and clusters

image

Basic

image

Further relevant clusters

Power Configuration

On/Off

Level Control

Color Control

Thermostat

Simple Metering

Electrical Measurement

Any other cluster of relevance/interest

Gw3n4 commented 11 months ago

Hello, This device has already been added with Issue #5352, this new issue is about the possibility to add more codes than just the master one to alarm system. At the time @Smanar already had a solution I have used since july 2022 but now does not work any more with the last deConz update.

It allowed me to add my RFID tags as additional codes and it was working really well (thanks again @Smanar ). At every new deConz update, I had to perform the following :

1st time: sudo apt install deconz-dev git clone --branch keypad_rfid https://github.com/Smanar/deconz-rest-plugin.git cd deconz-rest-plugin sudo apt-get install qtcreator qmake && make -j2 sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins

after the 1st time: cd deconz-rest-plugin git pull qmake && make -j2 sudo cp ../libde_rest_plugin.so /usr/share/deCONZ/plugins

and then have the alarmsystem learn the codes I needed with:

I do not know why it does not work anymore, and why it has never been merged in the deConz rest plugin, but it would be really nice if it could be :)

Mimiix commented 11 months ago

Hi

Please comment on that issue, so we have everything in one place.

I close this one and open that one.

Kind regards ,

Gw3n4 commented 11 months ago

OK, thank you. I didn't know i could comment on the previous issue as it was closed.

Mimiix commented 11 months ago

You can unless it's locked :)!