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
Code: Select all
Changelog:
R44:
- New Device: Siemens SF-01 and compatible ventilation units
- New Device: Wave Design SF-01 and compatible ventilation units