Author Topic: IFTTT Outside Temperature example - Still not working  (Read 2291 times)

kristofferis

  • Sr. Member
  • ****
  • Posts: 287
  • Location: Sweden
    • View Profile
Re: IFTTT Outside Temperature example - Still not working
« on: June 11, 2016, 05:08:18 pm »
But now we know that your IFTTT is working.
Do you run this in debug mode in mcStudio when connected to a mcModule?
If not, do that and also set some breakpoints in the code.
One on the raw that fetch the temperature and one the next line that creates a string and finally one on the raw that sends the IFTTT message.

Then you will see if the code actually run and also what value you are pushing to IFTTT.