I have a Fibaro Smart Implant and a generic dumb driveway sensor I’m trying to make smart. Thought I had it working but realized I wired it slightly wrong and now that its correct I get no proper signals, again didn’t do it right so want to get some ideas for what to add to fix the issue.
Driveway hub supports 4 sensors, each with their own LED that blinks when motion detected. It runs on 5v/6v via 4 AAA’s.
Planning to tap into the LEDs for each of the 4 driveway sensors with some debounce for blinking.
Fibaro runs on 9-30v and has 2 INPUT signal wires I’m trying to use.
Wrong way
Initially I wired it wrong by tapping both sides of LED for signal & ground as opposed to ground from battery and signal from input side of LED.
That setup got 0v on no light and 1.5 when one was blinking. But because “shared ground (NOT GROUND)” one light signaled both wires the same.
I got a proper detectable signal on INPUT1 from the Fibaro, seemed to work, but INPUT2 didn’t.
Rewired
Rewired to have shared ground with hubs battery, and one signal wire from each LED on proper side. Both get a proper voltage ~1.5v when activated as expected now.
Fibaro Issue
Fibaro firmware is terrible and is causing ~0.8v constant voltage out on the INPUT line now when not in ANALOG mode. Only if I put them into Analog mode will it go to 0 when passive, but then it doesn’t detect properly as the spikes in voltage to blink the LED are too short or don’t occur during polling (I’m guessing).
When not in analog mode the voltage being 0.8v causes it to never detect an open circuit or change when 1.5v is applied.
Does anyone know why that 0.8v is applied constantly? Haven’t found definitive answer, or is this unit a dud?
The Plan
My plan which I’m hoping to get validated is to somehow convert that 0-1.5v to a usable digital signal acting more like an alarm door open signal
Will using either a ADC (Analog to Digital Converter) or some type of relay to convert the analog ~1.5v+ into a digital signal that the INPUT can properly asses.
Also plan to add a static 9v source & 6-24v → 5v DC buck converter to power the hub and ditch the batteries.
Does that sound like it should do what I need. I think my issue was wanting a digital signal, but getting a blinking LED is not exactly that.