Skip to content

Commit

Permalink
Update BSB_lan_config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Feb 27, 2017
1 parent 0c65f53 commit 08fed6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BSB_lan/BSB_lan/BSB_lan_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* http://192.168.1.50/1234/8700/8740/8741 - to list parameters 8700, 8740 and 8741 in one request
*/

#define PASSKEY "4444"
#define PASSKEY "1234"

/* select your heating system (default may work for other systems) */

#define THISION
//#define THISION
//#define FUJITSU // for FUJITSU Wärmepumpe
//#define BROETJE_SOB
//#define PROGNR_5895 // if we know more about this command
Expand All @@ -27,7 +27,7 @@
//#define ONE_WIRE_BUS 3

// Activate DHT temperature/humidity sensors
#define DHT_BUS 2,3
//#define DHT_BUS 2,3

/*
* Enter a MAC address and IP address for your controller below.
Expand Down Expand Up @@ -67,7 +67,7 @@ int avg_parameters[] = {
};

/* activate logging on SD-card. Requires a FAT32-formatted Micro-SD card inserted into the Ethernet-Shield's card slot */
#define LOGGER
//#define LOGGER

int log_parameters[] = {
8700, // Außentemperatur
Expand Down

0 comments on commit 08fed6c

Please sign in to comment.