First off, you never want to “add” an existing data disk back into a vDev. ZFS either finds it automatically, or the disk has lost too much data for ZFS to use it.
Next, using RAID-Z1 means you can loose only 1 disk in each vDev, before DATA LOSS. It appears you have lost 2 disks in the same RAID-Z1 vDev, otherwise the pool would still be available.
Please supply the output of zpool import command, in CODE tags. With that, we can see more clearly the pool state.
You may want to rebuild your pool as 3-wide VDEVs of 4-wide RAIDZ2s, with 2 spares. This will give you both more capacity and more throughput, and able to survive up to 4 failed disks in any VDEV.