stefanbode / Sonoff-Tasmota

Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE, enhanced with I2C options
GNU General Public License v3.0
127 stars 41 forks source link

Use of mure than 4 relays on D1 Mini #108

Closed mrmin24 closed 5 years ago

mrmin24 commented 5 years ago

Hi,

I have successfully used the PCF-8574 to implement 10 relays(including onboard relay and gpio) with the SV.

Is there however no way to use more than 4 relays on the D1 mini, seeing that there are so many pins available. Or am I doing something wrong? It only allows me to map 4.

Thx,

stefanbode commented 5 years ago

If you successfully attached the pcf on the i2c Bus there should be a new web interface where you can configure the relays. Oootb there are 32 relays supported. With some minor type changes up to 64. Please give the wiki a try and follow the instructions.

mrmin24 commented 5 years ago

Hi, sorry if I may have been unclear. I actually meant using the D1 mini without the PCF.

But I now realise that that the PCF probably just adds over and above the 4 x standard relays. So I suppose this is a stupid question.

Sorry.