sinricpro / esp8266-esp32-sdk

Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
https://sinric.pro
228 stars 121 forks source link

Wont stay connected #246

Closed DrakeAnglin closed 2 years ago

DrakeAnglin commented 2 years ago

I am using the Arduino SDK Example. I added my credentials in the define section of the code and installed it directly onto my node mcu.

the issue i am having is that it connects and immediately disconnects. I have not altered the example code at all with the exception of adding my creds. i validated that i have the correct versions of the required dependencies. I know it is actually connecting to the sinric server since as you can see in the screenshot below, the connection count is going up quickly.

image

image

sivar2311 commented 2 years ago

Hi @DrakeAnglin It turned out, there a bug in the latest release (2.9.13) Please downgrade to 2.9.10 until this is fixed. Sorry for the inconvenience.

sivar2311 commented 2 years ago

This is fixed now (see #247). Please update to 2.9.14

DrakeAnglin commented 2 years ago

that worked, thanks!