forked from cwesystems/RFLink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig_01.c
More file actions
112 lines (112 loc) · 6.28 KB
/
Config_01.c
File metadata and controls
112 lines (112 loc) · 6.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
// ****************************************************************************************************************************************
// RFLink List of Plugins
// ****************************************************************************************************************************************
// Here are all plugins listed that are supported and used after compilation.
// When needed additional plugins can be added or selected plugins can be enabled/disabled.
//
// BEWARE OF THE PLUGIN_MAX setting!! TX: 51 RX: 24
// ****************************************************************************************************************************************
// Translation Plugin for oversized packets due to their breaks/pause being too short between packets
// Used for Flamingo FA500R and various others, do NOT exclude this plugin.
#define PLUGIN_001 // DO NOT CHANGE OR EXCLUDE!!
// ------------------------------------------------------------------------
// -- Any of the following protocols can be excluded whenever not needed --
// ------------------------------------------------------------------------
#define PLUGIN_002 // 104 // Lacrosse v2 2300/3600
#define PLUGIN_003 // 50 // Kaku : Klik-Aan-Klik-Uit (with code wheel) aka ARC
#define PLUGIN_004 // 132 // NewKAKU : Klik-Aan-Klik-Uit with automatic coding aka Intertechno.
#define PLUGIN_005 // 50 // Eurodomest
#define PLUGIN_006 // 106 // Blyss
#define PLUGIN_007 // 66 // Conrad RSL2
#define PLUGIN_008 // 96 // Kambrook
#define PLUGIN_009 // 66+ // X10 RF
#define PLUGIN_010 // 180+ // TRC02 RGB Switch
#define PLUGIN_011 // 100 // Home Confort
#define PLUGIN_012 // 26+ // Flamingo FA500R
#define PLUGIN_013 // 42 // Powerfix/Quigg
#define PLUGIN_014 // 36 // Ikea Koppla
#define PLUGIN_015 // 116 // Home Easy EU
// -------------------
// Weather sensors
// -------------------
#define PLUGIN_030 // 74 // Alecto V1 (WS3500) 434 MHz.
#define PLUGIN_031 // 94+ // Alecto V3 (WS1100/WS1200/WSD-19) 433.9 MHz.
#define PLUGIN_032 // 74+ // Alecto V4
#define PLUGIN_033 // 80 // Conrad Pool Thermometer
#define PLUGIN_034 // 128+ // Cresta
#define PLUGIN_035 // 96 // Imagintronix
#define PLUGIN_040 // 58 // Mebus
#define PLUGIN_041 // 92+ // LaCrosse v3 ws7000
#define PLUGIN_042 // 46+ // UPM/Esic
#define PLUGIN_043 // 88 // LaCrosse v1
#define PLUGIN_044 // 82 // Auriol v3
#define PLUGIN_045 // 66 // Auriol
#define PLUGIN_046 // 74 // Auriol v2 / Xiron
#define PLUGIN_048 // ??? // Oregon V1/2/3
// -------------------
// Motion Sensors, include when needed
// -------------------
#define PLUGIN_060 // Ajax Chubb Varel 433 MHz. motion sensors
#define PLUGIN_061 // Chinese PIR motion door and window sensors
#define PLUGIN_062 // Chuango Alarm Devices
#define PLUGIN_063 // Oregon PIR/ALARM/LIGHT
// -------------------
// Doorbells
// -------------------
#define PLUGIN_070 // Select Plus (Action - Quhwa)
#define PLUGIN_071 // Plieger York
#define PLUGIN_072 // Byron SX doorbell
#define PLUGIN_073 // Deltronic doorbell
#define PLUGIN_074 // RL02
#define PLUGIN_075 // Silvercrest
// -------------------
// Smoke detectors / Fire Places
// -------------------
#define PLUGIN_080 // Flamingo FA20 / KD101 smoke detector
#define PLUGIN_082 // Mertik Maxitrol / Dru fireplace
//#define PLUGIN_083 // Alecto SA33
// -------------------
// 868 MHZ
// -------------------
#define PLUGIN_100 // Alecto V2 (DKW2012/ACH2010) 868 MHz. => PLANNED
// -------------------
// Housekeeping
// -------------------
#define PLUGIN_090 // Nodo Slave conversion plugin
#define PLUGIN_254 // Debug to show unsupported packets
// ****************************************************************************************************************************************
// RFLink List of Plugins that have TRANSMIT functionality
// ****************************************************************************************************************************************
// Here are all plugins listed that are supported and used after compilation.
// When needed additional plugins can be added or selected plugins can be enabled/disabled.
// ****************************************************************************************************************************************
// ------------------------------------------------------------------------
// -- Any of the following protocols can be excluded whenever not needed --
// ------------------------------------------------------------------------
#define PLUGIN_TX_003 // Kaku : Klik-Aan-Klik-Uit (with code wheel) aka ARC
#define PLUGIN_TX_004 // NewKAKU : Klik-Aan-Klik-Uit with automatic coding aka Intertechno.
#define PLUGIN_TX_005 // Eurodomest
#define PLUGIN_TX_006 // Blyss
#define PLUGIN_TX_007 // Conrad RSL2
#define PLUGIN_TX_008 // Kambrook
#define PLUGIN_TX_009 // X10 RF
#define PLUGIN_TX_010 // TRC02 RGB switch
#define PLUGIN_TX_011 // Home Confort
#define PLUGIN_TX_012 // Flamingo FA500R (11)
#define PLUGIN_TX_013 // Powerfix/Quigg
#define PLUGIN_TX_015 // Home Easy EU (14)
// -------------------
// Doorbells
// -------------------
#define PLUGIN_TX_070 // Select Plus (Action - Quhwa)
#define PLUGIN_TX_072 // Byron SX doorbell
#define PLUGIN_TX_073 // Deltronic doorbell
#define PLUGIN_TX_074 // RL02
// -------------------
// Smoke detectors
// -------------------
#define PLUGIN_TX_080 // Flamingo FA20 / KD101 smoke detector
#define PLUGIN_TX_082 // Mertik Maxitrol / Dru fireplace
// -------------------
// -=#=-
// -------------------