RFXCom - A-OK/AC-123 Blind Motor

Hi,

I have an HA running on a Raspberry Pi 3. I was able to get control of my cover (rollerblinds) which are controlled by an A-OK AC-123 RF remote using my RFXCom 433e transceiver.

On hass startup, I get:

RFXTRX: Send: 0x0d 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
RFXTRX: Send: 0x0d 0x00 0x00 0x01 0x02 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
RFXTRX: Recv: 0x14 0x01 0x00 0x01 0x02 0x53 0x18 0x00 0x80 0x00 0x00 0x01 0x03 0x1c 0x02 0x00 0x00 0x00 0x00 0x00 0x00
RFXTRX:  Status [subtype=433.92MHz, firmware=24, output_power=28, devices=['blindst1234']]

The remote presses as shown in the HA log indicate a rollertrol device.

2018-03-06 19:47:06 DEBUG (Thread-20) [homeassistant.components.rfxtrx] Receive RFXCOM event from (Device_id: 274a730 Class: RollerTrolDevice Sub: 3, Pkt_id: 09190304274a73000182)
2018-03-06 19:47:07 DEBUG (Thread-20) [homeassistant.components.rfxtrx] Receive RFXCOM event from (Device_id: 274a730 Class: RollerTrolDevice Sub: 3, Pkt_id: 09190305274a73000282)
2018-03-06 19:47:08 DEBUG (Thread-20) [homeassistant.components.rfxtrx] Receive RFXCOM event from (Device_id: 274a730 Class: RollerTrolDevice Sub: 3, Pkt_id: 09190306274a73000082)

I use the following in HA:

      cover:
      - platform: rfxtrx
        devices:
          09190305274a73000082:
              name: test_blinds 

I have two problems:

a. The status in HA frontend is always shows as ‘unknown’. My entity states show:

friendly_name: test_blinds
supported_features: 11
assumed_state: true

Is there any way I can get the status? It doesn’t look like the supported features are resolving.

b. In homebridge (using the RFXcom plugin) I can control it fine, but the Home app always shows “closed” and when I open the blinds, they do open… but the app just spins showing “opening” forever.

Any help would be appreciated.

Thanks.

How did you manage to get hass and the rfxcom working with the ac-123 remote and motor?