This is supposed to be the same wallet but BlueWallet (and also electrum) only detect 21593 Sats in it while on LND it says 205990 Sats. BW detects the first couple of transactions (while showing slightly different amounts?) but then it stops detecting more transactions. Is it a derivation path problem maybe? If yes: how can I solve that, so I see the same amount on my BlueWallet? This really makes me stop pushing more to my Umbrel node. PS: many screenshots in one picture duo to pic limitation for new users.
lnd uses p2tr addresses by default for channel closures etc (begins bc1p…). bluewallet only supports p2wpkh (begins bc1q…). For external control use sparrow, which supports p2tr, or disable lnd from using p2tr (protocol.no-any-segwit=true), however when I tried that years ago, I think the setting only worked for coop closures and force closures kept using p2tr. Perhaps it was fixed since then, but I havent tried. P2tr is more blockchain efficient in majority of scenarios so Ive got used to it.