Skip to content

Commit 215b078

Browse files
authored
Update and rename Config.h.example to Config.h
1 parent 6b76b20 commit 215b078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// New protocols can be easily defined by adding new Growatt<version>.cpp/h
1414
// files and then specifying the protocol there. See existing procol files
1515
// for reference.
16-
#define GROWATT_MODBUS_VERSION 124
16+
#define GROWATT_MODBUS_VERSION 3000
1717

1818
// On some SPH inverters (Protocol 124) the battery temperature multiplier
1919
// differs from the documented value (of 0.1). Set this to 1.0 on these inverters.
@@ -28,7 +28,7 @@
2828
#define OTA_PASSWORD "enter_ota_secret_here"
2929

3030
// Enable direct modbus read/write support via the WebGUI. Enabling this is a potential security issue.
31-
#define ENABLE_MODBUS_COMMUNICATION 0
31+
#define ENABLE_MODBUS_COMMUNICATION 1
3232

3333
// Define a NTP Server and TZ Info to automatically adjust the inverter date/time.
3434
// TZ Info can be found at: https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv

0 commit comments

Comments
 (0)