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.