Page 1 of 1
I have connected my Siemens extractor hood to RFXCOM
Posted: Wednesday 05 October 2016 18:40
by swl2861
But it seems like Domoticz doesn't support this Siemens extractor hood with SF01 remote control
Where can I find how to add this hardware?
I have some dumpscreens, the command line have different variables:
-
+
Learn
Light
Timer
And this is the output I get from RFXCOM:
Fan command
================================================
Packettype = Fan
subtype = Siemens SF01
Sequence nbr = 42
ID = 0D1D
Command = -
Signal level = 0 -120dBm
------------------------------------------------
------------------------------------------------
Packettype = Receiver/Transmitter Message
subtype = Transmitter Response
Sequence nbr = 42
response = ACK, data correct transmitted
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Wednesday 05 October 2016 18:41
by swl2861
Please help me, I'm only able to add 1 remote, it will be RFXCOM or the original
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Wednesday 05 October 2016 20:34
by swl2861
is this the right place to ask such question btw?
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Monday 10 October 2016 19:47
by swl2861
Is there a way to get my request/wish fulfilled? i have bought the rfxcom for this, really like to use it
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Saturday 05 November 2016 12:44
by symen89
I also would like to see an implementation of Siemens SF01 Fan into domoticz.
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Saturday 05 November 2016 13:46
by swl2861
for me it is too late, i already bought homeseer which support the extractor hood
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Monday 01 May 2017 21:00
by stonykeys
Hi,
I also have the Siemens hood (It's actually Neff, but The transmitter also says SF01). Did anyone manage to get this working?
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Sunday 14 October 2018 19:17
by symen89
i still really want to turn on and off my lights of my siemens extractor hood
i managed to retrieve the following information from RFXCOM manager:
Code: Select all
Packettype = Fan
subtype = Siemens SF01
Sequence nbr = 11
ID = ACF8 decimal:44280
Command = Light
Signal level = +10 dBm
14-10-2018 06:53:47:958
Packettype = Lighting2
subtype = AC
Sequence nbr = 0
ID = 14E7556 decimal:21919062
Unit = 10
Command = Off
Signal level = 7 -64dBm
------------------------------------------------
14-10-2018 06:53:49:596
Packettype = Lighting2
subtype = AC
Sequence nbr = 1
ID = 14E7556 decimal:21919062
Unit = 10
Command = On
Signal level = 7 -64dBm
[code/]
as you can see the on and off command does work via rfxcom but i cant find a way to send the command via domoticz
please help!
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Wednesday 22 May 2019 14:58
by mc2000
This item is already open for a while but I have the same question regarding the "Wave Design" fan hood. Its working with RFXmgr. I can see the SF01 comments in the source files but don’t have the option to select it in the application. I noticed it quite similar with LucciAir and this one is selectable.
Also found some scripting for an EvenGhost plugin but I am no script expert. Hope someone will be able to help out...
Code: Select all
class send_Siemens_SF01(eg.ActionClass):
def __call__(
self,
name,
protocol,
id_1,
id_2,
id_3,
command,
my_macro_indx
):
protocols = {
'Siemens SF01': '00'
}
commands = {
'Timer': '01',
'-': '02',
'Learn': '03',
'+': '04',
'Confirm': '05',
'Light': '06'
}
msg = (
'08 17 ' +
str(protocols[protocol]) + ' ' +
'00' + ' ' +
id_1 + ' ' + id_2 + ' ' + id_3 + ' ' +
str(commands[command]) + ' ' +
'00'
)
w_key = (
protocol + ' ' +
id_1 + ' ' + id_2 + ' ' + id_3
)
w_msg = (
protocol + ' ' +
id_1 + ' ' + id_2 + ' ' + id_3 + ' ' +
command
)
self.plugin.WriteMsg(msg, w_msg, w_key)
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Tuesday 17 November 2020 21:11
by Ron
I am also interested in controlling our Wave Design extractor hood with RFXcom.
In an old topic at Tweakers found this:
Paar weken geleden hadden we het over de Wave Design afzuigkap.
Ik heb vorige week mijn afstandsbediening toch even naar RFXCOM gestuurd (Bert, nogmaals bedankt!)
Zie dat ondertussen firmware 250 te downloaden is. Wave Design wordt niet specifiek genoemd in de release notes,
maar het werkt als fan type Siemens SF01 met ID: AD AD
So it looks like someone found a solution, but how can this be achieved?
Translation:
A few weeks ago we were talking abour the Wave Design extractor hood.
Last week i send my remote control to RFXCOM (Bert, thanks again!)
Meanwhile firmware 250 is available as a download. Wave Design is not specific mentioned in the release notes,
but it works as fan type Siemens SF01 with ID: AD AD
Does anyone knoy how to set up a fan type Siemens SF01 with ID: AD AD?
I hope this might help in solving this.
Edit: Maybe i have to update the RFXtrx433XL from firmware 1034 to firmware 1043 to use this special option.
On page 10 of the current user manual is written:
Specials
Wave Design extractor hood
On page 19, so receiving is not possible, sending should be (but how):
Re: I have connected my Siemens extractor hood to RFXCOM
Posted: Tuesday 26 October 2021 20:02
by ronaldbro
Did anyone succeed in connecting the extractor hood to domoticz using RFXCom and SF01?
Just got a Wave extractor hood and would like to connect it to domoticz.