Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 732 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 732 Bytes

esphome-waterlevel

A water level monitoring system for homeassistant using esphome and ultrasonic sensor.

calculate-2

Measure the following: MAX --> Distance from sensor to the max water level in CM. MIN --> Distance from sensor to min water level in CM.

Calculate M: M= 100/(MIN-MAX)

Expression: M(MIN - (X*100))

Example: Say MAX is 10cm and MIN is 120cm

M= 100/(120-10) = 0.9

So the expression will be: 0.9(120- (X*100))

Buy Me A Coffee