I have connected my Siemens extractor hood to RFXCOM

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
swl2861
Posts: 6
Joined: Wednesday 14 September 2016 13:30
Target OS: Windows
Domoticz version:
Contact:

I have connected my Siemens extractor hood to RFXCOM

Post 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
swl2861
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

Post by swl2861 »

Please help me, I'm only able to add 1 remote, it will be RFXCOM or the original :)
swl2861
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

Post by swl2861 »

is this the right place to ask such question btw? :shock:
swl2861
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

Post by swl2861 »

Is there a way to get my request/wish fulfilled? i have bought the rfxcom for this, really like to use it
symen89
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

Post by symen89 »

I also would like to see an implementation of Siemens SF01 Fan into domoticz.
swl2861
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

Post by swl2861 »

for me it is too late, i already bought homeseer which support the extractor hood :)
stonykeys
Posts: 1
Joined: Monday 17 April 2017 11:44
Target OS: -
Domoticz version:
Contact:

Re: I have connected my Siemens extractor hood to RFXCOM

Post 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?
symen89
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

Post 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!
mc2000
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

Post 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)
Ron
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

Post 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):
Attachments
Knipsel.JPG
Knipsel.JPG (55.53 KiB) Viewed 941 times
ronaldbro
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

Post 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.
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest