Low cost window/door sensor
Moderator: leecollings
-
- Posts: 22
- Joined: Sunday 26 July 2015 13:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Low cost window/door sensor
I got this PIR (http://www.aliexpress.com/item/Big-sale ... 91232.html)before I found this topic. It shows up in Domoticz straight away as PT2262, Lighting 4. However I can't find a pt2262 chip.
Lucky me I guess.
pic of the inside
Lucky me I guess.
pic of the inside
-
- Posts: 890
- Joined: Tuesday 30 September 2014 8:49
- Target OS: Linux
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: Low cost window/door sensor
Maybe the PT2262 is on the other side of the PCB.
I am not active on this forum anymore.
-
- Posts: 22
- Joined: Sunday 26 July 2015 13:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Low cost window/door sensor
No, the other side is empty.
-
- Posts: 890
- Joined: Tuesday 30 September 2014 8:49
- Target OS: Linux
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: Low cost window/door sensor
What is written on the small black chip with 8 legs? Maybe thats the transmitter... The big one (BISS...) is only for the detection part i thought.
I am not active on this forum anymore.
-
- Posts: 7
- Joined: Friday 19 December 2014 16:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Low cost window/door sensor
that would be an EV1527 ...
This PIR is supported by the rflink gateway
This PIR is supported by the rflink gateway
-
- Posts: 890
- Joined: Tuesday 30 September 2014 8:49
- Target OS: Linux
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: Low cost window/door sensor
That would be possible. I see a lot of references to the PT2262 when i search for 'EV1527' on Google.
I am not active on this forum anymore.
-
- Posts: 517
- Joined: Friday 12 July 2013 18:13
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Low cost window/door sensor
This sensor does not have a PT2262 but the EV1527 (U6) which produces a PT2262 compatible signal.nood wrote:I got this PIR (http://www.aliexpress.com/item/Big-sale ... 91232.html)before I found this topic. It shows up in Domoticz straight away as PT2262, Lighting 4. However I can't find a pt2262 chip.
Lucky me I guess.
pic of the inside
The oscillator resistor connected to pin 1 has the correct value for the RFXtrx433(E) - Lighting4.
RFXtrx433, RFXtrx433E, RFXtrx433XL, RFX433XL, RFX868XL
-
- Posts: 22
- Joined: Sunday 26 July 2015 13:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Low cost window/door sensor
The small chip says SC1527.b_weijenberg wrote: This sensor does not have a PT2262 but the EV1527 (U6) which produces a PT2262 compatible signal.
The oscillator resistor connected to pin 1 has the correct value for the RFXtrx433(E) - Lighting4.
So can we start shopping for EV1527 sensors?
Would they have different domoticz/RFXcom ID's, because there are no jumper pins?
-
- Posts: 517
- Joined: Friday 12 July 2013 18:13
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Low cost window/door sensor
The following IC's are compatible: EV1527, FP1527, HS1527, RT1527 and SC1527
Each device has a fixed (different) 20 bits ID.
Each device has a fixed (different) 20 bits ID.
RFXtrx433, RFXtrx433E, RFXtrx433XL, RFX433XL, RFX868XL
-
- Posts: 9
- Joined: Friday 11 July 2014 10:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Low cost window/door sensor
Hi !
Do you know if these products : http://fr.aliexpress.com/item/New-White ... 64623.html are working with a RFXCom 433 ?
Thx by advance !
Do you know if these products : http://fr.aliexpress.com/item/New-White ... 64623.html are working with a RFXCom 433 ?
Thx by advance !
-
- Posts: 517
- Joined: Friday 12 July 2013 18:13
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Low cost window/door sensor
The indication is EV-1527 so I suppose they will be received with Lighting4.
If not you have to change the oscillator resistor connected to pin 1 for a pulse width of 350usec
If not you have to change the oscillator resistor connected to pin 1 for a pulse width of 350usec
RFXtrx433, RFXtrx433E, RFXtrx433XL, RFX433XL, RFX868XL
-
- Posts: 402
- Joined: Wednesday 26 February 2014 15:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: the Netherlands
- Contact:
Re: Low cost window/door sensor
They look like the ones I have. They work but only send one signal when the magnet opens or closes the reed switch. So they only send an on OR off signal, so not like the Fibaro sensor which reports an open state (magnet away reed contact closed) or a closed state (magnet keeps the reed switch open).
Also they send a quite long signal (burst).
Besides that they work fine.
Also they send a quite long signal (burst).
Besides that they work fine.
-
- Posts: 9
- Joined: Friday 11 July 2014 10:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Low cost window/door sensor
Thanks for the interesting information roblom !
With this operation, do you have succed to have "windows open"/"window closed" status ? maybe with a script ?
Thx !
With this operation, do you have succed to have "windows open"/"window closed" status ? maybe with a script ?
Thx !
Re: Low cost window/door sensor
If these sensors only send a signal when the door is opened, how would you know when the door is closed? The only way to know that it is closed is when you open the door again, then you know that it was closed, but not when.
You can also try the AMST606 (KAKU), they send Open/Closed commands.
You can also try the AMST606 (KAKU), they send Open/Closed commands.
-
- Posts: 402
- Joined: Wednesday 26 February 2014 15:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: the Netherlands
- Contact:
Re: Low cost window/door sensor
That's what I tried to tell, getting the status is not possible because you only get a signal at changes and there is only one type of signal.sploutchi wrote:Thanks for the interesting information roblom !
With this operation, do you have succed to have "windows open"/"window closed" status ? maybe with a script ?
Thx !
I used it to get a notification when the lid of the mailbox was opened so I knew when there was mail delivered.
The problem was that I have also soil sensors on the imagitronic protocol and this protocol blocks the lightning4 protocol (or the other way around as you wish) where these contact sensors work on. So I replaced the cheap sensor for a kaku door contact (a bit less cheap ).
-
- Posts: 9
- Joined: Friday 11 July 2014 10:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Low cost window/door sensor
Hummm ok ... do you have a great online merchant to buy it from france ? I only see it about 15€.... do you have great adress for it less cheaper maybe ?
-
- Posts: 402
- Joined: Wednesday 26 February 2014 15:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: the Netherlands
- Contact:
Re: Low cost window/door sensor
For the kaku you mean? €15 is a normal price for the kaku door contact. Just to be clear; the kaku also sends only one signal, so state detection is also not possible. I switched to the kaku because of the protocol.
Re: Low cost window/door sensor
Not true, I have all my windows equipped with AMST606 and when the window is open Domoticz says "Open" if closed it says "Closed"roblom wrote:Just to be clear; the kaku also sends only one signal, so state detection is also not possible. I
Read the product specs: https://www.klikaanklikuit.nl/files/han ... _nl_v3.pdf
-
- Posts: 890
- Joined: Tuesday 30 September 2014 8:49
- Target OS: Linux
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: Low cost window/door sensor
Please discuss about KaKu and other doorcontacts in a separate (new?) topic. This topic is only for PT2262/EVxxxx contacts.
I am not active on this forum anymore.
-
- Posts: 402
- Joined: Wednesday 26 February 2014 15:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: the Netherlands
- Contact:
Re: Low cost window/door sensor
After more thinking you could be right. As I don't want to get multiple notifications I used the delay timer. But as the lid never stays open I never noticed it could also report the state.SweetPants wrote:Not true, I have all my windows equipped with AMST606 and when the window is open Domoticz says "Open" if closed it says "Closed"roblom wrote:Just to be clear; the kaku also sends only one signal, so state detection is also not possible. I
Read the product specs: https://www.klikaanklikuit.nl/files/han ... _nl_v3.pdf
But indeed let's stay on topic.
Who is online
Users browsing this forum: No registered users and 1 guest