Hi
I am quietly new to ESPHome. so excuse me if my question is kind newbie,
And i have a ESP8266 nodemcu and 4 sn74hc595 as I/O expander. and it’s work fine with my relays.
So i want to know , is it possible to use I/O Expander ports as Sensor, Binary_sensor, RGB LED ?
I did not find anything to explain it or concept about it .
Hey there,
Thanks for quick reply, Actually as i mentioned already have dose and Relays works fine,
I want to use Sensors or binary_sensors behind it.
The Problem is Addressing PIN:
for Example:
No, you can’t use 74hc595 as input. For this you will need latched parallel in, serial out chip as SN74HC597, but looks that this chip is not supported in esphome.
Try with I2C expanders as PCF8574 or SX1509.