In new to hass, iam up running with this configuration
RIP3 with hassbian
rfxtrx433e.
2 switches working.
I thought my next step will be able to control my somfy awning.
If iam correct the somfy uses “RFY” and this is supported in the rfxtrx433e.
Would be nice if someone could guide me to get this working =)
to i need to use the RFXmngr ?
This is the remote im using to currently control it.Link!
/Victor
Edit:
I have made some progress.
What i did was plug in the rfxtrx433e to my windows computer.
Download the RFXflash Programmer from http://www.rfxcom.com/Downloads
And flash the RFXtrx433E Ext2 Firmware 1016.
Downloaded RFXmngr and connect to the device.
Then open the RFY tab.
I choose the ID 1:02:03 Unit Code:1
Choose the command Program.
I then hold the “program” button on my somfy telis1 remote until the blind “jogs”
Then i hit the Transmit button.
Press program button again. (i guess to go back to normal mode on the remote)¨
I can now controll the blind through RFXmngr when i send the command UP (transmit > 2 seconds) and Down (transmit < 0.5 seconds)
So next question is how do i add this to home assistant?
Edit:
I got it working. Ty for help kau
Hopefully someone else find this useful.
I’m trying to get this to work aswel but The cover isn’t showing up in Home Assistant.
I’m on Hassio and RFxrfxtrx433e frimware version 1024
I followed these instructions:
Downloaded RFXmngr and connect to the device.
Then open the RFY tab.
I choose the ID 1:02:03 Unit Code:1
Choose the command Program.
I then hold the “program” button on my somfy telis1 remote until the blind “jogs”
Then i hit the Transmit button.
Press program button again. (i guess to go back to normal mode on the remote)¨
After this I was able to control the blinds using commands UP and Down. I than saved the config in RFxrfxtrx433e
Hi all,
Looks like rfxtrx433e out of stock in all the shops in the UK. Is there any other way to automate somfy rts blinds with HA other than using rfxtrx433e?
#RFlink connection
rflink:
port: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_5563931383235150A052-if00
wait_for_ack: false
#RFLink SOMFY screens
cover:
- platform: rflink
devices:
RTS_1F1F2F_01:
name: Groot raam
RTS_2F2F1F_02:
name: Klein raam
RTS_3F3F3F_03:
name: Boven Links
RTS_4F4F4F_04:
name: Boven rechts
generates the following errors:
Invalid config for [cover.rflink]: expected a dictionary for dictionary value @ data['devices']['RTS_1F1F2F_01']. Got None
expected a dictionary for dictionary value @ data['devices']['RTS_2F2F1F_02']. Got None
expected a dictionary for dictionary value @ data['devices']['RTS_3F3F3F_03']. Got None
expected a dictionary for dictionary value @ data['devices']['RTS_4F4F4F_04']. Got None
expected a dictionary for dictionary value @ data['devices']['name']. Got 'Boven rechts'
and YAML file /config/configuration.yaml contains duplicate key "name". Check lines 34 and 37.