SIP
What happened to flow_sensors - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Installation and set up questions (https://nosack.com/sipforum/forumdisplay.php?fid=2)
+--- Thread: What happened to flow_sensors (/showthread.php?tid=154)



What happened to flow_sensors - hamhog - 2019 Jun 02

Reading forum about adding in flow sensor to SIP and i see flow_sensor.py has been deleted. Just curious why this was done as i could use a plugin for flow.
Bruce


RE: What happened to flow_sensors - dan - 2019 Jun 03

There was a contributor who developed the flow meter code for SIP.

He needed to make some changes to the core SIP code so he forked the SIP project and updated that as a separate project.

You can follow the discussion on Github:
https://github.com/Dan-in-CA/SIP/issues/143

His fork is at:
https://github.com/DaveSprague/SIPdev


RE: What happened to flow_sensors - hamhog - 2019 Jun 10

Thanks for the updated info.
I have loaded Dave Sprague fork and loaded the flow sensor plugin.
When ever I make changes to the flow sensor settings to Arduino-serial and hit submit I get
"internal server error".
Any ideas why I should get this error?
Bruce


RE: What happened to flow_sensors - dan - 2019 Jun 12

Since that is a separate fork and David made some changes to the core SIP program I can't say what may be causing the problem.

I would suggest you open an issue on the flow sensor repo on GitHub.


RE: What happened to flow_sensors - hamhog - 2019 Jun 12

(2019 Jun 12, 03:06 PM)dan Wrote: Since that is a separate fork and David made some changes to the core SIP program I can't say what may be causing the problem.

I would suggest you open an issue on the flow sensor repo on GitHub.

Yes I just did that on the GitHub repo. Thank you.