I have an Arduino connected to a MOSFET (gate), the MOSFET is switching a 12v solenoid valve. This works fine but now I want to add a manual switch. Can I simply add the switch between MOSFET drain and MOSFET source?
If this is OK, are there an issues related to the gate status? This could be high or low when the manual switch is used.
Sounds like he wants a manual switch in parallel (not series) to the MOSFET to bypass it.
In series would just mean he needs both to be on to be on.
In parallel would mean only one needs to be on to be on.
I don't see a problem if both are on in the parallel config.
And, more importantly, it doesn't short-circuit the Arduino output to ground or any other hard voltage rail. So it's safe for the Arduino until there's some extraordinary event like 220V getting shorted to the motor. Then everything disappears in a puff of magic smoke.
Remember that the full motor current will be flowing through your switch. With a large motor and a small switch, this may cause problems for the switch. Make sure it's rated for the voltage and current you're using.