Can Smartwares RM174RF smoke detector support be added in Domoticz?

Moderator: leecollings

Post Reply
tomson
Posts: 14
Joined: Friday 14 February 2014 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Latest
Location: Groningen
Contact:

Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by tomson »

Hi all,

It was time to replace my Alecto SA-30 smoke detectors with newer ones. I decided to go for the Smartwares RM174RF due to the fact that they can be linked (which nearly all Zwave detectors cannot). Furthermore, I did check that the RFXCom was supporting them.

However, I did not check if the device was implemented in Domoticz :shock:

Domoticz can recognize that the device is sending a panic message, but does not recognize what kind of device it is.
I have found similar questions about the support of the RM174RF, but not under the Rfxcom receiver. Hence, I created a new post.

The rfxmngr is detecting the smoke detector as expected.

Code: Select all

------------------------------------------------
17-6-2019 09:04:48:866
Packettype    = Security1
subtype       = RM174RF smoke detector
Sequence nbr  = 126
id1-3         = 1E8733 decimal:2000691
status        = Panic
Signal level  = 7  -64dBm
The RM174RF is quite cheap. Is there any chance that this will be implemented in Domoticz?
User avatar
FireWizard
Posts: 1745
Joined: Tuesday 25 December 2018 12:11
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Voorthuizen (NL)
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by FireWizard »

Hi,

As long Domoticz does not support your smoke alarm, you can implement it probably with node-red. If you have node-red installed you can use rfxcom node, which supports detector and alarm devices. However devices on 433 MHz are not intended as life safety systems.
See also the bold lines in:
https://www.npmjs.com/package/node-red-contrib-rfxcom

Regards
Last edited by FireWizard on Thursday 29 August 2019 13:15, edited 2 times in total.
tomson
Posts: 14
Joined: Friday 14 February 2014 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Latest
Location: Groningen
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by tomson »

Thanks for your reply with the node-red suggestion.

Although it has been ages that I did any programming, I looked a bit at the source code of Domoticz on GitHub. I think I should be able to extend the code of e.g. the Alecto SA-30 smoke detector and implement the RM174RF. It's at least a good learning experience.

The Alecto SA-41 and SA-43 are very similar to the RM174RF. If anyone can add the subtype passed through by the RFXCOM, I might give it a stab to add the SA-41 and SA-43 as well at the same time. For example, the subtype of the RM174RF is subtype = RM174RF smoke detector.

No guarantees of any timeline and positive outcome ;)
User avatar
FireWizard
Posts: 1745
Joined: Tuesday 25 December 2018 12:11
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Voorthuizen (NL)
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by FireWizard »

Hi,

You may want to look at the latest beta, 4.10935, as a fix for the RM174RF has been committed.
See: https://github.com/domoticz/domoticz/pull/3343

Regards
tomson
Posts: 14
Joined: Friday 14 February 2014 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Latest
Location: Groningen
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by tomson »

FireWizard wrote: Sunday 30 June 2019 10:21 You may want to look at the latest beta, 4.10935, as a fix for the RM174RF has been committed.
See: https://github.com/domoticz/domoticz/pull/3343
I am testing this at home. gizmocuz finished off the pull request I did. I should have changed the code in more places than I did. Big thanks for gizmocuz (as usual ;))

Currently with 4.10935 Domoticz is able to detect the panic function of the paired smoke detectors. I am not able to trigger a panic from Domoticz. According to the RFXCom manual I should be able to send a panic function. I will need to do some more testing/investigation to see what is going on.
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by EdwinK »

tomson wrote: Monday 17 June 2019 22:02 Hi all,

It was time to replace my Alecto SA-30 smoke detectors with newer ones. I decided to go for the Smartwares RM174RF due to the fact that they can be linked (which nearly all Zwave detectors cannot). Furthermore, I did check that the RFXCom was supporting them.
Overall, how do you rate those detectors?
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
tomson
Posts: 14
Joined: Friday 14 February 2014 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Latest
Location: Groningen
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by tomson »

EdwinK wrote: Wednesday 03 July 2019 10:31 Overall, how do you rate those detectors?
I have not installed them yet, but prefer the size and looks over my old Alecto SA-30. Another advantage is that they only use two penlite batteries (and not three penlites + one 9v battery in the SA-30).

Before I bought the RM174RF, I did purchase two Fibaro FGSD-002. They look much better, but for the same price one can buy four RM174RF's(!) The fact that I could not link the Fibaro ones was a deal breaker for me, because I want to use four smoke detectors on three different floors in my house. Furthermore, it is also impossible to trigger the Fibaro ones from Domoticz.

I also looked at the POPP POPE004001, which is a linked Zwave smoke detector that has an alarm that can be triggered as well. Functionality wise this is the winner. The price point is around the same as the Fibaro. I did not really like the looks and total investment.

For me the RM174RF was the clear winner because of the combination of price, looks, fact that they can be linked and triggered (according to the RFXCOM manual). The only thing remaining is to get the triggering actually to work in Domoticz ;)

The Alecto SA-41/43 is very similar to the RM174RF, but please beware that this one uses the Origon protocol (vs Arco Pro / lightning 4). (Alecto requires firmware 1 of RFXCOM and the RM174RF requires firmware 2). The Alecto SA-41 is not implemented at all in Domoticz.

I hope this info helps.
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by EdwinK »

Yes, thanks it did.

Ordered them and they will arrive tomorrow.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by EdwinK »

So, they have arrived, been paired and found in Domoticz, now trying to figure out what of the many panic devices to add. For two smoke-detectors I have, there are 16 devices created.

