Hello Folks
I am close to the end of my "intelligent home" project.
Arduino Mega revision 3 is used for light control / LED strip and Window blind.
Light control and motor for windows blind is control with SSR relay from Schneider - type SSL1A12JD + SSLZVA1 (socket).
Light control is working great (resistant load does not make any issues).
Problems occurred with motors (one phase motor with capacitor inside, inductive load make troubles).
I am using two relays for one motor (each is controlling one direction). Software is ensuring that both direction will be not set in one time. Relay is controlled directly from Arduino output.
In case if motor is reaching end limit position (which is build inside) for short moment some noise is going back over SSR to Arduino. After that in most cases Arduino is resetting after occurring over voltage on ports.
Conclusion is that galvanic separation on SSR relay is not so perfect.
After reading some topic on forum I want to try :
- add ferried cores,
- add additional light isolation module between Arduino and SSR e.g. A87TLP281,
- add serial connection between Arduino port and SSR inductor but question is what size 1 mH ? xxx uH ?
If anybody had similar problem or idea how I can solve this problem I will be grateful for comments.
If somebody will be interested I can upload on next days some pictures of my electrical switchboard and upload code.