awarbler / SeniorProject

This is a place to keep my notes for my senior project
0 stars 0 forks source link

Testing and Debugging #85

Closed awarbler closed 7 months ago

awarbler commented 8 months ago

Test your Arduino code to ensure it can successfully connect to the Nest API and control your thermostat. Debug any issues that arise during testing.

habibur4340 commented 8 months ago

Hey @awarbler 👋,

Just finished a round of testing on our Arduino code for connecting to the Nest API and controlling the thermostat. Ran into a few snags along the way. To streamline our testing and debugging process, I highly recommend we check out Apidog.

Apidog could be a great asset for us to test and ensure our code interacts seamlessly with the Nest API. It offers detailed insights that can help us quickly pinpoint and resolve any issues.

Quick steps with Apidog:

Set up Apidog to monitor our Arduino to Nest API connection. Test endpoint accessibility and functionality. Use feedback to debug and refine our code. Thoughts on giving Apidog a try to make our development process smoother?

Cheers! 🛠️