Good rain sensor solution

Moderator: leecollings

User avatar
rolandtwilt
Posts: 74
Joined: Monday 05 October 2020 18:55
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Good rain sensor solution

Post by rolandtwilt »

I thought to go for safe; I bought an RFLink especially for the 868MHZ. in the list of the RFLink is the Alecto WS 3900.
This one is compatible according to the list. I tested the RFlink it works. The weather station connects to the corresponding display (base station) but still does not connect from the RFLink in Domoticz help!?
User avatar
rolandtwilt
Posts: 74
Joined: Monday 05 October 2020 18:55
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Good rain sensor solution

Post by rolandtwilt »

Has anyone ever been able to link a device to Domoticz? It is special for sunshades and uses the 433.92MHz
It is a rain, wind and light sensor

Image
manjh
Posts: 708
Joined: Saturday 27 February 2016 12:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: NL
Contact:

Re: Good rain sensor solution

Post by manjh »

I just ordered this Zigbee rain sensor from Ali.

https://nl.aliexpress.com/item/10050074 ... pt=glo2nld

Any experience with this?
Hans
User avatar
gizmocuz
Posts: 2350
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Good rain sensor solution

Post by gizmocuz »

@manjh, this is being added to zigbee2mqtt.
Not sure if it is finished yet, but does it work?

Going to order one as well, seems quite big

https://github.com/Koenkk/zigbee2mqtt/issues/23532

https://smarthomescene.com/reviews/tuya ... 01-review/
Quality outlives Quantity!
manjh
Posts: 708
Joined: Saturday 27 February 2016 12:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: NL
Contact:

Re: Good rain sensor solution

Post by manjh »

gizmocuz wrote: Friday 23 August 2024 7:34 @manjh, this is being added to zigbee2mqtt.
Not sure if it is finished yet, but does it work?

Going to order one as well, seems quite big

https://github.com/Koenkk/zigbee2mqtt/issues/23532

https://smarthomescene.com/reviews/tuya ... 01-review/
The shape might be very good for the WAF factor... she is fed up with the sensors and solar panels I have been adding to the walls of my house, this bright and happy sun might make her happy!
Hans
HvdW
Posts: 504
Joined: Sunday 01 November 2015 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: Twente
Contact:

Re: Good rain sensor solution

Post by HvdW »

What about
this simple rain sensor
?
Seems like an acceptable solution connected to an ESP8266.
Add some MQTT code and you're there.
I can imagine that this device isn't too accurate maybe because it'll stay in a 'wet' state even if the rain stopped.
One can tilt the device a bit to let it get dry more quickly.

I think this maintaining a 'wet' state after the rain has stopped is not a real problem because the main reason to install such a device is to open the screens as soon as it starts raining.

BTW
Has anyone here on Domoticz developed an ESP8266 driven device that notices sunshine and rain to have the screens open and close automagically?
Bugs bug me.
User avatar
gizmocuz
Posts: 2350
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Good rain sensor solution

Post by gizmocuz »

You can connect a UV sensor to a ESP for the sunshine, use a rain sensor and control your blinds with a script
(You could also do this if you have an accurate remote weather API)

Regarding the zigbee rain detector, I have ordered one too, but I was mentioned that it probably won't last long.
The reason is oxidation or the detector strips. Probably true as everything that is outside in the open will have issues one time...
I have a modified rain gauge that I bought on AliExpress and put a zigbee door opener inside.
With this I can count the rain, but the bucket will only tip when it reaches a certain amount of rain (0.3mm), so with light rain, it will rain quite a while before it detects rain

Well fingers crossed and see how long this sunflower lasts 🤣

@manjh, hahaha, yes... I have seen some movies where people where hanging solar panels on their fences
For me this will look quite modern hahaha, but WAF would certainly NOT agree 🤣
Quality outlives Quantity!
HvdW
Posts: 504
Joined: Sunday 01 November 2015 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: Twente
Contact:

Re: Good rain sensor solution

Post by HvdW »

gizmocuz wrote: Monday 26 August 2024 7:34 You could also do this if you have an accurate remote weather API.

I have a modified rain gauge that I bought on AliExpress and put a zigbee door opener inside.
With this I can count the rain, but the bucket will only tip when it reaches a certain amount of rain (0.3mm), so with light rain, it will rain quite a while before it detects rain
I wonder if any remote weather API is accurate unless one lives next to a weather station.
I wouldn't trust it to open and close the screens.
So in the end I guess your bucket may even be more accurate.
Last edited by HvdW on Tuesday 27 August 2024 21:26, edited 1 time in total.
Bugs bug me.
solarboy
Posts: 300
Joined: Thursday 01 November 2018 19:47
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.6
Location: Portugal
Contact:

