More and more small fixes

This commit is contained in:
CeeWeasel
2025-11-14 16:46:44 -05:00
parent 8a02905888
commit 2e0a197b4d
33 changed files with 668 additions and 214 deletions
+24
View File
@@ -0,0 +1,24 @@
# Specifications:
# Working range: 1-25L/min
# Max water pressure: 1.75Mpa
# F=11Q(L/min)
# Working Voltage Range: DC5-15V
# Accuracy:±3%
# Temperature sensor: NTC 3950 R25=50K
# Male Thread External Diameter:20.5mm(0.8 inch)
# Tube Length:65mm(2.56 inch)
# Cable Length:30cm(11.81 inch)
# Temperature Sensor Length:16mm(0.63 inch)
# Size:65mm*30mm*28mm(L*W*H)
# Package Include:
# Flow meter x 1
sensor:
- platform: pulse_counter
pin: GPIO5
name: "Pulse Counter"
update_interval: 5s
filters:
- lambda: return (x / 11.0) * 60.0;
unit_of_measurement: "L/hr"