Lesson19 - add water level sensor for automation in home assistant - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: Home automation training courses (https://www.kincony.com/forum/forumdisplay.php?fid=18) +--- Thread: Lesson19 - add water level sensor for automation in home assistant (/showthread.php?tid=1875) |
Lesson19 - add water level sensor for automation in home assistant - admin - 04-27-2022 1. Chose water level sensor: a. output dry contact for OPEN/CLOSE singal. b. output DC 0-5v analog voltage. 2. create a new automation: water-level-control-output4-on (turn on relay) ------------------------------------------- Trigger type: State Entity: input-1 To: on Actions: Action type: Call service Service: Switch:Switch: Turn on + Choose entity water-level-control-output4-off (turn off relay) ------------------------------------------ Trigger type: State Entity: input-1 To: off Actions: Action type: Call service Service: Switch:Switch: Turn off + Choose entity RE: Lesson19 - add water level sensor for automation in home assistant - bend94 - 07-15-2022 hi good video where can i find the 2nd sensor ? regards RE: Lesson19 - add water level sensor for automation in home assistant - admin - 07-15-2022 here is order link of water level sensor: https://www.aliexpress.com/item/3256804063389264.html?spm=a2g0o.store_pc_groupList.8148356.37.5d30691eyuWQkQ&pdp_npi=2%40dis%21USD%21US%20%2410.00%21US%20%2410.00%21%21%21%21%21%402132e4d516578726780661159ebe3b%2112000028519958924%21sh RE: Lesson19 - add water level sensor for automation in home assistant - kovalank - 02-01-2023 Hi, Please share the code for the analog water level sensor in esphome with automatic control of one relay. RE: Lesson19 - add water level sensor for automation in home assistant - admin - 02-01-2023 you can see this video tour, set analog input automatic control relay by Tuya app: RE: Lesson19 - add water level sensor for automation in home assistant - ARSHAD - 09-29-2023 Hello, Can i connect the water float level sensor switch with KC868 Server ? do i need to write any code ? RE: Lesson19 - add water level sensor for automation in home assistant - admin - 09-29-2023 you can connect to analog input port. just config by esphome. RE: Lesson19 - add water level sensor for automation in home assistant - ARSHAD - 10-07-2023 I have KC868 Server - want to connect the Water Level sensor (single wire) to it. On KC868 Board we have port -- AGND , A0 , A1 , A2 A3 so my question is water sensor has only a single wire - how do I connect it and any config I need to do? Water sensor link below:- https://www.amazon.in/gp/product/B088R3H3V7/ref=ppx_yo_dt_b_asin_title_o03_s00?ie=UTF8&psc=1 RE: Lesson19 - add water level sensor for automation in home assistant - admin - 10-07-2023 i don't know the principle and output signal type. do you have some usage case about the water level sensor? or how to use it , whether have diagram? RE: Lesson19 - add water level sensor for automation in home assistant - ARSHAD - 10-07-2023 (10-07-2023, 07:30 AM)admin Wrote: i don't know the principle and output signal type. do you have some usage case about the water level sensor? or how to use it , whether have diagram? In the below link - you can find the diagram and the usage case - Microtail Fully Automatic Water Level Controller with Dry Run Protection : Amazon.in: Garden & Outdoors so i want to use these sensors with KC868 sever to ON/OFF relay of water pump |