Page 1 of 1
Tip: Cheap wireless doorbell from Action
Posted: Sunday 23 April 2017 23:04
by m00st
A tip for Dutch Domoticz users: the
Select Plus wireless doorbell that's for sale for 5,95 Eur at the Action works well with RFXcomm, provided that you enable the Byron SX protocol on the RFXcomm.:
This is the unit in it's packaging:
It comes with a remote door clicker (battery included) and the receiver (the thing that makes the sound) plugs into an EU power socket. It has 3 volumes and 36 different melodies. Pretty handy as a chime for some event.
Re: Tip: Cheap wireless doorbell from Action
Posted: Monday 24 April 2017 9:10
by EdwinK
Thanks. Going to get me some later.
Re: Tip: Cheap wireless doorbell from Action
Posted: Wednesday 03 May 2017 9:40
by SteGe
That is working for me as well. I have it as a trigger for getting a snapshot of my security camera and send it to my whatsapp.
But when I trigger it in Domoticz, the chime is ringing as well (and so annoying my Girlfriend when testing the system haha)
Re: Tip: Cheap wireless doorbell from Action
Posted: Wednesday 03 May 2017 13:37
by TyzzyT
This is awesome!
I was looking for a cheap device which could alarm me in case of fire, waking up, etc. This is exactly what I was looking for.
Is it possible to make the doorbell and the siren both a seperate sensor in Domoticz? So I can have a seperate doorbell switch and a seperate siren for multiple applications?
Re: Tip: Cheap wireless doorbell from Action
Posted: Monday 09 October 2017 21:22
by Dirk
Thanks for sharing! This Action doorbell works for me to. I have not looked into un-pairing the doorbell and the chime, would be nice to be able to use the doorbell as a remote-control for other domoticz actions.
Re: Tip: Cheap wireless doorbell from Action
Posted: Monday 04 December 2017 21:39
by Snakfy
Thanks for the Tip!
I'm going to have a look tomorrow if they still have it.
Re: Tip: Cheap wireless doorbell from Action
Posted: Sunday 04 March 2018 22:26
by Chillout
I got this exact model last week. So far, I haven't been able to get it working...
Re: Tip: Cheap wireless doorbell from Action
Posted: Sunday 04 March 2018 23:05
by freijn
for the RFLinkGateway the doorbell is working the sirene can not be triggered by the Domoticz system

Re: Tip: Cheap wireless doorbell from Action
Posted: Monday 05 March 2018 21:32
by Dirk
Chillout wrote: ↑Sunday 04 March 2018 22:26
I got this exact model last week. So far, I haven't been able to get it working...
Did you enable the correct protocol? (the Byron SX protocol on the RFXcomm according to the first post).
Re: Tip: Cheap wireless doorbell from Action
Posted: Monday 26 March 2018 16:38
by jelledj
Are there separate low cost doorbell buttons (beldrukker < dutch) with integrated light that I can connect to my wired cables of my current doorbell connected to the transformer in my utility room, that will be able to create an event in domoticz (RFZcomm?)
Re: Tip: Cheap wireless doorbell from Action
Posted: Friday 30 March 2018 11:43
by Scalyvo
Hi All,
My setup : platform raspberry2 with domoticz v3.8153
RFXCOM - RFXtrx433 USB 433.92MHz Transceiver
Version: Ext2/1024
I have the Byron SX protocol enabled by (Modus instellen) and click the set mode button .
When i want to add new hardware, the Byron sx protocol is not in the (Type) list to select .
What can i do more ?
Greetzzz
Scalyvo
Re: Tip: Cheap wireless doorbell from Action
Posted: Friday 30 March 2018 11:56
by Eddiever
Use the Learn Light/Switch and then push the button. This should show your new button/doorbell.
Re: Tip: Cheap wireless doorbell from Action
Posted: Friday 30 March 2018 13:06
by Scalyvo
Eddiever wrote: ↑Friday 30 March 2018 11:56
Use the
Learn Light/Switch and then push the button. This should show your new button/doorbell.
Thnx problem solved !
Re: Tip: Cheap wireless doorbell from Action
Posted: Saturday 08 September 2018 20:29
by Dirk
Note that these doorbells are in & out of stock often at Action. So if you don't find them now, try again in a few weeks or try another Action. Utrecht currently doesn't sell them but Amsterdam does.
Re: Tip: Cheap wireless doorbell from Action
Posted: Wednesday 30 January 2019 15:42
by gschmidt
I have also same doorbell, created a switch for it with rfxtrx433xl (lighting 4) modus added. When I hit the doorbell switch there is only one record in the log, but when I push the physical doorbell button there are 3 or 4 records in the log???...I want to sent a notification but not 3 or 4...is there a trick for this?
Re: Tip: Cheap wireless doorbell from Action
Posted: Thursday 28 March 2019 16:09
by wvries
gschmidt wrote: ↑Wednesday 30 January 2019 15:42
I have also same doorbell, created a switch for it with rfxtrx433xl (lighting 4) modus added. When I hit the doorbell switch there is only one record in the log, but when I push the physical doorbell button there are 3 or 4 records in the log???...I want to sent a notification but not 3 or 4...is there a trick for this?
did you figure this out already ?
within dzvents, use the lastUpdate check.
Code: Select all
if (domoticz.devices('Frontdoor Bel').changed and domoticz.devices('Frontdoor Bel').lastUpdate.minutesAgo > 1) then
"Action"
end