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
126 stars 41 forks source link

MCP230XX used the same way as PCF8574 #56

Closed MadDoct closed 5 years ago

MadDoct commented 6 years ago

Could you add support for mcp23008 and mcp23017, the same way as PCF8574. I mean allowing them to be set as relays and not as sensors as in the current implementation...

stefanbode commented 6 years ago

I just received some modules to test. Also have to see what’s already in the master branch. Anyhow quite busy these days. Time is gold .

welbo97 commented 5 years ago

Master added support and driver for mcp230xx series and implemented a sensor29 command to control it. I suggest you close this issue.

stefanbode commented 5 years ago

Thanx!

MadDoct commented 5 years ago

This shouldn't be closed! It wasn't about implementing support for mcp23017. That has been done for a long time and I even helped implementing it... It was about implementing it seamlessly like with pcf8574, being able to configure it as relay or switch from tasmota...