wyzazz
Well-Known Member
I got it working in mock up. I'm using a crydom ssr hooked up to some reptile tape for duty cycle testing. So far it's working right. My only concern is with the way the gpio handles it's state when not called upon. I also have a 2channel relay board hooked up for switches and when Elsinore isn't running it's like the pins are producing a small amount of current, almost like it's between inverted and not inverted. The ssr board dimly lights up on both channels until the jar file fires up, then it behaves appropriately. Also I have a major concern with using the pi to drive SSRs directly. I don't know if it's a usual occurrence but I advise not hooking up the mains power to the ssr until you setup the pid in the software then REBOOT before trying to use the ssr. Every time I tried to setup the pid I'd get pulsing on the ssr pin until I totally shut down the system and then restarted. And that is a big no no in my book. I thought it was because I was using a known bad ssr because it had an activity led built in. But it was, in fact, the gpio pulsating for no ****ing reason, even if I turned it off and shutdown Elsinore. I am going to drive the ssr with a fet or tranny like is recommended but even so I think I'll have to write up a small script that waits until Elsinore is loaded to trip a main relay so I don't have as much worry of dry firing or something worse.
I wonder if something isn't wrong with the hardware in your PI? Mine does not behave like this at all.