krogk / AgroPi

Automated cultivation system for plants & mushrooms using Raspberry Pi
https://www.facebook.com/AgroPiOfficial
GNU General Public License v3.0
23 stars 11 forks source link

Web Server Fixes & Controller Improvements #32

Closed krogk closed 3 years ago

krogk commented 3 years ago

We had an issue with the graphs not updating. Numerous solutions were tried but dygraphs worked best The Nginx server is used to for post request to the cpp application - Implemented with a timer on web side and callbacks on cpp side.

In addition force actuation flags were not send properly the server was sending a value of 1 - this patches fixes this issue Enable flags were missing - this patch adds them in, tested and is believed to work as intended

Fixes #29 Fixes #30 Fixes #31