Smart Home Automation Forum

Full Version: DI8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Can I use the DI8 input to detect a DC signal in the range of 0.8 to 1.5 V? I previously used an Arduino Mega, which could read voltage levels on its digital I/O pins. Now, I’m looking to replace the Arduino with an ESPHome solution that can accomplish the same task.
The goal is for the signal to be represented as an On or Off input in Home Assistant.
Is this setup feasible? Or are there better methods to bring 0.8 to 1.5 V DC signals into Home Assistant?
Thank you!
if you input 0.8-1.5v DC, to DI8's input port, it means LOGICAL "1" = trigger, it can be detected with home assistant.
if input <6v, all are LOGICAL "1".