Giter VIP home page Giter VIP logo

esphome-dfrobot-ph-ec-peristaltic's Introduction

ESPHOME Digital pump and DFRobot PH Sensor

  • Adding the PUMP to the configuration
digital_pump:
  - id : Pump1
    pin: 2
    speed:  90 # [0.0 - 90.0]  
    clockwise_rotation: true # [true for clockwise rotation or false  for counter clockwise rotation]
    auto_mode: # switch the operation mode
      name: "Doser Auto Mode"
    doser_on: # switch for the doser
      name: "Doser ON"
    dose: # Number for the dose in (L)
      name: "Pump 1 dose (L)"
      mode: box
      min_value: 0
      max_value: 1000
    calibration: # Number for the dose calibration (L/s)
      name: "Pump 1 Calibration (L/s)"
      mode: box
      min_value: 0
      max_value: 100000
  • Adding the PH sensor to the configuration
DFRobot_ESP_PH:
  - id: PH1
    pin: 35  # ADC pin Connected to the PH Sensor
    acid_voltage: 1000      # Calibration for Acid solution (4.0)
    neutral_voltage: 15255  # Calibration for Neutral solution (7.0)
    temperature: 25 
    update_interval: 10s
    calibration_mode: # Switch to select calibration mode 
      name: "Calibration mode"
    ph_sensor: # The PH sensor holding the read value
      name: "PH sensor 1"

esphome-dfrobot-ph-ec-peristaltic's People

Contributors

infotronic218 avatar

Stargazers

 avatar  avatar

Forkers

paxoman

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.