I have connected my Siemens extractor hood to RFXCOM
Moderators: leecollings, remb0
-
- Posts: 6
- Joined: Wednesday 14 September 2016 13:30
- Target OS: Windows
- Domoticz version:
- Contact:
I have connected my Siemens extractor hood to RFXCOM
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
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
-
- Posts: 6
- Joined: Wednesday 14 September 2016 13:30
- Target OS: Windows
- Domoticz version:
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
Please help me, I'm only able to add 1 remote, it will be RFXCOM or the original
-
- Posts: 6
- Joined: Wednesday 14 September 2016 13:30
- Target OS: Windows
- Domoticz version:
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
is this the right place to ask such question btw?
-
- Posts: 6
- Joined: Wednesday 14 September 2016 13:30
- Target OS: Windows
- Domoticz version:
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
Is there a way to get my request/wish fulfilled? i have bought the rfxcom for this, really like to use it
-
- Posts: 3
- Joined: Saturday 05 November 2016 12:39
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
I also would like to see an implementation of Siemens SF01 Fan into domoticz.
-
- Posts: 6
- Joined: Wednesday 14 September 2016 13:30
- Target OS: Windows
- Domoticz version:
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
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
Hi,
I also have the Siemens hood (It's actually Neff, but The transmitter also says SF01). Did anyone manage to get this working?
I also have the Siemens hood (It's actually Neff, but The transmitter also says SF01). Did anyone manage to get this working?
-
- Posts: 3
- Joined: Saturday 05 November 2016 12:39
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
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:
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!
-
- Posts: 1
- Joined: Wednesday 22 May 2019 14:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
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...
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)
-
- Posts: 82
- Joined: Friday 27 December 2013 23:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2284
- Location: Nederland, Den Bosch
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
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):
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):
- Attachments
-
- Knipsel.JPG (55.53 KiB) Viewed 942 times
-
- Posts: 327
- Joined: Thursday 15 November 2018 21:38
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: Netherlands
- Contact:
Re: I have connected my Siemens extractor hood to RFXCOM
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.
Just got a Wave extractor hood and would like to connect it to domoticz.
Who is online
Users browsing this forum: No registered users and 1 guest