Ankuoo REC AW51011 Support?

I have two wall switches, Ankuoo REC AW51011, that remain after more than a year the thorn in my side regarding Home Home Assistant. It is the last smart device I own that I cannot get integrated with HA.

I found a couple of promising threads on these forums and elsewhere but they all seem to apply to a different model of Ankuoo devices and will not work on mine.

Does anyone else have any of these and have integrated them?

(Link to item on Amazon: REC 51011)

I have a few of them as well, unfortunately. I have not had any success getting them to function in HA. I have tried these.

  • platform: recswitch
  • platform: broadlink

Any help would be greatly appreciated.

https://github.com/ljalves/hfeasy that firmware will allow you to controle them with mqtt

light:
  - platform: mqtt
    name: "Livingroom dimmer"
    state_topic: "homeassistant/switch/LRDimmer"
    command_topic: "homeassistant/switch/LRDimmer"
    brightness_state_topic: "homeassistant/switch/LRDimmer"
    brightness_command_topic: "homeassistant/switch/LRDimmer"
    payload_on: "127"
    payload_off: "0"

I never got ther dimming to work correctly but at least i can turn it on and off

I am suffering to get this to work. I have a Chacon 53012
Programmateur Wi-Fi - On/Off.
It seems to be the same as the Ankuoo, but I get the same timeout when using switchrec. The second option does not work either. MQTT tried after doing the upgrade of the firmware, without succes.
Anyone able to help out here?