Custom ESPHome firmware and Tuya integration - 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-A6 (https://www.kincony.com/forum/forumdisplay.php?fid=22) +--- Thread: Custom ESPHome firmware and Tuya integration (/showthread.php?tid=6289) Pages:
1
2
|
Custom ESPHome firmware and Tuya integration - Stouf - 08-04-2024 Hello, I am trying to use your librairy but seem to always have the same compilation error, using the exemple or my own code. Maybe you have an idea of what it can be please? (of course I have a license for the product, hc868-a6, but almost sure it's not related) Code: src/esphome/components/tuya_iot/tuya_iot_component.cpp: In lambda function: Thank you very much RE: Custom ESPHome firmware and Tuya integration - admin - 08-04-2024 i don't know what you want to do? RE: Custom ESPHome firmware and Tuya integration - Stouf - 08-04-2024 I want to be able to control my device from the app. I already have everything working physically and using home assistant and/or mqtt, so I would want to finish the firmware by connecting the device to Tuya so it's also controllable using the app. (Smart Life for exemple) Is it possible or did I missunderstood the whole thing? Thank you. EDIT: Basically I want to flash the exemple code you provided with the librairy, to the board, but the compilation fails. RE: Custom ESPHome firmware and Tuya integration - admin - 08-04-2024 if you want to compile with Tuya arduino code. you need to install tuya wifi module arduino library firstly. RE: Custom ESPHome firmware and Tuya integration - Stouf - 08-05-2024 (08-04-2024, 11:59 PM)admin Wrote: if you want to compile with Tuya arduino code. you need to install tuya wifi module arduino library firstly. Thank you very much, I checked and have all the librairies installed, I'm using ESPHome and not Arduino IDE by the way so I presume that for the first time my ESPHome cannot locate the librairie....it's weird but it can be. RE: Custom ESPHome firmware and Tuya integration - admin - 08-05-2024 if you use ESPHome, we have yaml demo for tuya , but that is only use for KinCony's product. RE: Custom ESPHome firmware and Tuya integration - Stouf - 08-05-2024 (08-05-2024, 08:27 AM)admin Wrote: if you use ESPHome, we have yaml demo for tuya , but that is only use for KinCony's product. What I use is a KinCony product, it's the KinCony KC868-A6, I'm just using my own firmware and not KCS. (I just tried KCS actually and it's working great) I would just want to be able to use the board with my own ESPHome firmware. Could you share the yaml demo file please? (And I already have a Tuya license but I imagine that I wil need to buy and new one from Kincony right?) RE: Custom ESPHome firmware and Tuya integration - admin - 08-05-2024 ok, i see now. if you are using KC868-A6, need use tuya license, config in ESPHome ymal. here is sample: https://www.kincony.com/forum/showthread.php?tid=3502 RE: Custom ESPHome firmware and Tuya integration - Stouf - 08-05-2024 (08-05-2024, 10:24 PM)admin Wrote: ok, i see now. if you are using KC868-A6, need use tuya license, config in ESPHome ymal. here is sample: Ok I just bought the license. I'm emailing you with the details. RE: Custom ESPHome firmware and Tuya integration - admin - 08-06-2024 we have sent to your email. |