I am having trouble finding all solutions (or at least proving I have all the solutions already).
The equation is $$\frac{1}{a}+\frac{1}{b}+\frac{2}{c}=1$$
*a,b,c are positive I tried to base it on the solutions of a similar equation with the last term a 1 instead of a 2.
Let $a\geq b$.
Hence, $$1=\frac{1}{a}+\frac{1}{b}+\frac{2}{c}\leq\frac{2}{b}+\frac{2}{c},$$ which gives $$bc\leq2b+2c$$ or $$(b-2)(c-2)\leq4.$$ Now, if $b\geq3$ we obtain: $$c-2\leq\frac{4}{b-2}\leq4,$$ which gives $c\leq6$ and the rest is smooth.
For example, the case $b=1$ is impossible, but for $b=2$ we obtain $$\frac{1}{2}=\frac{1}{a}+\frac{2}{c}$$ or $$ac=2c+4a$$ or $$ac-2c-4a+8=8$$ or $$(a-2)(c-4)=8$$ and solve some systems:
$a-2=1$ and $c-4=8$ gives $(3,2,12)$;
$a-2=2$ and $c-4=4$ gives $(4,2,8)$;
$a-2=4$ and $c-4=2$ gives $(6,2,6)$ and
$a=2=8$ and $c-4=1$ gives $(10,2,5).$
Now, for $a\geq b\geq3$ we need to check $c\in\{3,4,5,6\}$, which is for you.
For the full ending of the solution it's enough to add triples $(b,a,c)$.