Bettapro / Solar-Tracer-Blynk-V3

Connect the EPSolar/EPEver Tracer A/B Series (RS-485 Modbus) to an ESP8266/ESP32 and monitor using Blynk /Homeassistant/MQTT... .
GNU General Public License v3.0
51 stars 11 forks source link

Expose modbus timeout #33

Closed Bettapro closed 2 years ago

Bettapro commented 2 years ago

Should expose timeout for modbus response

mr12obot commented 2 years ago

what is the purpose to expose timeout for modbus response ?

is it related if any the error / fail communication with blynk server or esp ?

Bettapro commented 2 years ago

what is the purpose to expose timeout for modbus response ?

is it related if any the error / fail communication with blynk server or esp ?

Modbus it the protocol used between esp and solar charge controller, timeout is set to 2 secs from its core library, changing this values makes the esp wait less/more time for a (possible) response from solar charge controller (after that will throw an timeout error).