SIP
New flow sensor plugin - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Announcements (https://nosack.com/sipforum/forumdisplay.php?fid=10)
+--- Thread: New flow sensor plugin (/showthread.php?tid=288)



New flow sensor plugin - dan - 2022 Jul 19

Ian Harris has contributed a new Flow sensor plugin.
It can display flow rate and water used in real time and also provides a log of water use.
It requires SIP to be running under Python3.


The documentation can be read at:
https://github.com/IMHarris/SIP_plugins/wiki


RE: New flow sensor plugin - astrogerard - 2022 Jul 21

Nice plugin!  Must order a sensor then :-)

In the code I see: 
Code:
sys.path.insert(0, '/home/pi/SIP/plugins/flowhelpers')

This will not work if SIP is installed at another location.

--Gerard

p.s. I created an issue here


RE: New flow sensor plugin - dan - 2022 Jul 21

It has now been fixed.

Changed to:
sys.path.insert(0, './plugins/flowhelpers')

Dan