home-assistant/core

RFLink: Support for Somfy RFS system

Closed this issue · 5 comments

Home Assistant release (hass --version):
0.44.1

Python release (python3 --version):
3.5.1

Component/platform:
rflink

Description of problem:
The RFLink component does not have support yet for the Somfy RFS system. This system consists of remotes which can control electric sunblinds.

Expected:
The ability to control the sunblinds with HASS. The Somfy remote can send the following commands: UP, DOWN & STOP.

Problem-relevant configuration.yaml entries and steps to reproduce:
n/a

Additional info:
I own a Somfy RFS system so I can help with testing.

Great! I'm having similar issues with my Bofu blinds:

2017-05-22 04:23:46 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {'command': 'stop', 'id': 'bofumotor_32b401_01'}
2017-05-22 04:23:46 DEBUG (MainThread) [homeassistant.components.rflink] passing event to [<Entity bofumotor_32b401_01: off>]
2017-05-22 04:23:46 DEBUG (MainThread) [homeassistant.components.rflink] Fired bus event for light.bofumotor_32b401_01: stop

2017-05-22 04:25:53 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {'command': 'stop', 'id': 'bofumotor_05fe01_01'}
2017-05-22 04:25:53 DEBUG (MainThread) [homeassistant.components.rflink] device_id not known, adding new device
2017-05-22 04:25:53 DEBUG (Thread-3) [homeassistant.components.rflink] Fired bus event for light.bofumotor_05fe01_01: stop

Would be really nice to see them as blinds. Anything I can do to help?

Any news on this @aequitas @MacDennis76 @Redferne ?

I hope to be able to take a stab at this soon since I'd like to see my blinds as covers on HA. However, I suck at Python so it will most likely be hackish.

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