-
Thank you @allObjects and @Robin for time you put into this :)
So indeed, all this time I thought that unlocking action is triggered by grounding MK. Analyzes of @allObjects shows that it should be KE. So I double-checked and you're right :) I was grounding KE and put wrong info in one of the first posts in this thread. To my defense this generator is installed in a place that is hard to get to, so I was relying on small mirror to read the labels.
In any case, it's definitely KE that is getting grounded.
I also did a bunch of measurements:
Is the voltmeter an analog needle type or a digital LCD type? Black ground and Red positive probes?
It's a digital LCD type, with black and red probes.
- The voltage drop on on R18 by measuring between MK and MASA. The voltage drop is 9.6V.
- The VAC between X1-1 and X1-2 (the black cables from the coil) and it's 13VAC.
- The drop between MU and MASA is 14V.
- The drop between KE and MASA is only 0.6V (this is what I need to pull-down to ground).
Does this information change anything in values of resistor or transistor type I should use ?
Today I got pulled into work and did not manage to do the shopping. Hopefully tomorrow I will go buy the missing parts :)
Thank you both for all your awesome help:)
- The voltage drop on on R18 by measuring between MK and MASA. The voltage drop is 9.6V.
From what I understand this is - mainly - going on: pulling
KE
to ground will shut of Transistor T3, turn on Transistor T2 and Thyristor TK1. Usingoutput_pulldown
on Espruino will do the trick on controlling NMOS FET or NPN Transistor. Connecting Gate or Base respectively with a 22k..47K helps to not have an open input in case Espruino is not powered (most darlingtons have already a built in resistor doing so). A plain "output" (or "open-drain") for pin mode is then good enough. Attached schema shows only relevant components.Alternative, the dashed connections to a door open push button in the Unifon in conjunction w/ C7, R11, R12 and PK1 allow to 4-wire only vs. 5-wire Unifon operation and makes the Unifon Mic input line do double duty:
For sure Espruino should not be connected directly to KE nor to MU - not on KE because voltage is way above 3.3V and you do also not want any noise on the pin from house wiring either. (@MaBe: sorry, this time no char graph schematics either); not on MU for same reason and could anyway not handle draining 61+mA. But what you can as added bonus: power Espruino MDBT42Q Bluetooth Breakout Board from the + (11V) of the control station... ;)
So, you have two options to make the unlock solenoid work: Ground either KE or MU... with a NMOS FET or a NPN Transistor.
Thanks for sharing this nice thought exercise.
P.S.: Colors help me think...