Re: Good rain sensor solution

Post by solarboy »

I originally bought this also https://www.reichelt.de/de/de/regensens ... 6.html?r=1 but I live in an area with very pure rainwater so it sometimes didn't work so I upgraded to the capacative version which has been great for 2 or 3 years so far.
https://www.kemo-electronic.de/en/House ... citive.php
Intel NUC with Ubuntu Server VM (Proxmox),mosquitto(docker),RFXtrx433E,zwavejsUI (docker),Zigbee2mqtt(docker),SMA Hub (docker),Harmony Hub plugin, Kodi plugin,Homebridge(docker)+Google Home,APC UPS,SMA Modbus,Mitsubishi MQTT, Broadlink,Dombus
Kedi
Posts: 536
Joined: Monday 20 March 2023 14:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Somewhere in NL
Contact:

Re: Good rain sensor solution

Post by Kedi »

Do you know if there is room for an esp32 inside the enclosure of the capacitive version?
Logic will get you from A to B. Imagination will take you everywhere.
manjh
Posts: 708
Joined: Saturday 27 February 2016 12:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: NL
Contact:

Re: Good rain sensor solution

Post by manjh »

gizmocuz wrote: Friday 23 August 2024 7:34 @manjh, this is being added to zigbee2mqtt.
Not sure if it is finished yet, but does it work?

Going to order one as well, seems quite big

https://github.com/Koenkk/zigbee2mqtt/issues/23532

https://smarthomescene.com/reviews/tuya ... 01-review/
I received the unit. Everything looks OK, nothing is damaged. But I have problems getting it to work.
On the back it shows info about how to reset. After some fiddling, I think I found the place to press the reset button. But nothing happens...
So I figured: perhaps it needs a basic level of power in the battery cell. Left the unit out in the sun for a morning, but no change.
Not sure what I will do. I can return it, or dive into the deep and open it...

update: after considering my options, I decided to pack it up and return it for a refund...
Hans
FlyingDomotic
Posts: 303
Joined: Saturday 27 February 2016 0:30
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Contact:

Re: Good rain sensor solution

Post by FlyingDomotic »

This is a ZigBee sensor. To get it work, you need to install and configure a ZigBee software (Z2M, Z4D), connect a ZigBee coordinator, and pair device with coordinator. Did you made these steps ?
solarboy
Posts: 300
Joined: Thursday 01 November 2018 19:47
Target OS: Raspberry Pi / ODroid
Domoticz version: 2024.6
Location: Portugal
Contact:

Re: Good rain sensor solution

Post by solarboy »

Kedi wrote: Tuesday 27 August 2024 19:20 Do you know if there is room for an esp32 inside the enclosure of the capacitive version?
Unlikely but I haven't opened it but it is quite dense and has a heating system. I have it connected by cable to a Sonoff Zigbee relay in a seperate waterproof enclosure under my roof tiles for now but I will be moving it over to Dombus as it often gives me an inverse reading with the Sonoff.
Intel NUC with Ubuntu Server VM (Proxmox),mosquitto(docker),RFXtrx433E,zwavejsUI (docker),Zigbee2mqtt(docker),SMA Hub (docker),Harmony Hub plugin, Kodi plugin,Homebridge(docker)+Google Home,APC UPS,SMA Modbus,Mitsubishi MQTT, Broadlink,Dombus
manjh
Posts: 708
Joined: Saturday 27 February 2016 12:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: NL
Contact:

Re: Good rain sensor solution

Post by manjh »

FlyingDomotic wrote: Wednesday 28 August 2024 18:07 This is a ZigBee sensor. To get it work, you need to install and configure a ZigBee software (Z2M, Z4D), connect a ZigBee coordinator, and pair device with coordinator. Did you made these steps ?
I have already paired 34 Zigbee devices, from different sources. A good number is Tuya made.
So I think you could say I am well prepared to take a new sensor into my system. :)

The problem with the rain detector is the fact that I cannot even get it into pairing mode. The sticker on the back says I need to press the button, which I did (took me some time to figure out where it is). But it gave no reaction at all. I also tried to fully charge the internal battery by leaving the unit in the sun for a number of hours, but it made no difference.
Hans
FlyingDomotic
Posts: 303
Joined: Saturday 27 February 2016 0:30
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Contact:

Re: Good rain sensor solution

Post by FlyingDomotic »

manjh wrote: Friday 30 August 2024 10:45
FlyingDomotic wrote: Wednesday 28 August 2024 18:07 This is a ZigBee sensor. To get it work, you need to install and configure a ZigBee software (Z2M, Z4D), connect a ZigBee coordinator, and pair device with coordinator. Did you made these steps ?
I have already paired 34 Zigbee devices, from different sources. A good number is Tuya made.
So I think you could say I am well prepared to take a new sensor into my system. :)

The problem with the rain detector is the fact that I cannot even get it into pairing mode. The sticker on the back says I need to press the button, which I did (took me some time to figure out where it is). But it gave no reaction at all. I also tried to fully charge the internal battery by leaving the unit in the sun for a number of hours, but it made no difference.
Sorry if it was a stupid question, not knowing level of knowledge of people, I start with basic questions ;-)

Did you saw any messages coming from this sensor in herdsman log, if you're using Z2M?

It may perhaps not (still) being supported by Z2M. It may also be supported, but not correctly identified (this may often be the case with Tuya devices, having lot of different device ids for the same sensor)
manjh
Posts: 708
Joined: Saturday 27 February 2016 12:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: NL
Contact:

Re: Good rain sensor solution

Post by manjh »

FlyingDomotic wrote: Friday 30 August 2024 11:24
manjh wrote: Friday 30 August 2024 10:45
FlyingDomotic wrote: Wednesday 28 August 2024 18:07 This is a ZigBee sensor. To get it work, you need to install and configure a ZigBee software (Z2M, Z4D), connect a ZigBee coordinator, and pair device with coordinator. Did you made these steps ?
I have already paired 34 Zigbee devices, from different sources. A good number is Tuya made.
So I think you could say I am well prepared to take a new sensor into my system. :)

The problem with the rain detector is the fact that I cannot even get it into pairing mode. The sticker on the back says I need to press the button, which I did (took me some time to figure out where it is). But it gave no reaction at all. I also tried to fully charge the internal battery by leaving the unit in the sun for a number of hours, but it made no difference.
Sorry if it was a stupid question, not knowing level of knowledge of people, I start with basic questions ;-)

Did you saw any messages coming from this sensor in herdsman log, if you're using Z2M?

It may perhaps not (still) being supported by Z2M. It may also be supported, but not correctly identified (this may often be the case with Tuya devices, having lot of different device ids for the same sensor)
No problem.
As to the rest of your msg: I never got that far. In order to pair any Zigbee device with my Zigbee controller (Conbee), I wanted to reset the device and put it in pairing mode. The instructions on the back say "press the button for 5 seconds". There was no visible button, it was hidden under a protective (waterproof) plasic layer. I did figure out the location of the button, and could feel/hear a click when pressing it. But the device did not respond with a flashing LED, as it should have. I tried charging the device through it's solar panel by leaving it out in the sun for several hours. No result.
So finally I applied for a refund (Ali), got a label to return it, and shipped it. Already have the money back in my acount (kudo's, Ali!).
Hans
FlyingDomotic
Posts: 303
Joined: Saturday 27 February 2016 0:30
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Contact:

Re: Good rain sensor solution

Post by FlyingDomotic »

Ok, so if you returned it, debug is closed ;-)
manjh
Posts: 708
Joined: Saturday 27 February 2016 12:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: NL
Contact:

Re: Good rain sensor solution

Post by manjh »

FlyingDomotic wrote: Saturday 31 August 2024 21:43 Ok, so if you returned it, debug is closed ;-)
It certainly is, but I still don't have a working solution... :(
Hans
FlyingDomotic
Posts: 303
Joined: Saturday 27 February 2016 0:30
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Contact:

Re: Good rain sensor solution

Post by FlyingDomotic »

In fact, it depends of your needs.

As possible approach, if you need to measure quantity of water bring by rain, you may use a rain counting device, like those in weather stations. Generally, you have a top each time some water quantity felt (mine is 0,2 mm per square meter).

If you don't care about quantity, but just need to know when it rains or not, you may use a heated device (to recover something quickly when rain stops), and gold detector (to avoid oxidation).
Cizetta
Posts: 19
Joined: Saturday 20 May 2023 17:26
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Good rain sensor solution

Post by Cizetta »

Hello,

I have the same Zigbee sensor (a flower shaped one). It is connected to Domoticz via Z4D and it is detected as a leak sensor (basically it is). I have it for two weeks and it seems to be working fine - sets to On if there is a drop(s) on it, when gone - sets to off. The solar charging also seems to be working.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest