Changes in oregon protocol. issue 18
This commit is contained in:
parent
c9a030774b
commit
bfc7308cce
5 changed files with 192 additions and 186 deletions
|
|
@ -6,19 +6,20 @@
|
|||
|
||||
// POWER CONSUMPTION SENSOR
|
||||
#define POWERCON_ENABLED // comment out to disable sensor
|
||||
#define POWERCON_HARDWARE HW_BH1750
|
||||
#define POWERCON_PROTOCOL PROT_OREGON
|
||||
#define POWERCON_HARDWARE HardwareDH1750()
|
||||
#define POWERCON_PROTOCOL ProtocolOregon(118)
|
||||
#define POWER_TIMER_MULTIPLIER 1 // poling in minutes
|
||||
|
||||
// TEMPERATURE SENSOR
|
||||
#define TEMPERATURE_ENABLED // comment out to disable sensor
|
||||
#define TEMPERATURE_HARDWARE HW_DHT11
|
||||
#define TEMPERATURE_PROTOCOL PROT_OREGON
|
||||
#define TEMPERATURE_HARDWARE HW_DHT11
|
||||
#define TEMPERATURE_PROTOCOL ProtocolOregon(100)
|
||||
#define TEMPERATURE_TIMER_MULTIPLIER 1 // poling in minutes
|
||||
|
||||
// LIGHT SENSOR
|
||||
#define LIGHT_ENABLED // comment out to disable sensor
|
||||
#define LIGHT_HARDWARE HW_BHI750
|
||||
#define LIGHT_PROTOCOL PROT_OREGON
|
||||
//#define LIGHT_ENABLED // comment out to disable sensor
|
||||
#define LIGHT_HARDWARE HardwareDH1750()
|
||||
#define LIGHT_PROTOCOL ?
|
||||
#define LIGHT_TIMER_MULTIPLIER 1 // poling in minutes
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue