This is still going on, not sure where to put the blame, ESPHome or Mikrotik...
I just disconnected 2.4GHz radio on hap ac2 from capsman and esphome devices immediately connected to it, as soon as i bring it back to capsman i have issues.
This is configuration of a working interface (wlan1) - this is disconnected from capsman now.
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=0 band=2ghz-b/g/n channel-width=20/40mhz-XX country=no_country_set disabled=no distance=indoors frequency=auto frequency-mode=manual-txpower installation=\
indoor mode=ap-bridge ssid="Don't look at me" station-roaming=enabled wireless-protocol=802.11 wps-mode=disabled
# managed by CAPsMAN
# channel: 5180/20-Ceee/ac/P(23dBm), SSID: Don't look at me, CAPsMAN forwarding
set [ find default-name=wlan2 ] antenna-gain=0 band=5ghz-onlyac channel-width=20/40/80mhz-eCee country=serbia distance=indoors frequency=auto frequency-mode=superchannel installation=indoor mode=\
ap-bridge ssid="Don't look at me" station-roaming=enabled wds-default-bridge=bridge wds-mode=dynamic wireless-protocol=802.11 wps-mode=disabled
/interface wireless nstreme
# managed by CAPsMAN
# channel: 5180/20-Ceee/ac/P(23dBm), SSID: Don't look at me, CAPsMAN forwarding
set wlan2 enable-nstreme=yes
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" mode=dynamic-keys supplicant-identity=MikroTik
This is capsman configuration which I've tried to replicate from working wireless interface
/caps-man configuration
add channel=channel1 country=serbia datapath.bridge=bridge guard-interval=any hide-ssid=no installation=indoor mode=\
ap name="CAPs Conf" rates.basic=12Mbps rates.supported=12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps rx-chains=0,1 \
security.authentication-types=wpa2-psk,wpa2-eap security.encryption=aes-ccm security.group-encryption=aes-ccm \
ssid="Don't look at me" tx-chains=0,1
add channel.band=5ghz-onlyac country=serbia datapath.bridge=bridge hide-ssid=no installation=indoor mode=ap name=\
"CAPs Conf 5GHz" security.authentication-types=wpa2-psk,wpa2-eap security.encryption=aes-ccm \
security.group-encryption=aes-ccm ssid="Don't look at me"
/caps-man channel
add band=2ghz-b/g/n control-channel-width=20mhz extension-channel=XX name=channel1
And is not working when it's managed by capsman. Ive tried various configuration from this topic
- mx5gr noted that he had specific rates defined, i had none
- quackyo share his rates and that it's working with them, tried to configure my rates the same, not working
- yozik04 noted that he had to specify "eC" for extended channel, i had none configured so i tried eC and tried XX as in my default config - no change, not working
- raceboy said that it works with "local forwarding" disabled, in my case i had no local forwarding configured, but tried to specify it to both disabled and enabled , still not working
Any ideas are highly appreciated.
Also, my Roborock S5 Max is constantly being disconnected from radio when managed by CAPSMAN, when i disable capsman it's working just fine, stable.
It's getting disconnected with
disconnected, received deauth: sending station leaving (3), signal strength -50
EDIT:
Solved it by removing WPA2 EAP Authentication type (leaving only WPA2 PSK)
Not sure what i was thinking..