Rfxtrx433e not receiving right data

Hi,

I have a setup on Synology with Docker and a rfxtrx433e.

I have added everything from https://home-assistant.io/components/rfxtrx/ and https://home-assistant.io/components/sensor.rfxtrx/

When I use the RFXmngr, I get all the data right. When I connect the rfxtrx433e to the Synology, I only get these entries:
[homeassistant.core] Bus:Handling <Event state_changed[L]: old_state=None, new_state=<state sensor.0a20000000000000000000_sensor_status=Normal; Rssi numeric=0, Sensor Status=Normal, friendly_name=0a20000000000000000000 Sensor Status, Battery numeric=0 @ 2017-04-22T08:58:35.695506+02:00>, entity_id=sensor.0a20000000000000000000_sensor_status>e[0m
[homeassistant.components.sensor.rfxtrx] Automatic add rfxtrx.sensor: 0a20000000000000000000e[0m
Recv: 0x0a 0x20 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Recv: 0x0a 0x51 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Recv: 0x0b 0x15 0x00 0x2a 0x12 0x34 0x41 0x05 0x03 0x01 0x00 0x70
[homeassistant.core] Bus:Handling <Event state_changed[L]: old_state=None, new_state=<state sensor.0a51010000000000000000_humidity=0; unit_of_measurement=%, Humidity status=dry, Rssi numeric=0, Humidity=0, Humidity status numeric=0, friendly_name=0a51010000000000000000 Humidity, Battery numeric=0 @ 2017-04-22T08:58:35.689834+02:00>, entity_id=sensor.0a51010000000000000000_humidity>e[0m
[homeassistant.components.sensor.rfxtrx] Automatic add rfxtrx.sensor: 0a51010000000000000000e[0m
Recv: 0x0a 0x51 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Recv: 0x0b 0x15 0x00 0x2a 0x12 0x34 0x41 0x05 0x03 0x01 0x00 0x70
Recv: 0x0b 0x15 0x00 0x2a 0x12 0x34 0x41 0x05 0x03 0x01 0x00 0x70
Send: 0x0d 0x00 0x00 0x01 0x02 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

Non of the discovered sensors are receiving the data simular to RFXmngr. Cannot figure out, what I am doing wrong.

There are issues with this component since 0.40. basically what you describe is what I also experienced however sometimes it works sometimes it doesn’t. So as workaround I keep restarting Hass until it receives date. There is an open issue on GitHub

Thank you for the reply.

I found out that I forgot to include the /dev/ttyUSB0 in the “docker run”-command. Now I am receiving the right data.