deconz-rest-plugin: Iluminize 511.344 (4 channel RGBW / RGB+CCT remote control)

Device

  • Product name: Model 511.344 and 5130.54 on the packaging.
  • Manufacturer: iluminize
  • Model identifier: ZG2819S-RGBW
  • Device type : Please remove all unrelated device types.
    • Other: Remote RGB 4 channel

Screenshots

node_info clusters

Basic

cluster1_to_4_basic (same for all 4 clusters)

Identify

grafik

Scenes

no read option

On/Off

no read option

Level Control

no read option

Color Control

no read option

Other clusters that are not mentioned above

on request, seems not interesting

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 27

Most upvoted comments

It don’t impact your zigbee database, but can use a lot the CPU (at least the first time, compilation will be faster after). To rollback fastly you can make a backup of the file /usr/share/deCONZ/plugins/libde_rest_plugin.so in another folder

You have the procedure here https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Compiling-the-REST-plugin-for-device-specific-testing So for you, after having installed deconz :

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

If you have a small raspberry, it can freeze during compilation, my pi 3 do, so remove “-j2”

and you need too replace the json file /usr/share/deCONZ/devices/button_maps.json by this one https://github.com/Smanar/deconz-rest-plugin/blob/Iluminize/button_maps.json

Only one edition line 1406

"modelids": ["ZGRC-TEUR-003", "ZG2819S-RGBW"],

If I m right :

  • the device will be added in the API
  • you will have only 1 sensor entry for all endpoint
  • you will have some return for button, I have mimic the other remote, but I don’t think all will work.

@Smanar can this be done with ddf?