How to control Wave Design extractor hood from Home Assistant?

Moderators: rtenklooster, Voyager, BertB, Stuntteam

Post Reply
Message
Author
bbccdd
New user
Posts: 5
Joined: 18 Sep 2023, 13:02

How to control Wave Design extractor hood from Home Assistant?

#1 Post by bbccdd » 18 Sep 2023, 13:17

Hi all. I'm new here.

As a user of home assistant using an RFlink device at firmware R48
I'd like to control my [supposedly supported] Wave Design extractor hood
a) to see when it is in a turned on state
b) to turn it off
So that I can see when it is turned on in home assistant as a basis for further automations.

I have created home assistant entities for each of the relevant button presses but they do not control the extractor hood. Nor does a button press change the state of an entity in home assistant.

Please support with troubleshooting!

Home assistant configuration.yaml

Code: Select all

# https://www.rogerfrost.com/how-to-use-many-more-of-your-433mhz-devices-using-rflink-and-integrate-them-with-home-assistant/

rflink:
  # find by monitoring supervisor log while plugging usnmb in. need passthrough
  port: /dev/serial/by-id/usb-Arduino__www.arduino.cc__Arduino_Mega_2560_852353330353515052F0-if00
  wait_for_ack: false

light:
  - platform: rflink
    automatic_add: false
    devices:
      bosch_788d_0:
        name: wave_light

sensor:
  - platform: rflink
    automatic_add: false

switch: # does not support auto add.
  #Use the log viewer to see what happens and add manually OR set light and sensor auto add to true and cleanup later in entities.
  - platform: rflink
    devices:
      bosch_788d_1:
        name: wave_fan
        aliases:
          - aster_bosch_788d_1
      bosch_788d_2:
        name: wave_fan_off
        aliases:
          - aster_bosch_788d_2
It seems to be supported for a while now already.

Code: Select all

Changelog:
R44:
- New Device: Siemens SF-01 and compatible ventilation units
- New Device: Wave Design SF-01 and compatible ventilation units
Last edited by bbccdd on 19 Sep 2023, 21:00, edited 1 time in total.

bidrohini
Normal user
Posts: 105
Joined: 03 Nov 2022, 16:24

Re: How to control supported Wave Design extractor hood from Home Assistant?

#2 Post by bidrohini » 19 Sep 2023, 10:54

The only resource I found regarding extractor hood is this one: https://community.home-assistant.io/t/i ... d/422219/7

I hope the admins will come forward to troubleshoot your code.

bbccdd
New user
Posts: 5
Joined: 18 Sep 2023, 13:02

Re: How to control supported Wave Design extractor hood from Home Assistant?

#3 Post by bbccdd » 19 Sep 2023, 11:17

Thanks for that link. Indeed, I could use various means to detect cooking. However 1) I'd like to use RFlink because I think it is cool (and this is its first application) and 2) I'd like the ability to turn off the extractor hood from home assistant.

bbccdd
New user
Posts: 5
Joined: 18 Sep 2023, 13:02

Re: How to control Wave Design extractor hood from Home Assistant?

#4 Post by bbccdd » 04 Oct 2023, 09:26

A clue, anyone?

User avatar
Stuntteam
Site Beheer
Posts: 789
Joined: 27 Jan 2016, 16:46

Re: How to control Wave Design extractor hood from Home Assistant?

#5 Post by Stuntteam » 04 Oct 2023, 12:38

> each of the relevant button presses but they do not control the extractor hood.
Did you try to use RFLink with the RFLink loader directly?
Thus not using HA to see where the problem lies.
Possibly the detection is faulty.
In that case debug logs are needed. Look here: https://www.rflink.nl/develop.php
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8

Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests