I am looking to make the VLANs not be able to talk to each other. I have done this at the firewall with different subnets and different interface assignments and blocked all traffic between them.
OpenWrt is in AP mode, it connects to my OPT1 that is VLAN tagged for 4082 with a private network of 10.0.0.0/24 my other AP is on a private network of 192.168.1.0/27 van tag 4084 they can not talk to each other however I wonder if I need to add that VLAN tag into the OpenWrt also.
What port on the AP is used for the uplink? Is it directly connected to your router or is there a switch in between? And what VLANs are in use? Are all VLANs tagged, or is one untagged on the trunk?
Once you've created the VLANs on your OpenWrt device, create bridges that contain the VLAN -- that will be ethx.y where x is the internal CPU port (usually eth0, sometimes eth1) and y is the VLAN ID.
Then create an unmanaged interface for your guest network and use the new bridge device for it.
The other network, probably gets the IP address and uses the other bridge.