No video

Tank Level Detector

  Рет қаралды 18,869

kian

kian

Күн бұрын

Пікірлер: 66
@SergioPendola
@SergioPendola 2 жыл бұрын
Complimeti per i video bravo
@eliey4677
@eliey4677 Жыл бұрын
Thanks for video
@kian.smarthome
@kian.smarthome Жыл бұрын
🙏🙏🙏
@skm7812
@skm7812 6 ай бұрын
Hi Ali Reza! Thank you for taking time to create these videos. If one externally power this sensor(s), then the yellow wire(s) get connected to appropriate GPIO pins. Does the Ground wire also need to be connected to the ESP32? مرسی
@kian.smarthome
@kian.smarthome 5 ай бұрын
Hi, Thank you a lot for your compliment. ❤❤ Connect the ground of the Sensor to the GRN of your power. But if the power of sensor and ESP is the same you can connect Ground of sensor to GND of ESP.
@mariousai
@mariousai 4 ай бұрын
great video! but do you can determine if there is water or not. any suggestion for a sensor which can give me the water level in a plastic water tank?
@kian.smarthome
@kian.smarthome 4 ай бұрын
Hi, Watch this video and comment you opinion about it: kzbin.info/www/bejne/iGiao3WKoKidnMk
@user-jh1wj1zc1p
@user-jh1wj1zc1p 5 ай бұрын
Good video. What was the switch in home assistant for?
@kian.smarthome
@kian.smarthome 4 ай бұрын
It is not related to this project
@matiaschaied6369
@matiaschaied6369 2 жыл бұрын
I have an ESP8266 and the only way to work is to use the pinMode(pin, INPUT_PULLUP) and pin is any GPIO that the ESP8266 has, currently I´m using GPIO 5, and when there is water the sensor turns on the red led and the digitalRead function reads a 0, and when there is no water the sensor turns off the red led and the digitalRead function reads a 1, so I have it backwards, is there some way to have it properly? I tried chaning to GPIO16 and use the pinMode(pin, INPUT_PULLDOWN_16) but it doesn´t work at all.
@kian.smarthome
@kian.smarthome 2 жыл бұрын
Hi, Set inverted to true. As an example: pin: number: GPIO 5 inverted: true
@AmanjeetSingh-pn3od
@AmanjeetSingh-pn3od Жыл бұрын
wow great
@grazianodiraimondo3223
@grazianodiraimondo3223 Жыл бұрын
how can i add a ky-016 led to get red and green status?
@kian.smarthome
@kian.smarthome Жыл бұрын
Do you want me to do it for you?
@grazianodiraimondo3223
@grazianodiraimondo3223 Жыл бұрын
@@kian.smarthome yes please. i haven't found the yaml code to use
@DonParlor
@DonParlor 2 жыл бұрын
Hello! If I use an ESP32 module for that project, can I still install some more code to track a BLE device with ESP32 Bluetooth Low Energy Tracker Hub? My question is simple, when using an ESP32 for such a project, does it have to be dedicated to only one project or I can still install more code onto it? This will be my first project, I am not familiar with the limitations of an ESP32 module.
@kian.smarthome
@kian.smarthome 2 жыл бұрын
Good question, Yes you can add more codes. But take into consideration that do not add more than it can cope
@alanwake5927
@alanwake5927 2 жыл бұрын
Hello great video, so if I understand correctly the sensor worked ok with 3.3 volts. Im I right?
@kian.smarthome
@kian.smarthome 2 жыл бұрын
yes
2 жыл бұрын
@@kian.smarthome Input Voltage: DC 5-24V?
@kian.smarthome
@kian.smarthome 2 жыл бұрын
@ pay more attention to video
@erboy5546
@erboy5546 2 жыл бұрын
Great. Thanks
@kian.smarthome
@kian.smarthome 2 жыл бұрын
You're Welcome
@faizjamaludin9279
@faizjamaludin9279 Жыл бұрын
Hi, can this sensor use with the PLC ?
@kian.smarthome
@kian.smarthome Жыл бұрын
Hi, yes, You can
@Cyruscosmo
@Cyruscosmo 2 жыл бұрын
Can it sense water drops? I would like to use it to activate windshield wipers when it rains.
@kian.smarthome
@kian.smarthome 2 жыл бұрын
it must be tested. supporting me by buying me a coffee motivates me to test it sooner.
@MR-si2xx
@MR-si2xx 2 жыл бұрын
Thanks for the informative video - especially the integration into esphome and HA. I ended up here trying to find info concerning the difference between the NPN and PNP versions of such a water level sensor. In the beginning, you show us a PNP version but in the diagram there's a NPN version. What exactly are the differences? I'm interested strictly in a binary read out and not driving any external items directly with the sensor (LED, etc.). Which version would be ideal for this (lowest operating power)? Thanks.
@makaveli7771
@makaveli7771 2 жыл бұрын
I have the same question here. Did you find an answer? Cheers
@DolevHadad
@DolevHadad Жыл бұрын
PNP sensors produce a positive output to your industrial controls input, while NPN sensors produce a negative signal during an “on” state
@txspazz
@txspazz 2 жыл бұрын
I was able to get this working, but once it switches to "wet" it stays wet. The led on the sensor goes out. If I unplug the sensor from the GPIO for a few seconds then plug it back in it will go to dry but as soon as it senses wet it stays on wet. Any suggestions?
@kian.smarthome
@kian.smarthome 2 жыл бұрын
check your codes. Could you send them for me?
@txspazz
@txspazz 2 жыл бұрын
@@kian.smarthome esphome: name: chlorine-level esp8266: board: esp01_1m # Enable logging logger: # Enable Home Assistant API api: encryption: key: "*******" ota: password: "********," wifi: ssid: !secret wifi_ssid password: !secret wifi_password # Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Chlorine-Level Fallback Hotspot" password: "******" captive_portal: binary_sensor: - platform: gpio pin: GPIO4 device_class: moisture name: "Chlorine Level Sensor"
@txspazz
@txspazz 2 жыл бұрын
@@kian.smarthome After messing with this some more, I realized it isn't resetting just from plugging/unplugging the sensor wire. It resets only if I touch the signal wire while I have it unplugged. I'm guessing this is a sensor problem.
@txspazz
@txspazz 2 жыл бұрын
So, I fixed this by moving to GPIO16 and setting to pulldown to "true" binary_sensor: - platform: gpio pin: number: GPIO16 mode: input: true pulldown: true device_class: moisture name: "Chlorine Level Sensor"
@AmanjeetSingh-pn3od
@AmanjeetSingh-pn3od Жыл бұрын
my question..doest it work for non transparent plastic water tank???
@kian.smarthome
@kian.smarthome Жыл бұрын
A new video soon will be uploaded..
@iffahfatnin7456
@iffahfatnin7456 4 ай бұрын
@@kian.smarthome hii , may i know where the video you uploaded for transparent plastick water bag ?
@kian.smarthome
@kian.smarthome 4 ай бұрын
@@iffahfatnin7456 kzbin.info/www/bejne/iGiao3WKoKidnMk
@Dewa18acts
@Dewa18acts Жыл бұрын
can detect fuel level?? (fuel gauge). thx
@kian.smarthome
@kian.smarthome Жыл бұрын
it is Suitable for detecting various toxic materials, strong acid, strong alkali and various liquids in high pressure sealed container. I think you can use it but if I were you I wouldn't use it for "Petrol" as it is extremely explosive.
@carlossimoescampos1
@carlossimoescampos1 Жыл бұрын
I liked your video!! I need to monitor the water level in my home's water tank and I have 2 questions. Please, help me. FIRST QUESTION: Which sensor to use, as I noticed that there are several models (XKC-Y25-V, XKC-Y25-NPN, XKC-Y25-PNP and XKC-Y25-RS485). What is the difference between model V and model PNP? SECOND QUESTION: The distance between this sensor and the panel where the circuit will be (Arduino, buzzer, LCD, etc.) is 15 meters. Will I have losses with this distance? Do I need to install a special cable? THANK YOU SO MUCH!
@kian.smarthome
@kian.smarthome Жыл бұрын
Hi, Great that my videos are informative. Firs answer: XKC-Y25-PNP. Second answer: try to place them as close as possible but if it is not possible have noises into consideration .
@carlossimoescampos1
@carlossimoescampos1 Жыл бұрын
Thank you very much for your answer. Please let me know what is the difference between model V and model PNP.
@jitendrasonavane82
@jitendrasonavane82 2 жыл бұрын
Dear Sir, Please confirm which platform to use for MQ135 air quality sensor under esphome (i.e. coding part ).
@kian.smarthome
@kian.smarthome 2 жыл бұрын
Please pay attention to lines of codes
@jitendrasonavane82
@jitendrasonavane82 2 жыл бұрын
@@kian.smarthome Dear Sir , I have gone through line of code but which device class I need to use for MQ135 is not getting clear . Device class is not showing me data in 4 digit compare to blynk application which shows accurate reading.
@benjamink7311
@benjamink7311 2 жыл бұрын
Could you give any purchase link for this water sensor
@kian.smarthome
@kian.smarthome 2 жыл бұрын
Sure, In Amazon: t.ly/cGpz In AliExpress: t.ly/xmbH
@benjamink7311
@benjamink7311 2 жыл бұрын
Hi Ali, i tried the sensor but its not changing its state from dry and the light on sensor changing kindly advice what to do
@kian.smarthome
@kian.smarthome 2 жыл бұрын
Hi, Do you see the light on sensor? Have you used pins correctly?
@benjamink7311
@benjamink7311 2 жыл бұрын
@@kian.smarthome i rechecked ok pins but it's not working
@benjamink7311
@benjamink7311 2 жыл бұрын
@@kian.smarthome yes i see light on sensor
@kian.smarthome
@kian.smarthome 2 жыл бұрын
@@benjamink7311 please email me a picture of your board and its connections and a screen shot of your yaml file
@benjamink7311
@benjamink7311 2 жыл бұрын
@@kian.smarthome yes Ali i have sent you an email please check
@cm5569
@cm5569 Жыл бұрын
Has anyone managed to get two sensors working with this code?
@kian.smarthome
@kian.smarthome Жыл бұрын
Pay attention to description
@cm5569
@cm5569 Жыл бұрын
@@kian.smarthome I tried the code in the description on both nodemcu v3, wemos D1 mini pro and it didn't work unfortunately.
Smart Switch with ESP32
10:10
kian
Рет қаралды 12 М.
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 16 МЛН
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 34 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 107 МЛН
Non-contact liquid sensor.
3:03
CyberLab
Рет қаралды 6 М.
439 24GHz Radar Presence Detector that Works (LD2410)
13:19
Andreas Spiess
Рет қаралды 307 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 566 М.
I tried OVERPOWERING my Vacuum! (Homemade Turbine)
11:42
GreatScott!
Рет қаралды 1,8 МЛН
Detect water THROUGH a material with this sensor
9:05
Let's Automate
Рет қаралды 3,4 М.
Capacitive Liquid Level Sensing (1): Sensor Basics
32:53
Robert's Smorgasbord
Рет қаралды 7 М.
Switches in ESPHome
12:17
kian
Рет қаралды 32 М.
Measuring water tank levels with Home Assistant
15:20
Lars Klint
Рет қаралды 27 М.
How The Capacitive Liquid Level Sensor Works
4:16
DFRobot
Рет қаралды 23 М.
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 16 МЛН