Skip to content

chappo/cbpi4-Flowmeter

 
 

Repository files navigation

CraftBeerPi4 FLowmeter Sensor / Step Plugin

This plugin has been ported from the craftbeerpi3 plugin version (https://github.com/nanab/Flowmeter)

The plugin includes sensor with action to reset the sensor and a custom step. Use a 10k ohm resistor on sensors signal pin to protect your Pi or connect the hall type flow sensor to your Craftbeerpi extension board at the flowmeter ports.

Wire the sensor to the pi: Red -> 5v. Black -> GND. Yellow -> 10k ohm resistor -> GPIO pin. (or data on the extension board. No extra resistor required here)

  • Installation:

  • Sensor Usage:

    • On the settings page, choose a unit for the Volume (e.g. L, qt, gal, ...)
    • Add Sensor under Hardware and choose Flowmeter as Type
    • Several parameters can be set:
      • GPIO defines the GPIO that is used for the signal of the sensor (connected to the yellow cable)
      • Display defines if the total volume or the flow per second is displayed
      • Hertz: Here you need to set the frequency of your sensor (Singals per Liter per minute). This should be documented in the sensor datasheet

Flowsensor Settings

  • Once configured, you need to add the sensor to the Dashboard.
  • Please select Yes for Action as this will add an additional menu on the right side of the sensor to reset the sensor to 0

Flowsensor Action Setting Flowsensor Action Button

  • When you press the menu button on the right side of the sensor, a menu wil show up where you can reset the sensor.

Flowsensor Action Menu

  • Flowstep Usage:
    • The plugin provides a step where you can define a volume that should flow while the step is active.
    • You need to select your flowsensor as sensor.
    • An actor has to be defined that triggers the start and stop of the flow (e.g. magnetic valve)
    • You need to enter the volume that should flow while the step is active
    • When the step starts, the sensor will be set to 0.
    • You can select if the sensor should be set to 0 once the step is completed.

Flowstep

Changelog:

  • 11.05.22: (0.0.4) Updated README (removed cbpi add)
  • 10.05.22: (0.0.3) removed cbpi dependency
  • 27.04.22: (0.0.2) Added MQTT based flowsensor with reset topic
  • 02.10.21: (0.0.1) Initial Release

About

Flowmeter Sensor for Craftbeerpi4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%