(Nano)CUL

Hey there…
I build me a NanoCUL some time ago, which i tested in FHEM…
Now i try to work with OH2, because it should be easyer to work with like with FHEM… Better for beginners…
But in FHEM it generates automatically a new device or sth when i press a button from my remote…

Is it possible to make this in OH2 too?..
Maybe in the future, … A CULintertechno binding in Version 2.x???
Or is there an other way to autogenerate and work with things???
CUL compatibility is an importend thing i think…
For a beginner it is very hard to generate every item and such things with an editor…
Thank u for answeres…

The CULIntertechno binding is (still) an OH1 binding, therefore it doesn’t Support things.
You need to create an switch item with the correct configuration for the device you want to send commands to.

My items are created using the “raw” method like:

Switch Elro_Weiss "Elro-Weiss" (gLichtschalter) {culintertechno="type=raw;address=00000FFF0F;commandOn=FF;commandOff=F0"} /* Intertechno Code A15, Elro weiß */
Switch REV_A "REV_A"  (gLichtschalter) culintertechno="type=raw;address=000FFF0FFF;commandOn=FF;commandOff=F0"} /*REV Dose A*/

Thank u…
I will try this…
But it would be fine, when this binding is launched in Version 2.x, to use it with OH2 support…