Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KANGTAI Switch #59

Open
MalibuKoKo opened this issue Aug 22, 2017 · 1 comment
Open

KANGTAI Switch #59

MalibuKoKo opened this issue Aug 22, 2017 · 1 comment

Comments

@MalibuKoKo
Copy link

Configuration :

ATmega328P Arduino Nano V3 + CC1101 , @see

Hardware:

Switches (YC-4000B) which support InterTechno protocol v1 and that's works like a charm !!!

Now i try to use different switches "Electro Depot 940557", but i cannot create them automatically AND i cannot send Messages. Could you help me ?

I identified the messages (4 per button) for each action.

Fhem code :

define lampeSalonA dummy define mydoifLampeSalonA DOIF ([sduino:&DMSG] =~ "#B8434F" or [sduino:&DMSG] =~ "#B522CF" or [sduino:&DMSG] =~ "#B176BF" or [sduino:&DMSG] =~ "#BCC78F") (set lampeSalonA on)\ DOELSEIF ([sduino:&DMSG] =~ "#BB00EF" or [sduino:&DMSG] =~ "#B48F6F" or [sduino:&DMSG] =~ "#B0BB5F" or [sduino:&DMSG] =~ "#B294DF") (set lampeSalonA off)

define lampeSalonB dummy
define mydoifLampeSalonB DOIF ([sduino:&DMSG] =~ "#B8434B" or [sduino:&DMSG] =~ "#BCC78B" or [sduino:&DMSG] =~ "#B176BB" or [sduino:&DMSG] =~ "#B522CB") (set lampeSalonB on)
DOELSEIF ([sduino:&DMSG] =~ "#BB00EB" or [sduino:&DMSG] =~ "#B294DB" or [sduino:&DMSG] =~ "#B0BB5B" or [sduino:&DMSG] =~ "#B48F6B") (set lampeSalonB off)

define lampeSalonC dummy
define mydoifLampeSalonC DOIF ([sduino:&DMSG] =~ "#B176B3" or [sduino:&DMSG] =~ "#B522C3" or [sduino:&DMSG] =~ "#B84343" or [sduino:&DMSG] =~ "#BCC783") (set lampeSalonC on)
DOELSEIF ([sduino:&DMSG] =~ "#BB00E3" or [sduino:&DMSG] =~ "#B294D3" or [sduino:&DMSG] =~ "#B0BB53" or [sduino:&DMSG] =~ "#B48F63") (set lampeSalonC off)

define lampeSalonD dummy
define mydoifLampeSalonD DOIF ([sduino:&DMSG] =~ "#B294DD" or [sduino:&DMSG] =~ "#BB00ED" or [sduino:&DMSG] =~ "#B48F6D" or [sduino:&DMSG] =~ "#B0BB5D") (set lampeSalonD on)
DOELSEIF ([sduino:&DMSG] =~ "#B8434D" or [sduino:&DMSG] =~ "#B522CD" or [sduino:&DMSG] =~ "#B176BD" or [sduino:&DMSG] =~ "#BCC78D") (set lampeSalonD off)

Other informations

Association & Desassociation :

  • add a button: plug switch into the socket and press "on" during the 30 first seconds (red led flashing)
  • remove a button: plug switch into the socket and press "off" during the 30 first seconds (red led flashing)

Switch & Remote:

  • vendor brand: Electro Depot
  • article code: 940557
  • S/N: 022017/1
  • imported by: VIVANCO ACCESORIOS S.A.U
  • import art. code: 71014
  • made in: RPC (China)

Remote:

  • remote code print on board: 50074 (i think brand is KANGTAI)
  • my remote is more recent, the previous remote (for the same article) has 50027 (i think brand is KANGTAI)

Switch:

Similar to: KANGTAI 55606FRX36 - 2627A-1000

More links :

rflink compatible

layout of the protocol KANGTAI using Rolling code
refer to a instructables.com's tutorial using 50027 remote

a user give a link to the codes to use in order to setup RFXCOM plugin with theses switches

@HomeAutoUser
Copy link
Contributor

@MalibuKoKo
Is the case still current or can it be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants