I’m following the tutorial from Rikkas7 (excellent tutorial!) I have it all working for my 16 ParaTry webhook values going into Firebase… BUT when I add the final 17th variable to append my photon device name to the Firebase url, it breaks the webhook and none of my 16 variables get written to Firebase… just the variable names with “” in the values field… my code is below in the pic, highlighted with the source on top and output to the Particle Console in purple… I highlighted in Yellow where I should see some output like:
“n”:“MyPhoton1”
… I’ve poured over my snprintf() statement… tried different variations of the {{n}} mustache variable to try to get it to work… no luck… IF I remove the “n” variable and end my snprintf() at the “u” variable, all the 16 variable output to Firebase perfectly… but I don’t get my data structure with the “deviceName” branch
<imgany help would be appreciated! I’m sooooo close!