-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling MI32 Homekit #337
Comments
As I understand correctly Tasmota driver, there has to be First two are enabled in TasmoCompiler by selecting "Bluetooth" feature as described here The last one #ifdef USE_MI_HOMEKIT
#undef USE_MI_HOMEKIT
#endif
#define USE_MI_HOMEKIT Those |
I have |
Does it work for you? |
Compile yes |
Have you read this part of documentation link? #ifdef USE_MI_HOMEKIT
#undef USE_MI_HOMEKIT
#endif
#define USE_MI_HOMEKIT 1
#ifdef USE_MI_EXT_GUI
#undef USE_MI_EXT_GUI
#endif
#define USE_MI_EXT_GUI |
Compile yes |
Unselect "Bluetooth" from features list and add those line in "Custom parametrs" field: #ifdef USE_MI_HOMEKIT #ifdef USE_MI_EXT_GUI #ifdef USE_MI_ESP32 /root/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /tmp/ccTwC5sJ.ltrans10.ltrans.o:(.literal+0x5ac): undefined reference to Environment Status Duration tasmota32 FAILED 00:13:08.714 |
The "Bluetooth" feature needs to be SELECTED/CHECKED. If it does not work for you please contact Tasmota Dev Team to assist you with your problem. |
This is a verified working env for MI Homekit
|
Somehow related. Homekit support is now removed in Tasmota. Release v13.2 will be the last which does support Homekit. Homekit is not compatible to IDF5.1 which is the underlying SDK for Arduino 3.0.0. Arduino 3.0.0 is needed for supporting the newer espressif MCUS. |
Can you please include MI32 Homkit ?
The text was updated successfully, but these errors were encountered: