CAPsManger provisioning two separate SSID's - Not Working

I’m running the CAPSManager with 12 AP’s, most of it is working fine, it is a great tool.

Next is I want to add an extra SSID to one AP. I’ve created a specific provisioning profile and linked that to the MAC address of that AP. Indeed the extra SSID is added to the AP, but the problem is that the first (original) 2.4Ghz SSID is not removed. The 5Ghz SSID is still there. How can I add a second SSID to that AP? Any suggestions?
Screenshot 2021-04-07 at 10.39.52.png

When provisioning, you have one master and the other virtual AP’s as slave.
Provisioning them all as master is not correct.
Anyway, without a config nothing is certain.

Here is my provisioning config:

/caps-man provisioning print
 0   radio-mac=00:00:00:00:00:00 hw-supported-modes="" identity-regexp="" common-name-regexp="" ip-address-ranges="" action=create-dynamic-enabled master-configuration=Config_Home slave-configurations=Config_Guest,Config_Admin name-format=cap name-prefix=""

Excellent, the slave config is the key word I was looking for. Thanks for your help. Appreciated. Thanks.

I’m back on this issue again, it was working correctly, but now for some reason it is not working anymore.
I’ve still set the slave config. I went through all the config but I cannot find the error. Any suggestions on how to resolve/debug this?
Screenshot 2021-04-26 at 20.50.57.png

[admin@MikroTik-RB750-DudeServer] >> /caps-man provisioning print                      
Flags: X - disabled 
 0   radio-macXX:XX:XX:XX:XX:AD hw-supported-modes=ac identity-regexp="" common-name-regexp="" ip-address-ranges="" action=create-dynamic-enabled master-configuration=WSVHelius-Management slave-configurations=WSVHelius-2.4Ghz 
     name-format=identity name-prefix="" 
 1   radio-mac=00:00:00:00:00:00 hw-supported-modes=gn identity-regexp="" common-name-regexp="" ip-address-ranges="" action=create-dynamic-enabled master-configuration=WSVHelius-2.4Ghz slave-configurations="" name-format=identity 
     name-prefix="" 
 2   radio-mac=00:00:00:00:00:00 hw-supported-modes=ac identity-regexp="" common-name-regexp="" ip-address-ranges="" action=create-dynamic-enabled master-configuration=WSVHelius-5G slave-configurations="" name-format=identity name-prefix="" 
[admin@MikroTik-RB750-DudeServer] >>

Screenshot 2021-04-26 at 20.53.42.png
Screenshot 2021-04-26 at 20.53.33.png
Screenshot 2021-04-26 at 20.53.54.png

Solved the problem, found the issue. The radio configuration (the band) of the two configuration where not the same. After changing them to gn the problem was solved.