Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New flow sensor plugin
#1
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
<p><br></p>
Reply
#2
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
Reply
#3
It has now been fixed.

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

Dan
<p><br></p>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)