Dateien nach "/" hochladen
Regular update
This commit is contained in:
@@ -1,24 +1,31 @@
|
||||
/*-------------------RF sensor + hardware settings----------------------*/
|
||||
const int RFSensorIDs[] = {1,2,3,4,5,6,7};
|
||||
const String RFSensorNames[] = {"RainSensor", "Humidity1", "RainSensor1", "LuxSensor1","MoistureSensor1","MoistureSensor_Test","Doorbell"};
|
||||
const String RFSensorType[] = {"RainMass", "Humidity", "Rain", "Light","Moisture","Moisture","Door"};
|
||||
const String RFSensorBaseName = "rf/sensors/";
|
||||
const String RFTargetBaseName = "rf/target/";
|
||||
const String RFSensorNames[] = {"RainSensor", "Humidity1", "RainSensor1", "LuxSensor1","notUsed","MoistureSensor_1","Doorbell"};
|
||||
const String RFSensorUnit[] = {"Impuse", "Humidity", "Rain", "Light","Moisture","%","Door"};
|
||||
//const String RFSensorBaseName = "rf/sensors/";
|
||||
//const String RFTargetBaseName = "rf/target/";
|
||||
|
||||
/*
|
||||
const int RFTargetIDs[] = {5,6,7};
|
||||
const String RFTargetNames[] = {"Light1","Light2","LED1"};
|
||||
const String RFTargetType[] = {"Light", "Light","LED"};
|
||||
const String ParameterIds[] = {"red","green","blue","brightness", "effect", "effectparameter"};
|
||||
+/
|
||||
|
||||
/*-------------------RF topics & parameters----------------------*/
|
||||
//433Mhz MQTT Subjects and keys
|
||||
#define subjectMQTTtoRF Base_Topic Gateway_Name "/commands/MQTTto433"
|
||||
#define subjectRFtoMQTT Base_Topic Gateway_Name "/433toMQTT"
|
||||
#define subjectMQTTtoRF "/commands/MQTTto433"
|
||||
//#define subjectRFtoMQTT Base_Topic Gateway_Name "/433toMQTT"
|
||||
#define subjectRFtoMQTT "/433toMQTT"
|
||||
#define subjectGTWRFtoMQTT Base_Topic Gateway_Name "/433toMQTT"
|
||||
#define RFprotocolKey "433_" // protocol will be defined if a subject contains RFprotocolKey followed by a value of 1 digit
|
||||
#define RFbitsKey "RFBITS_" // bits will be defined if a subject contains RFbitsKey followed by a value of 2 digits
|
||||
#define repeatRFwMQTT false // do we repeat a received signal by using mqtt with RF gateway
|
||||
|
||||
|
||||
#define RFmqttDiscovery true //uncomment this line so as to create a discovery switch for each RF signal received
|
||||
|
||||
|
||||
/*
|
||||
RF supported protocols
|
||||
433_1
|
||||
|
||||
Reference in New Issue
Block a user