Used a hc-sr501 (PIR) on a ESP (sonoff) :

, But this sensors detects movement, while i know for sure there's no movement

As you find out, its every x seconds .
Anybody who can help me
Moderators: grovkillen, Stuntteam, TD-er
Could you send me some pictures ? You only wrapped the PCB i thinkcherowley wrote:Yep same issues I had/have.
I wrapped the pir wires in foil then grounded the foil and that worked pretty much so then I tried using coax to connect the pir and that also worked.
I just changed the singal cable to a piece of coax, but still it detects motion while there absolutely no motion.cherowley wrote:Yep same issues I had/have.
I wrapped the pir wires in foil then grounded the foil and that worked pretty much so then I tried using coax to connect the pir and that also worked.
Yep i did:manjh wrote:Did you try to experiment with the pullup tickbox?
Nobody a working solution? Pull down resistor? One other solutions please?the cosmic gate wrote:Anybody with a working solution ?
That`s why it works, the cable doesn´t have to be shielded, but you need a certain distance between ESP and PIRnow with unshielded 1½ meter wires.
No, that's why I mentioned:kr0815 wrote:That`s why it works, the cable doesn´t have to be shielded, but you need a certain distance between ESP and PIRnow with unshielded 1½ meter wires.
Most critical, in my experience, is if the PIR sits in front of the ESP
It doesn't make any difference for me: short (10 cm) or long wires.hvdwolf wrote:I now connected the PIR data wire to GPIO14 (~D5) and the power (via PIR sensor 3.3V connection) to 3.3V and GND to GND (of course). It works flawless. I also tried with GPIO0 (~D3) and that works just as well.
No shielding, no special cables. First with 3 short dupont wires, now with unshielded 1½ meter wires.
Can you share the adjustments you made ?rtenklooster wrote:Okay,
I ordered a few days ago this item:
http://www.aliexpress.com/item/5-8GHZ-M ... 85648.html
I attached it to a test esp module, i must say, it works great.
Have it running for two days now, no false positives, it's mounted inside a closet.
After a little ajustments it covers my whole living room, it's sensitive enough to notice people when watching tv on the couch.
At first, it also noticed when a walked outside, trough the glassafter a little adjusting it works fine.
I realy like the fact that it's sensitive, it can be mounted inside a closet, totaly invisible but still very responsive
No more pir's for me.. looking trough walls / windows, how nice is that
Just be glad it only tranfers movement, not smellrtenklooster wrote:I when my wife goes to the toilet at night, i got a (false) positive from the sensor one floor lower in the living room.
Nicetozett wrote:i ordered six of these from rtenkloosters post:
http://www.aliexpress.com/item/5-8GHZ-M ... 85648.html
and will try them out...
Code: Select all
On Rules#Timer=1 do
Globl#Motion 0
endon
On Radar#Switch=1 do
timerSet,1,30
Global#Motion++
if [Global#Motion]>2
// Send to domoticz
endif
endon
Would be glad about FEEDBACK....rtenklooster wrote:I replaced the sensitivity resistor with a 47K
The time resistor with 4.7K.
Need to finetune a little bit because i just noticed, when my wife goes to the toilet at night, i got a (false) positive from the sensor one floor lower in the living room.
Users browsing this forum: Bing [Bot] and 12 guests