File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
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
You can’t perform that action at this time.
0 commit comments