mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-02-03 16:17:45 +05:00
features
* Added new OT parameters * Improved compatibility with the boiler ITALTHERM TIME MAX 30F * Refactoring min/max temp * Fix port forwarding: disable captive portal after connecting to wifi * Compatible with WOKWI emulator * upd README
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
struct Settings {
|
||||
bool debug = false;
|
||||
bool debug = DEBUG_BY_DEFAULT;
|
||||
char hostname[80] = "opentherm";
|
||||
|
||||
struct {
|
||||
@@ -7,6 +7,9 @@ struct Settings {
|
||||
byte outPin = OT_OUT_PIN_DEFAULT;
|
||||
unsigned int memberIdCode = 0;
|
||||
bool dhwPresent = true;
|
||||
bool summerWinterMode = false;
|
||||
bool heatingCh2Enabled = true;
|
||||
bool heatingCh1ToCh2 = false;
|
||||
} opentherm;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user