-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout too short, leading to spurious resets #10
Comments
Did the setting of 3 minutes in timeout help you in recieving less resets? |
What arduino u use? Perhaps take a look on my git i forked this solarmeter in to a simple version |
I use an Adruino uno with an ethernetshield (W5100). Had for, i believe, 1 a 2 years now 2 sensor setup. Yesterday I added an extra sensor and reconfigured the setup to:
I got the setup fully working but have some minor issues.
Your fork of the Harold software is running smootly? Does it have Exosite upload? |
SolarMeter/WatchDog.ino
Line 4 in 8f2cf97
When using an Ethernet Shield based on W5500 hardware, a timeout of 1 minute is too little. With W5500 hardware (and possibly others), connect operations can take up to 31.8 seconds (see #9 ) so then the 1 minute is easily reached. My proposal would be to set this timeout to 36000 (3 minutes).
The text was updated successfully, but these errors were encountered: