CAPsMAN channels on different band

Hi,
Can you help me out? I have a dual-band AP with CAP and a dual-band router with CAPsMan configuration.
My goal is to use the same SSID for 2.4 and 5GHz bands. I set the 2.4 channels manually to 1, 6 and 11 channels by the recommendations. For 5GHz I like to use all channels, that my hardware supports.
Unfortunately, all my Wi-Fi on both bands ended up on the same channel. How can I force to choose different channels for the AP and the router?
For example:
AP 2.4: CH6, 5GHz: CH50
Router 2.4: CH11, 5GHz: CH138

Thanks or your ideas!

# 2023-08-25 15:38:39 by RouterOS 7.11
# software id = EYMQ-M1I0
#
# model = RBD53iG-5HacD2HnD
# serial number = xxxxxx
/caps-man channel
add band=2ghz-g/n control-channel-width=20mhz frequency=2412,2437,2462 name=\
    2.4GHz reselect-interval=10m tx-power=15
add band=5ghz-n/ac name=5GHz reselect-interval=10m save-selected=yes \
    skip-dfs-channels=yes
/caps-man datapath
add bridge=bridge client-to-client-forwarding=yes local-forwarding=yes name=\
    datapath1
add bridge=bridge local-forwarding=yes name=datapath2
/caps-man rates
add basic=12Mbps name="GN only" supported=\
    12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm name=\
    "MyWifi security1"
add authentication-types=wpa2-psk encryption=aes-ccm name="MyWifi Guests security2"
add authentication-types=wpa2-psk encryption=aes-ccm name="IoT security3"
/caps-man configuration
add channel=5GHz country=hungary datapath=datapath1 installation=indoor name=\
    "MyWifi confg" security="MyWifi security1" ssid="MyWifi"
add channel=5GHz country=hungary datapath=datapath2 installation=indoor name=\
    "MyWifi Guests guest config" security="MyWifi Guests security2" ssid=MyWifi Guests
add channel=2.4GHz country=hungary datapath=datapath2 installation=indoor \
    name="MyWifi IoT config" security="IoT security3" ssid=\
    "MyWifi IoT"
add channel=2.4GHz country=hungary datapath=datapath1 installation=indoor \
    name="MyWifi config 2.4" security="MyWifi security1" ssid=\
    "MyWifi"
add channel=2.4GHz country=hungary datapath=datapath2 installation=indoor \
    name="MyWifi Guests guest config 2.4" security="MyWifi Guests security2" ssid=MyWifi Guests
/caps-man access-list
add action=reject allow-signal-out-of-range=10s comment=\
    "Drop poor connections" disabled=yes signal-range=-120..-85 ssid-regexp=\
    "" time=0s-1d,sun,mon,tue,wed,thu,fri,sat
add action=reject allow-signal-out-of-range=always comment="Gergo's laptop" \
    disabled=yes mac-address=xx:xx:xx:xx:xx:xx ssid-regexp=MyWifi Guests time=\
    0s-1d,sun,mon,tue,wed,thu,fri,sat
add allow-signal-out-of-range=10s comment=Solar disabled=no mac-address=\
    xx:xx:xx:xx:xx:xx signal-range=-120..120 ssid-regexp="" time=\
    0s-1d,sun,mon,tue,wed,thu,fri,sat
/caps-man manager
set enabled=yes upgrade-policy=suggest-same-version
/caps-man provisioning
add action=create-dynamic-enabled comment=5GHz hw-supported-modes=ac \
    master-configuration="MyWifi confg" name-format=identity \
    slave-configurations="MyWifi Guests guest config"
add action=create-dynamic-enabled comment=2.4GHz hw-supported-modes=gn \
    master-configuration="MyWifi config 2.4" name-format=identity \
    slave-configurations="MyWifi IoT config,MyWifi Guests guest config 2.4"

Never leave frequency set to auto… You should set frequency manually. You know what channels you want to use, just set that channel frequency and that’s it.

Also i can see that you set skip dfs channels, i think CH50 and 138 fall under DFS range. So in this case your AP have no other choice other than CH36 or CH149 if you are using 80MHz channel width.

Also, do you have a lot of other AP’s in your area ?