Hello, yes it is correctly installed. No errors were produced when installation was done.
No idea why is this happening. I have try differents methods but none seem to correct the issue.
Search found 27 matches
- Mon Apr 18, 2022 12:35 pm
- Forum: ESP RainMaker
- Topic: ESp Rainmaker HomeKit Error Compiling
- Replies: 5
- Views: 25429
- Sat Apr 16, 2022 4:03 am
- Forum: ESP RainMaker
- Topic: ESp Rainmaker HomeKit Error Compiling
- Replies: 5
- Views: 25429
ESp Rainmaker HomeKit Error Compiling
I am trying to compile a ESP Rainmaker example with the homekit integration but I get the following error: C:\Users\...\.espressif\esp-rainmaker\examples\airquality_homekit>idf.py set-target esp32 Adding "set-target"'s dependency "fullclean" to list of commands with default set of options. Executing...
- Thu Apr 14, 2022 5:38 pm
- Forum: ESP RainMaker
- Topic: 3rd Party Integration(Alexa) Not working Corretly
- Replies: 3
- Views: 4738
Re: 3rd Party Integration(Alexa) Not working Corretly
Yeah I see. However; if I make devices using the Other type the device shows up in alexa but it shows empty. It doesnt have the humidity reading value. How can I make this work.
- Wed Apr 13, 2022 3:34 pm
- Forum: ESP-IDF
- Topic: Help with EXPORT for Homekit SDK
- Replies: 0
- Views: 1107
Help with EXPORT for Homekit SDK
Hi, Im trying to integrate homekit to my project but I get an error as the path is not find and it says I need to do this:
export HOMEKIT_PATH=/path/to/esp-homekit-sdk/
But the question is where to I have to put or use this export.
Thanks.
export HOMEKIT_PATH=/path/to/esp-homekit-sdk/
But the question is where to I have to put or use this export.
Thanks.
- Sun Mar 20, 2022 3:28 am
- Forum: ESP RainMaker
- Topic: 3rd Party Integration(Alexa) Not working Corretly
- Replies: 3
- Views: 4738
3rd Party Integration(Alexa) Not working Corretly
I'm trying to integrate Alexa to my project however it doesnt work as it should do. For example if I make a custom device for a co2 or humidity sensor it show me such sensor on alexa however it doesnt display the reading value at it does in esp rainmaker. Below it what I have. I am using arduino ide...
- Thu Mar 17, 2022 2:49 am
- Forum: ESP32 Arduino
- Topic: HomeKit Library compatible for ESP-IDF 2.0.2
- Replies: 0
- Views: 1425
HomeKit Library compatible for ESP-IDF 2.0.2
Hi, I am using arduino ide with espressif 2.0.2 version for boards since I am using esp rainmaker. However; every time I use the regular arduino_homekit_server.h lib for homekit support my arduino ide compilation returns the following error: Error for compiling for Board ESP32 Dev Module. I know the...
- Tue Mar 15, 2022 2:32 am
- Forum: ESP RainMaker
- Topic: Failed to get device version information with error the handle is invalid ERROR
- Replies: 3
- Views: 6290
Failed to get device version information with error the handle is invalid ERROR
I get the following error while ble provisioning the device. This occurs after scanning for ble devices and choosing my esp32 device. Any ideas of why does this happen? Thanks
- Sun Mar 13, 2022 12:04 am
- Forum: ESP RainMaker
- Topic: Node Parameter Name Change Not Working
- Replies: 0
- Views: 2284
Node Parameter Name Change Not Working
I'm trying to change the name of one of my devices however every time I do it it gives an error that says: Failure! Please enter a valid float value. However; this is a string value and it doesnt get updated. I have this so far: Param mq2_param("MQ2", "esp.param.temperature", value((int)MQ2_Analog),...
- Thu Mar 10, 2022 1:16 am
- Forum: ESP RainMaker
- Topic: Using NimBLE WIFI Provisioning BLE ESP Rainmaker
- Replies: 2
- Views: 3624
Re: Using NimBLE WIFI Provisioning BLE ESP Rainmaker
Oh ok, thanks for the support. I did not know this. Once again thank you.
- Thu Mar 10, 2022 1:15 am
- Forum: ESP RainMaker
- Topic: WiFi Prov BLE Arduino Not Working for iOS Devices
- Replies: 3
- Views: 4367
Re: WiFi Prov BLE Arduino Not Working for iOS Devices
Yeah, I am out of choices here of why it works perfectly only for Android and not iOS maybe is the esp-idf version but I have tried 2 versions already and I still got the same issue.