Water Pressure Sensor

Gravity

Table of contents

  1. Summary
  2. JSON

Summary

A Water Pressure sensor that will sense whether there is water and how strong the water pressure is.

Name: Gravity: Analog Water Pressure Sensor

Link: https://www.dfrobot.com/product-1517.html

Type: Analog

Operational Range: -20 to 85 degrees C

Unit: mPa


JSON

{
  name: "wp",        # string
  data_type: "kpa",  # string -- kilopascal
  data_value:        # float
}