-
Notifications
You must be signed in to change notification settings - Fork 0
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
Problem? #1
Comments
Thanks for your interest - I cannot read all the live data parameters at once. Suspect mega328 is just not up to the job - However it does what is needed: Remote ON/OFF and midday timed shutdown - logging solar and battery performance was just a nice-to-do add on. I was moving to using a ESP8266 with webserver as monitor interface but it's a 'maybe' and not for this application which need to be really simple to use.. |
When you say you cannot read the live data, what are you getting? "Miss read liva(sic)-data, ret val:..", or just nothing at all? I did notice that you're using delay(), rather than the [non-blocking] niceDelay() used by Colin and others... not sure if that's an issue here, or if it's just about feeding the watchdog on the ESP8266. |
But yes, the ATmega328 has it's limitations - easy to come up against them. I rarely use the 8266 these days, as the ESP32 is only a couple of quid more and massively more capable. Currently using an 8266 for the EPEver, but never look at the GUI (ESPUI) since it pumps all the data realtime into an influxdb on a Raspberrypi for display via Grafana. I just hope my chickens appreciate it. ;) |
Appreciate you looking through my changes to Colin's code... mainly deleting stuff I was not using... I sort of understand his work it's pretty clever, Maybe I will sometime move the code onto an ESP32 or 8266 - but as before I have my doubts whether adding features such as a web interface is worth it for my one application. - Chickens are far more predictable than people! |
Hi Aidan, you mentioned on C. Hickey's discord that you were having issues getting this running... can you elaborate?
The text was updated successfully, but these errors were encountered: