this post was submitted on 27 Oct 2023
32 points (97.1% liked)

homeassistant

11730 readers
38 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
32
submitted 10 months ago* (last edited 10 months ago) by corroded to c/homeassistant
 

I installed 6 Sonoff SN-ZB03 motion sensors this morning, and I'm getting so many false positives that they're essentially useless. I could understand having one that's bad, but 6?

Three of them seem to randomly trigger for no reason at all. One triggers any time the heater comes on, regardless of where I place it. The last two usually work but still give random false positives.

From what I'm reading, there are a lot of complaints about these. I probably should have done some research before I bought them. I can't shake the feeling that I'm doing something wrong. Is ITEAD really selling a motion sensor that just doesn't work properly?

I don't see any commands listed under "Manage Zigbee Device" that allow for a sensitivity change, and I can't find a datasheet or a manual for these other than the basic "quick start" guide. As far as I can tell, there's no firmware update available, either.

Am I stuck replacing all of these? If so, any suggestions on better ones? I've read good reviews of the Hue motion sensors, but they're not cheap.

EDIT: I've had some time to experiment with these a bit more. They can be made to work, but only in very specific circumstances. The ones I had outside would trigger constantly, as would the one I had in a room with a heater. They also seem to interfere with each other if they're too close to each other. I placed one in an attic area, and one in the stairs leading up; these are working flawlessly. So if you need a motion sensor for an indoor area that isn't climate controlled, doesn't have another sensor nearby, and doesn't have frequent lighting changes, these might work. Maybe for a closet? I won't be throwing these away, but there won't be a lot of cases where I use them.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 10 months ago (1 children)

I moved all of my movement/presence sensors to mm wave RADAR, they're relatively cheap and much more reliable than PIR.

[–] [email protected] 3 points 10 months ago (2 children)

Which ones are you getting? I am looking for mm wave with zigbee. Can you recommend one?

[–] [email protected] 3 points 10 months ago

I've been looking for a year or two and the selection is pretty limited for off the shelf solutions. Most are $60+ each like the FP1, the Tuya options, or the one from the EverythingSmartHome youtube guy.

I've given up on having presence detection for the time being as PIR definitely doesn't cut it, though hopefully that guy responds with his DIY solution as I also have a 3D printer and electronics experience.

[–] [email protected] 1 points 10 months ago (1 children)

I build my own using EspHome. I tend to use a D1 Mini as the microcontroller as it has a small footprint and a LD2411S sensor module (very cheap on AliExpress ) I'm lucky enough to have a 3d printer to make my own enclosures.

[–] Bluesheep 1 points 10 months ago (2 children)

Got any project details for that? A BOM, or even a link to an enclosure on things or printables?

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (2 children)
[–] Bluesheep 3 points 10 months ago

Great answer, thank you!

[–] [email protected] 1 points 10 months ago (1 children)
[–] [email protected] 2 points 10 months ago

All of my wall sockets include usb power outlets, so they're all powered via those, I'm currently working on using an 18650 or 2 to power one as an experiment, but as they're WiFi and need to react in a timely manner putting the microcontroller into sleep mode isn't really an option, meaning the battery life won't be very good. The RADAR module needs a solid 5v as well so I'm not sure it will be practical.

[–] [email protected] 1 points 10 months ago

I googled the sensor and found this github entry. https://github.com/Chreece/LD2411S-ESPHome

Seems like a pretty simple plug and play setup with an ESP device.