FHEM Forum

FHEM => English Corner => Thema gestartet von: theeuwke am 11 Januar 2017, 00:12:00

Titel: Action intertek/eurodomest switch using CUL and the original remote
Beitrag von: theeuwke am 11 Januar 2017, 00:12:00
Hi All,

I'm trying the setup a couple of action intertek/eurodomest type 972080 "intertechno" self learning switches.
- I can read the remote commands with a-culfw (but the value varies, it's very unstable, possibly wrong)
- I can use the old intertechno V1 12-bit code learned into the switch with CUL (but I cannot figure out a code that is compatible with the original remote).

I cannot use the data from the remote read by a-culfw to learn the switch, so I can use the remote control and FHEM (CUL433).

I managed to figure out the raw data from the remote. I can use this data with the raw command "G" to learn and operate the switches:

Button 1:
On:
G0030a2143739100eb2e9cf
Off:
G0030af16343a1013b2e9ce

Button 2:
On:
G0030af1537391016b2e9cd
Off:
G0030af1437391115b2e9cc

Button 3:
On:
G0030af1437391110b2e9cb
Of:
G0030af1636391014b2e9ca

Button 4:
On:
G0030af1437391000b2e9c7
Off:
G0030af1338381116b2e9c6

All:
On:
G0030af1437391118b2e9c2
Off:
G0030af1437391118b2e9c1

Oviously, the first part should be more ore less the same; "0030a2143739100e" and the last 5 bytes are data. Question; how can I use this data to use it with FHEM?