Hllo i asked for help few month ago to solve my troulbe . i need to send a unique http adress to my mqtt broker.
it was working but today i made a mistake on my raspberry and i deleted my work so i need your hel one more time to help me
like that it work
You have moved payload to URL - BUT - the payload is NOT a URL (its an object)
a URL must be a string like http://xxxxxxxxx/ but clearly you can see in your picture, URL is an object full of stuff (not a string!)
You did NOT put a debug on EVERY output of EVERY node
You did not expand the debug objects fully as requested...
I'm afraid if you dont follow my requests, I cannot help you.
Parameter name: "api-key" has value "xxxx"Parameter name: "api-secret" has value "xxxx"Parameter name: "station-id" has value "xxxx"Parameter name: "t" has value "1598273300"Data string to hash is: "api-keyajmnxiysttgggzjwkxj6ajghlngti1xestation-id90419t1598273300"API Signature is: "331346626874a12e75ede06903307f41651af42878c6d3fbaf74ce9b5e709ecd"v2 API URL: https://api.weatherlink.com/v2/current/90419?api-key=ajmnxiysttgggzjwkxj6ajghlngti1xe&api-signature=331346626874a12e75ede06903307f41651af42878c6d3fbaf74ce9b5e709ecd&t=1598273300
Hello.Just for your information. i found the solution. i have to modify python programm . i corrected the programm just to appear the link when i execute it.then i can move it to msg payload to msg url . Then http request and i have my result
Thanks for your help