You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arduino-altherma-controller/advanced_settings.h
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,10 @@ const byte PACKET_TYPE_CONTROL[2] = { 0x30, 0x3E }; // First and last control p
55
55
constbytePACKET_TYPE_INDOOR_NAME=0xB1; // Heat pump indoorname packet type
56
56
constbytePACKET_TYPE_OUTDOOR_NAME=0xA1; // Heat pump outdoor name packet type
57
57
constbytePACKET_TYPE_COUNTER=0xB8; // Counters packet type
58
-
constbytePACKET_TYPE_RESTART=0x12;
59
-
constbyteRESTART_PACKET_PAYLOAD_BYTE=12;
60
-
constbyteRESTART_PACKET_BYTE=0x20;
61
-
constbyteF030DELAY=100; // Time delay for in ms auxiliary controller simulation, should be larger than any response of other auxiliary controllers (which is typically 25-80 ms)
62
-
constbyteF03XDELAY=50; // Time delay for in ms auxiliary controller simulation, should preferably be a bit larger than any regular response from auxiliary controllers (which is typically 25 ms)
63
-
constbyteF0THRESHOLD=5; // Number of 00Fx30 messages to remain unanswered before we feel safe to act as auxiliary controller
64
-
// Each message takes ~770ms so we can use F0THRESHOLD to set minimum and default connectTimeout
58
+
constbyteF030DELAY=100; // Time delay for in ms auxiliary controller simulation, should be larger than any response of other auxiliary controllers (which is typically 25-80 ms)
59
+
constbyteF03XDELAY=50; // Time delay for in ms auxiliary controller simulation, should preferably be a bit larger than any regular response from auxiliary controllers (which is typically 25 ms)
60
+
constbyteF0THRESHOLD=5; // Number of 00Fx30 messages to remain unanswered before we feel safe to act as auxiliary controller
61
+
// Each message takes ~770ms so we can use F0THRESHOLD to set minimum and default connectTimeout
@@ -82,7 +79,6 @@ const byte WB_SIZE = 32; // P1/P2 write buffer size for writing to P1P2
82
79
constbyteRB_SIZE=33; // P1/P2 read buffer size to store raw data and error codes read from P1P2bus; 1 extra for reading back CRC byte; 24 might be enough
0 commit comments