jbdamask / CallConnect_ESP32

Port of CallConnect code to use ESP32 platform and AWS IoT
1 stars 0 forks source link

AWS DUPLICATE_CLIENT_ID errors in CloudWatch #25

Open jbdamask opened 5 years ago

jbdamask commented 5 years ago

I noticed that I hadn't received a temperature alert in about 24 hours and so checkout CloudWatch. This may relate to restarting the board. Interestingly, the device is connected to the broker and MQTT topic because "lights" works. But there seems to be a problem with temperature. No idea why

jbdamask commented 5 years ago

Changed chip restart code in firmware to gracefully restart. Previously, I just called ESP.restart() without bothering to disconnect from broker.