How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A16 (https://www.kincony.com/forum/forumdisplay.php?fid=25) +--- Thread: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO (/showthread.php?tid=1715) |
How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - admin - 02-25-2022 these are tasmota firmware BIN file for KC868-A16. after you download, you need config wifi ssid and password by board's AP. 1. download tasmota download tool for KC868-A16 ESP-Flasher-Windows-x64.zip (Size: 16.07 MB / Downloads: 804) 2. download tasmota BIN file firmware for KC868-A16 firmware-en-a16.zip (Size: 762.33 KB / Downloads: 896) PCF8574 GPIO config for 16 channal output and 16 channel input RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - andi - 03-01-2022 (02-25-2022, 06:37 AM)admin Wrote: these are tasmota firmware BIN file for KC868-A16. RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - petez69 - 05-13-2022 Hi there.... Can we please get the changes you made to the source code so we can compile later versions.....? Do the changes support ethernet ? Thankyou..Peter RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - admin - 05-13-2022 you can use our firmware directly, it already support ethernet. RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - petez69 - 05-14-2022 (05-13-2022, 02:18 PM)admin Wrote: you can use our firmware directly, it already support ethernet. Sorry that was NOT my question. Can you please supply the changes you made to the userconfig file in the tasmota source code so I can compile my own software.... Thankyou RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - admin - 05-15-2022 here is source code of tasmota: https://github.com/arendst/Tasmota we only enabled PCF8574 in config. RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - petez69 - 05-15-2022 (05-15-2022, 12:04 AM)admin Wrote: here is source code of tasmota: https://github.com/arendst/Tasmota Hi Kincony Thankyou....I wasnt sure if you had to do more. I found the ethernet enabled in ESP32 and enabled the PCF8574 in tasmota....AS my board hasnt arrived so I cant test. Appreciate your fast response :-) Peter RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - admin - 05-15-2022 yes, i think when you have a board, debug it will be better, just enable or disable comments on source code config. RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - MysterX - 09-13-2022 Hi @admin I have flashed attached firmware and performed configuration described above. On the first start I have connected it to my Access Point(set my wifi/password to connect). Now I would like to connect the board via ethernet, but can't configure it. Do you have any recommendation on how I can set Eth configuration? Thank you. RE: How to use tasmota for KC868-A16 via PCF8574 IIC extend GPIO - admin - 09-14-2022 wifi and ethernet can't work at the same time, disable your wifi, just use ethernet. |