Controllerx app not working

Hi,

I’m trying to setup ControllerX from @xaviml to pair my Ikea E1743 remote to a light group.

But I can’t get it to work.

Appdeamon and Controllerx are installed correctly.

The light bulbs and remote are connected with Zigbee2MQTT.

You can see my current app config in the screenshot.

Any help would be highly appreciated!

Many thanks in advance!

Hi @OscarG ,

First of all, I would recommend you checking and sharing the AppDaemon logs to see what is happening. Second, people will help you faster if you copy the config as text and not as image.

In any case, I spot some mistakes/comments in the configuration:

  • app_remote_test_1 is using a Zigbee2MQTT Light Controller (E1743Z2MLightController) which expects the friendly name in the light attribute, not the light entity as you indicated light.groot_licht
  • Both configuration rely on listening to mqtt, this means that MQTT plugin will need to be enabled from appdaemon.yaml. In case you have not configure it, you can follow this page.

If after reviewing those points the configuration is not working, please share the AppDaemon logs so we can see better what the errors are.

Regards,
Xavi M.