Enhance Standard Behaiviour of a Device

Hello,

I would like to know if it would be possible to add some code to an integrated device ?

Basically I would like to add some programmed behaiviour to the Standard WindowsCovering Device.

  • Toggle Function to use One button of a remote
  • Offset to set the right percentages of opening

I have programmed everything in Luup and can use it , but I would like to implement it the the device, but there is no implementation file … So do someone have a clue where I have to put the Code ?

Thnks

Z-Wave devices are supported by code buried deep in the main Vera process so they do not need Implementation files.

The only way to interpose code between the UI and a Z-Wave device would be to create a virtual device to act as a proxy. You could then write your Implementation code to behave as you wish and operate the actual device through the existing device actions and variables.