DIY Zigbee Rain Gauge for Home Assistant

Ғылым және технология

The video was created with the cooperation of:
JLCPCB 1-8 Layer PCB at $2. PCBA from $0 (Free Setup, Free Stencil)
Sign Up Here to Get $54 New User Coupons at - jlcpcb.com/SMA
In this video, I'll show you how to build a Rain Gauge and integrate it with Home Assistant using Zigbee.
Project details: smartsolutions4home.com/ss4h-...
My store: store.smartsolutions4home.com/
How to add Zigbe device to Home Assistant: • How to Set Up ZHA in H...
If you like what I'm doing, consider supporting me:
PayPal.Me/ss4h

Пікірлер: 101

  • @ArranAsh
    @ArranAsh11 күн бұрын

    Done and built! It hasn't rained yet however everything went together really well. One thing I noticed is if the device becomes unavailable, when it comes back online it counts a closed signal in the history, I found subtracting the total 'unavailable' states from the sensor's history from the total on/off count fixed this problem. Overall a very fun project, many thanks for the design!

  • @johfo

    @johfo

    4 күн бұрын

    How did you do that? I see that it counts on HA reboot as well

  • @rasssta
    @rasssta10 ай бұрын

    This is really awesome. Was hesitant to build the pcb edition due to the fact that I don't have power available where I want the meter and I haven't built anything 18650 powered. and/or solar powered, or similar before. But being able to place this anywhere I got zigbee coverage is just a home run. The battery life in the Aqara sensors is amazing. Lasts 2 years, no problem. Built one meter already and the next one is being printed at the moment. Thanks a lot!

  • @timderks5960
    @timderks596010 ай бұрын

    Finally an affordable smart rain gauge, amazing work!

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    Thanks!

  • @MechThumbs
    @MechThumbs10 ай бұрын

    So Smart dude love these types of videos with good engineering! love to see it. can't wait for you to get more subscribers, i wanna see what you do next!!!!

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    Thank you, I'm glad you like it. I have a plethora of ideas for the next projects; I just need to find the time, and then I can create :)

  • @MechThumbs

    @MechThumbs

    10 ай бұрын

    @@SmartSolutionsForHome Same here, trying to learn PCB design for a project. It's hard to just sit down and take the time to do it. You've already got this amazing channel. All you got to do is show us those amazing products that you would want to make for yourself!

  • @ArranAsh
    @ArranAsh13 күн бұрын

    Love it, printing the parts now!

  • @wayneyeo186
    @wayneyeo18626 күн бұрын

    A very clever way of using a door sensor to accumulate data ! Well Done !

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    25 күн бұрын

    Thanks!

  • @haldir234
    @haldir23410 ай бұрын

    Love your work, dude. Keep it up, :) genius idea :)

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    I'm glad you like it!

  • @XSpt1
    @XSpt13 ай бұрын

    Great idea, and shared with the community. What a legend this guy is. +1 sub

  • @fins5150
    @fins515010 ай бұрын

    Awesome even better solution. Glad I haven't printed out yet

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    Are you referring to the previous version of the Rain Gauge with the ESP32? It has its merits, but I'm glad you like the newer version! :)

  • @ottosboyen
    @ottosboyen2 ай бұрын

    Supernice Soulution ! Thank you !

  • @wilhelmspeck5870
    @wilhelmspeck587010 ай бұрын

    Hi, thanks so much for this great project. I built it the last 2 days and it seems to run perfectly. I am still struggeling a bit with the HA code but I am confident I will fix it. Thanks again. Cheers

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    Good to hear! :) What's your issue with code in HA? Maybe I can help?

  • @wilhelmspeck5870

    @wilhelmspeck5870

    10 ай бұрын

    I just wanted to add sensors like in your Wlan gauge which show last hour, last day, last week etc. Cheers

  • @hamzahamid8549
    @hamzahamid85494 ай бұрын

    Thank you sir 🙏✨

  • @marine1718
    @marine17184 ай бұрын

    Nice my friend

  • @At-M
    @At-M10 ай бұрын

    great idea on how to "misuse" that sensor! i guess it's time to get some filament now..

  • @kikmedown

    @kikmedown

    10 ай бұрын

    "Misuse"?

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    hmm.. "misuse" ? :)

  • @gszah

    @gszah

    3 күн бұрын

    I think he meant as to use the sensor in a way it was not originally meant to be used :)

  • @harderexp8166
    @harderexp816610 ай бұрын

    Bro good job , please create more videos + more shorts , create simpler and fun stuff and some tutorials to grow your channel very faster , is am Rostam Thank you ❤

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    Thanks for the kind words. I've been planning to do simpler projects and more often, but somehow each one gets more complicated and then takes me way too long to finish :p

  • @KhangWei
    @KhangWei2 ай бұрын

    thank you for this. brilliant. just one question.. if i want to implement a boolean to find out if it is currently raining, what is the best way to approach it with this as well?

  • @martijndelmeer
    @martijndelmeer3 ай бұрын

    Question, why doesn't reset the rain meter to 0mm at the end of the day. Now every day starts with 0.5mm of rain. comperred my code several times but can't find where it goes wrong. When I stop de video I see one difference in your code compared to the code shared in the tutorial. For template > sensor your shared code says "state_class: measurement" but the video says "state_class: total_increasing" but none of these seem to do the job right. Any help would really be appreciated.

  • @KhangWei

    @KhangWei

    Ай бұрын

    likewise, the starting point for me in a new day is 0.5mm of rain. i have put the start and end as start: "{{ now().replace(hour=0, minute=0, second=0)}}" end: "{{ now() }}" anyone has a clue?

  • @wojciechracek4446

    @wojciechracek4446

    24 күн бұрын

    @@KhangWei Also looking for an answer, same issue here.

  • @gszah

    @gszah

    Күн бұрын

    Same here, but every day starts with a different amount of rain 😅

  • @lenapolondu62
    @lenapolondu625 ай бұрын

    Amazing project! Really easy to follow and largely detailed I had a question regarding the filament type, I used PETG as advised but my feeling is that the funnel is too rough/sticky and tends too form large droplets instead of letting the water fall directly Any feedback on this ? Another small question, where is it possible to easily find 5mL pipette for calibration?

  • @ThomasLangewouters
    @ThomasLangewouters9 ай бұрын

    Hi, very well done, I'm building this as we speak, and I wonder.. has anyone already designed a printable mounting bracket?

  • @Bamse708
    @Bamse708Күн бұрын

    what if one wants it in mm instead of L/m2 ? :) Great video, printing it right away. !

  • @chunkster29
    @chunkster295 ай бұрын

    Great idea can you buy it fully built currently don't have a 3d printer

  • @daveharman888
    @daveharman8884 ай бұрын

    Thanks for the amazing video! Printing parts right now. I need to figure out how to change to code for "inches of rain" instead. Does anyone know the easiest way to get the calculations to work with inches?

  • @mikaelblomberg3795
    @mikaelblomberg37959 ай бұрын

    I really love the design, have printed it and set it up, work like a charm, grate work!! 😃 But one question, is it possible to manually reset the rainfall sensor in HA? Have been testing it on my desk so much so now it have rained like 100mm 😝

  • @henrikgcarlsson

    @henrikgcarlsson

    8 ай бұрын

    I have the same 'problem' mine is always at 0,4mm when there is no rain.

  • @henrikgcarlsson

    @henrikgcarlsson

    7 ай бұрын

    Did you ever find out a way to reset it?

  • @ajinoz1234

    @ajinoz1234

    6 ай бұрын

    I have the same problem@@henrikgcarlsson

  • @martijndelmeer
    @martijndelmeer3 ай бұрын

    Yes, finally got it working after an restart off HA so al sensor are created and active. Great work!! Any change you will make an zigbee anemometer?

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    3 ай бұрын

    An anemometer is in the plans. And actually, it's already under "development" :) However, I'm planning to go with WiFi and ESPHome.

  • @martijndelmeer

    @martijndelmeer

    3 ай бұрын

    @@SmartSolutionsForHome Great news!!

  • @ajinoz1234
    @ajinoz12346 ай бұрын

    The gauge works well the 3D print is very well designed top job thank you 😊 I have used your yaml code. The only problem I have is that in HA after the 24hour period the flip counter will not reset to zero and each new 24hr (or any period set) will not start from zero and starts with 1 flip count (.5mm rain) Any idea how I can reset the counter to zero at the end of each 24hours period (or any period set) New to HA and yaml a lot to learn :-) Cheers

  • @mc_allstar4860
    @mc_allstar48609 ай бұрын

    Hi, thanks so much. This is awesome. Any idea when you going to update the home assistant info on you website? It currently says "Integration with Home Assistant (in progress)"

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    9 ай бұрын

    Now :) smartsolutions4home.com/ss4h-zrg-zigbee-rain-gauge/

  • @asek2
    @asek28 ай бұрын

    Great Project! I got 2 questions: - Can we have the build as .STL files aswell, Cura cannot read f3d and I do not have Autodesk Fusion 360? - What is the length of the 3mm screws used?

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    8 ай бұрын

    Ad. 1 Here (store.smartsolutions4home.com/product/ss4h-zrg-zigbee-rain-gauge-3d-model/), you can "purchase" the model for $0 :) Ad. 2 Here, it doesn't really matter that much: around 12mm will be fine.

  • @carstenhll9640
    @carstenhll964024 күн бұрын

    Hi, anywhere i can download the files, they look amazing. the signing up on your home page does not seem to to do the trick any longer?

  • @johfo
    @johfo4 күн бұрын

    Great idea and tutorial! Thanks!!! I adapted it slightly to work with an IKEA PARASOLL door sensor, driven by a AAA-battery. However, the platform + template sensors + the mini-graph card makes it display rainfall per rolling 24 hour period, so right now it's from 22:10 today back to 22:10 yesterday. That makes rainfall/day decrease during the day when it stopps raining... Is it possible to make it per day instead (00:00-23:59) and display last 7 or 14 days? I also tried to make an extra platform+template sensor to display per hour, but now when it has not been raining for about 8 hours, it shows 0.5mm/h for last 8 hours..and I don't understand why... Made it like this: - platform: history_stats name: "Regn Contact Flips/Dry_hour" entity_id: binary_sensor.regn_contact state: "off" type: count start: "{{ now() - timedelta(hours=1)}}" end: "{{ now() }}" - platform: history_stats name: "Regn Contact Flips/Wet_hour" entity_id: binary_sensor.regn_contact state: "on" type: count start: "{{ now() - timedelta(hours=1)}}" end: "{{ now() }}" - sensor: - name: Rainfall [hour] state_class: measurement unique_id: rainfall_hour unit_of_measurement: mm icon: mdi:weather-pouring state: >- {% set count = (states('sensor.regn_contact_flips_dry_hour') | int(0)) + (states('sensor.regn_contact_flips_wet_hour') | int(0)) %} {% set mm = count * 0.52615 %} {% if count >= 0 %} {{ mm|round(1, 'floor') }} {% endif %} And a corresponding mini-graph-card like this: type: custom:mini-graph-card icon: mdi:weather-rainy name: Regn/timme aggregate_func: max hours_to_show: 24 group_by: hour show: graph: bar fill: true icon: false color_thresholds: - value: 50 color: '#8a111e' - value: 25 color: '#c7311c' - value: 10 color: '#fc5a43' - value: 4 color: '#fc8582' - value: 2 color: '#fbab3e' - value: 1 color: '#ebf438' - value: 0.5 color: '#79cf3f' - value: 0.2 color: '#24cbcc' - value: 0 color: '#3296de' entities: - entity: sensor.rainfall_hour state_adaptive_color: false Why does this report 0.5mm/h when it has not been raining and the bucket has not moved? Anyone who knows/understands and can explain to me?

  • @JamesMossR33
    @JamesMossR3310 ай бұрын

    Great project I can't wait to build, but the .3mf files I donated for are for the PCB version I think (can't see this version in your store?). I don't use Fusion360 so I'm just looking for stl/3mf files for this project. Thanks.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    Very strange.. I double-checked and everything seems to be in order. Can you tell me the name of the file you downloaded?

  • @JamesMossR33

    @JamesMossR33

    10 ай бұрын

    ​@@SmartSolutionsForHome Hmm, thought I'd replied but guess not, the only non-Fusion360 file I could find was 'SS4H-RG-Case-v.-1.1'. No worries, I've jumped into Fusion360 (I'm an OnShape user) and have exported the .stl files and printed them. My unit is working really well (except the flip count never goes back to 0 so for my hourly stats it's always 0.5mm with no rain, but I'll figure that out). Thanks for your awesome projects they're incredibly well designed!

  • @denver3718
    @denver37182 ай бұрын

    I built your zigbee rain guage. First, it's great. Thank you for creating such a cool design. However, I'm having one issue with the code. The History Stats "flips/on" / "flip/off" sensor seems to count the first state in the 24 hour time period. Like, if it has not rained at all, and the contact sensor was "off" the whole time, History Stats counts that as "off", and the template sensor shows ".5mm". Is this how it's worked for you as well? How do I get around this? Thank you for any help you can offer.

  • @ghicione
    @ghicione10 ай бұрын

    I saw that all comercial products are white and i was thinking what will happen in the colder months when the water freezes? Will a black funnel help maybe a little? In the summer I guess it will speed up the evaporation, hmm. And, I only have a spool of black PETG right now, oh and a "wet" glow in the dark white PLA.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    That's a good question. I believe it's mainly an aesthetic choice. Besides, during the hotter months, a black enclosure might get very hot and deform. PLA isn't great for humid conditions; I'd recommend you go with PETG instead :)

  • @Calimerorulez
    @Calimerorulez10 ай бұрын

    Is there a way to increase the resolution, like a smaller tipping bucket? 0.5 mm rain per tip is a bit high for my needs.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    You can do that without any issues :) That's precisely why I included two calibration screws, allowing you to adjust the amount of water that activates the tipping bucket. At 5ml, the resolution is approximately ~0.5mm. If you were to use, say, 2ml, the resolution would be 0.210452mm. Would that value be acceptable for you?

  • @Calimerorulez

    @Calimerorulez

    10 ай бұрын

    Great! Thank you@@SmartSolutionsForHome

  • @zyghom
    @zyghom7 ай бұрын

    one question: where is the sensor: "it is raining now" in both of these devices? I can only see "how much it rained for last...hours/days" - what am I missing?

  • @MrCBRXX1100
    @MrCBRXX11008 ай бұрын

    Hi Sebastian :) First of all - very great project - you are a genius;) BUT Are you sure your calculation method Is correct? I have calibrated mine with 5 ml per bucket side. When I pour 1 liter of water through the funnel it says roughly 180 mm rain. BUT - should 1 liter not give 1mm rain ??

  • @matejudo

    @matejudo

    6 ай бұрын

    1mm of rain equals 1 liter across 1m². Since you poured 1 liter into a funnel with a surface much much smaller than 1m², you need to multiply by the size factor, in your case 180. So by pouring 1l into the funnel, that is the equivalent of 180 liters of rainfall across 1m².

  • @FujiPhotos
    @FujiPhotos2 ай бұрын

    For those who have printed the gauge, what material did you use and how has it held up? I have a new roll of white PLA+ on the shelf but afraid it won't weather as well as PETG. I've haven't printed PETG yet but would rather do it from the start if necessary. Thanks.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    2 ай бұрын

    I definitely recommend using PETG. PLA even in its plus version, is significantly more hygroscopic. If you're printing anything that's going to be used outdoors, PETG is a solid choice.

  • @FujiPhotos

    @FujiPhotos

    Ай бұрын

    ​@@SmartSolutionsForHome Thanks for the reply! I bought a roll of PETG and am currently in the process of figuring it out as I've only ever used PLA. One more question, some comments indicated the layer lines in the funnel inhibited all the water draining to the tipping cup. What method of smoothing this surface has been found effective to conduct all the water? Thanks much.

  • @rklauco
    @rklauco9 ай бұрын

    Any chance for the HomeAssistant tutorial? Seems like the project page has it missing at the moment.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    9 ай бұрын

    Done! :) smartsolutions4home.com/ss4h-zrg-zigbee-rain-gauge/

  • @gszah
    @gszahКүн бұрын

    I have an issue that every day starts with a different amount of rain?

  • @XSpt1
    @XSpt12 ай бұрын

    I just wish you would be more beginner friendly on HA integration. I cant get to display on my HA.

  • @jaymarcgasino7625
    @jaymarcgasino7625Ай бұрын

    Where can I buy that door sensor? And is that available here in Philippines?

  • @mikeooo
    @mikeooo9 ай бұрын

    Build your great project but have a problem with HA. When i flip the gauge up and down i see the Aquare sensor doing Open/Closed without any problems every time, no matter how fast i do it. But the Flip/on and Flip/off sensor i have to do it very slow or it missing some. Rainfall mm is only counting from Closed state to Open state. Use the code you provide here and also check it with the code in the movie. Cant find why it is not working as it should be.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    9 ай бұрын

    For me, it's the same way: the reason lies in the use of the "timedelta" function during configuration. HA actually counts all the bucket tips, but sometimes it takes a moment to register them.

  • @mikeooo

    @mikeooo

    9 ай бұрын

    @@SmartSolutionsForHome Aaaaaa indeed now once you know and wait indeed it updates. Thanks for this info. I was searching for day for a solution but i only need to wait.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    9 ай бұрын

    @@mikeooo I don't quite get why it happens that way, but what matters most is that it works :) Hopefully, they'll address it in a forthcoming update.

  • @StereoSatellite
    @StereoSatellite9 ай бұрын

    Is there any chance to get stl files for that? I don't use Fusion3d.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    8 ай бұрын

    Here: store.smartsolutions4home.com/product/ss4h-zrg-zigbee-rain-gauge-3d-model. You can "buy" the model for $0

  • @saschatrumm2852
    @saschatrumm285210 ай бұрын

    Sadley the files do not arrive from your Website to this project

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    Perhaps my email ended up in your spam folder? Reach out to me at: contact@smartsolutions4home.com, and I'll try to assist you.

  • @saschatrumm2852

    @saschatrumm2852

    10 ай бұрын

    @@SmartSolutionsForHomethank you for your rsponse. There is no Spam folder with the email address. I`ll write you an email to your contact. BR Sascha

  • @saschatrumm2852

    @saschatrumm2852

    10 ай бұрын

    What a kind guy. Thank you Sebastian. He send me the Link to the files after I send a mail to him.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    @@saschatrumm2852 I'm delighted I could help. :)

  • @Tntdruid
    @Tntdruid10 ай бұрын

    Missing the HA code.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    It's in the video :) But you're right, it's missing in the article... I'll fix that ASAP.

  • @Tntdruid

    @Tntdruid

    10 ай бұрын

    @@SmartSolutionsForHome Thanks 👍

  • @marijn1818

    @marijn1818

    10 ай бұрын

    @@SmartSolutionsForHome The sensor is on it's way from ali and the filament roll is shrinking.. ;-) Now waiting for the HA code... nice video and nice tutorial.

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    @@marijn1818 Share your impressions once you have the device up and running. :)

  • @SmartSolutionsForHome

    @SmartSolutionsForHome

    10 ай бұрын

    I won't be able to update the article for the next 7 days, so I'll try to address it here briefly: All of this needs to be entered in the "configuration.yaml" Replace XXX with the name of your Door Sensor. This is an example for the last 24 hours. If you want a different time range, you'll need to duplicate this and adjust the time: sensor: - platform: history_stats name: "Aqara Rainsensor flips/on" entity_id: binary_sensor.XXX state: "on" type: count start: "{{ now() - timedelta(hours=24)}}" end: "{{ now() }}" - platform: history_stats name: "Aqara Rainsensor flips/off" entity_id: binary_sensor.XXX state: "off" type: count start: "{{ now() - timedelta(hours=24)}}" end: "{{ now() }}" template: - sensor: - name: Aqara Rainfall state_class: total_increasing unique_id: aqara_rainfall state: >- {% set count = (states('sensor.aqara_rainsensor_flips_on') | int(0)) + (states('sensor.aqara_rainsensor_flips_off') | int(0)) %} {% set mm = count * 0.52615 %} {% if count >= 0 %} {{ mm|round(1, 'floor') }} {% endif %}

Келесі