Thanks. Do you think it's worth it and safe trying to hook it up the way I describe to see if it would work?
I would not suggest it. From what I can gather, it looks like output changes on that power-ground wire. So if you hook things up like you suggested then at best it will only work in 1 direction, at worst it wont work at all or even damage something.
Does this relay board have a way to still use the buttons on the
seat? I don't know how to read that diagram for how to make that work. Is it simple?
Yes, the diagram is still using the
seat buttons. You are disconnecting the lumbar module and takings its inputs (from the switch buttons) and instead connecting that to the relay inputs. Then you are connecting the relay outputs straight to the lumbar motors. Basically you are just bypassing the lumbar module.
The inputs/outputs in the diagram match the pins of what you will find on a 4 channel relay like this one:
https://www.amazon.com/HiLetgo-Channel-OPTO-Isolated-Support-Trigger/dp/B00LW2GM84
Logic:
A relay has 2 parts, the coil and the switch.
- The switch has 3 connections: Normally Open, Normally Closed and COM.
* COM: this is the output (in your case the lumbar motors)
* Normally Closed: this is what connects to COM when switch is in "off" position
* Normally Open: this is what connects to COM when switch is in "on" position
- The magnetic coil has a power and ground side, and is where you connect your input condition (in your case the
seat button). When the coil is energized, it flips the switch above from NC to NO position
So what you are testing is connected to the coil, and what you wish to output (depending on condition) is connected to the Normally Closed and Normally Open pins.
IF condition = FALSE (coil not energized), COM = Normally Closed. IF condition = TRUE (coil energized), COM = Normally Open
How it works in your specific case.
The switch is your output connecting to the lumbar motors. Ground is connected to Normally Closed pins which by default goes to the COM pins which goes to the Lumbar motors. Thus when not pressing the
seat switch button, pins 2 and 4 on both lumbar motors both receive ground, thus not driving the motor either direction
The coil is your input connected to the switches on the
seat. The
seat switches are a negative input (this means when pressed they send ground not 12v). Thus when the switch is pressed it creates a ground, it is wired to the IN on the relay and thus completes the ground, energizes the relay coil, and that flips the switch inside the relay from NC (ground) to NO (12v power) and thus sends power to the Lumbar Motor (COM pin).
So when you say press the lumbar down button - this signal travels to Pin 2 of S14 connector and goes to the IN on relay 2. This energizes the relay coil, flips the switch inside the relay, and now sends 12V power (from NO pin) over the COM wire to Pin 2 of the UP/Down Lumbar motor, thus giving power to Pin 2 and ground to Pin 4 and thus tells the motor to go in the DOWN direction.
Verbal Wiring Directions for Diagram:
The 4 channel board linked earlier has an NO, NC, and COM for each relay. It has an IN for each relay, and it has a shared DC+ (power), and DC- (ground).
- You will wire 12v power from battery up to each of the 4 NO relay pins
- You will wire ground to each of the 4 NC relay pins as well as to the DC- Pin
- You will need a fused 12v input (10A should be fine) to the DC+ Pin
- Cut the wires a few inches from the S12 and S13 connectors going to the lumbar motors
- Solder the respective COM wires from the relays to the S12 and S13 connectors for the motors.
- Unplug the S14 connector from the lumbar module.
- You can cut the needed wires (pin 1,2,8,9) from the connector or simply cut all of them.
- Solder the respective wires of the connector to the IN pins on the relay.
- These wires come from the
seat switches, which are low side input (meaning when pressed they are a ground, not 12v power), thus all the jumpers on the relay should be changed from High to Low.
For ease of wiring all of the power and ground connections I would suggest getting some terminal blocks like this:
https://www.amazon.com/Positions-Terminal-Pre-Insulated-Barrier-MILAPEAK/dp/B07CM1JQCR
FYI I had reversed the NC and NO on the original diagram. I have already changed and reposted the correct one. If you saved the original then delete it and redownload it.
BTW what are you using for power? A 450W computer power supply would actually work pretty well for this.