Image
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
tomson
Posts: 14
Joined: Friday 14 February 2014 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Latest
Location: Groningen
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by tomson »

I got more devices as well. I assumed this happened because of the pairing process when one of the device get in a kind of broadcast mode. I just restored my DB and re-added the already paired devices. Now I only have one. Does that work for you?
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by EdwinK »

No, didn't work :(
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by EdwinK »

Removed all instances of the detector and let domoticz find them again. Now i've only 3 devices show (still one too many), but.. cant trigger them from the dashboard.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
tomson
Posts: 14
Joined: Friday 14 February 2014 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: Latest
Location: Groningen
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by tomson »

> The only thing remaining is to get the triggering actually to work in Domoticz

I was not able to trigger them either (like I tried to describe with the sentence above). I have not had time to investigate more and compare the behavior with my old SA-30s from Alecto. I did notice that when pressing the "panic" button, the status of the device does not change to panic in Domoticz. I will check that behavior with my old SA-30's, but did not have the opportunity yet (it will make a lot of noice).
theo23
Posts: 4
Joined: Thursday 29 August 2019 12:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by theo23 »

Hey guys,

I have been using my Domoticz raspberry 2B with RFXCOM transceiver for a couple of years now. I mostly use it with COCO solutions.

But now I like to extend with other solutions: smoke dectectors. I have a couple offline cheap detectors hanging around the house, most have broken down. So I am looking into 433 Mhz capable detectors.

But I don't seem to find the answer to a simple question? What kind of data do the dectectors send to domoticz?
1. Alarms => the minimum minimorum, seems logical
2. Battery-level? => this is key: The main reason offline detectors don't get replaced is because batteries run down at the most inconvenient times. I would like to receive warnings or monitor their battery levels from domoticz.

Does this RM174RF detector provide battery level? (I can't if zwave solutions have that functionality either)

thx,

Theo
b_weijenberg
Posts: 517
Joined: Friday 12 July 2013 18:13
Target OS: -
Domoticz version:
Location: Netherlands
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by b_weijenberg »

These sensors do not transmit a battery low status
RFXtrx433, RFXtrx433E, RFXtrx433XL, RFX433XL, RFX868XL
Thijs74
Posts: 2
Joined: Saturday 24 February 2018 9:35
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by Thijs74 »

Hi,

Just received 3 pieces of the Alecto SA-41, if you buy them in a package of 3, their name wil be SA-43.
So basically the SA-43, are just 3 pieces of the SA-41.

It is NOT compatible with the SA-3x series, it will use a different protocol.
Have tested these items with the RFX-Com connected to the computer.

Firmware Ext. 2 (1025) does detect them as Smartwares RM174RF
Firmware Ext. or Type 1 does NOT DETECT them.

Strange thing is that I coupled all devices as stated in manual.
After this I go to the Switches page in Domoticz and select the Learn option, shortly pressing the button on the device (like the test procedure in manual).
2 of the devices showed up as expected. When 'Learning' the 3rd device it comes up that it is already known under one of the other devices.

Think this could have something to do with the pairing process.

Also I'm not able to trigger the panic function at all, not from domoticz, but also not from the RFXmngr software.
Please be aware that RFX Com site mentions the protocol be Oregon fot the SA-4x serie, this however is not correct.

Kind regards,

Thijs
heblok
Posts: 2
Joined: Friday 19 October 2018 17:23
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10915
Location: Netherlands
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by heblok »

Thijs74 wrote: Sunday 24 May 2020 16:19 Hi,

Just received 3 pieces of the Alecto SA-41, if you buy them in a package of 3, their name wil be SA-43.
So basically the SA-43, are just 3 pieces of the SA-41.

It is NOT compatible with the SA-3x series, it will use a different protocol.
Have tested these items with the RFX-Com connected to the computer.

Firmware Ext. 2 (1025) does detect them as Smartwares RM174RF
Firmware Ext. or Type 1 does NOT DETECT them.

Strange thing is that I coupled all devices as stated in manual.
After this I go to the Switches page in Domoticz and select the Learn option, shortly pressing the button on the device (like the test procedure in manual).
2 of the devices showed up as expected. When 'Learning' the 3rd device it comes up that it is already known under one of the other devices.

Think this could have something to do with the pairing process.

Also I'm not able to trigger the panic function at all, not from domoticz, but also not from the RFXmngr software.
Please be aware that RFX Com site mentions the protocol be Oregon fot the SA-4x serie, this however is not correct.

Kind regards,

Thijs
I ran into the same issue with the SA-41 on the ProXL1 1048 firmware. It's detected as RM174RF.

According to the manual the RM174RF can only be received by the RFXCom and not transmitted to, explaining why panic mode can be detected and not triggered. This is an RFXCom issue and not something in Domoticz.

So I just emailed Rfxcom to ask whether the manual is wrong or the firmware and I'm waiting for their reply. Will update here once I get an answer.
Setup: Raspberri Pi 3B / Aeotec ZW090 Z-Stick Gen5 EU / RFXCom ProXL1 / Smart meter cable / various devices connected to control, e.g., heating, ventilation, Somfy screens, lights, and security
arnaud135
Posts: 1
Joined: Thursday 18 January 2024 11:20
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Can Smartwares RM174RF smoke detector support be added in Domoticz?

Post by arnaud135 »

Hello !

Similar problem for me with the RM175RF. Domoticz can detect it (automatic detection) as RM174RF, but trigger the button has no effect to make ring the detector (although RFXcom user guide say Transmitting is possible with RF433XL). Probably RM174RF and RM 175RF had not the same protocole ?

Regards.
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests