Any new readings? Are those things accurate? I bought one to test it out.
Are those things accurate?
Yes. I have not ācalibratedā but for my purposes it looks good.
The device produces a number of entities; if you have programmed the RG-15 on the most sensitive settings, it will show some activity with low sunlight/ mist / dirt etc. On mine this doesnāt necessarily trigger a āRain Eventā (which is another entity) but if you need to trigger a Home Assistant automation from a proper rain event occurring, then I would construct a HA template which triggers on say 0.1mm (i.e. ignoring condensation and sunlight). This works really well for me
Hi Julian,
Thanks for your reply! Alright, there are some activity events that wonāt trigger the āitās rainingā event like low sunlight/mist/dirt on the highest setting. Can you share your (template) code please? :-). Not only for me but also for others with the same issue.
Iām glad that itās accurate then.
This is my template sensor ā¦ I guess you could/should really make it a binary sensor ā¦ but I have used text as a returnā¦ and it works
- sensor:
- name: "Rain State"
unique_id: rainstate
device_class: enum
state: >
{% if states('sensor.tubpit_rain_intensity') | float(0) > 0.1 %}
Raining
{%- else -%}
Dry
{%- endif %}
Did someone connect the RG-15 via ESPhome on uart via a ESP32 device? It boots up with 3 green flashes, but then my ESP hangs, looses wifi and restart again like 3 timesā¦ Connected via J2, port 1 for ground, 4 for rxd, 5 for TXD and 8 for 3v3ā¦
Nevermind, where bad cables
Well its not working for me. It I remove the dome itās working, if I reattach the dome my esp32 hangs, boot loops, donāt understand
Iām using it with 5V power. The documentation says it needs a stable 3.3V supply on J2.
TX and RX are still 3.3V level signals.
It also says that it can induce false indications or affect accuracy. I donāt think itās related with the boot loopsā¦ Without the dome all is working better then when the dome is attached.
On tasmota itās working perfectly. So there is a bug within ESPHome. Will report it I guess.
Back to ESPHome and now it works perfectlyā¦ Dunno what it was