Martin,
I used your first method. It's so simple I'm ashamed I couldn't get it right without help.
Thank you very much
Search found 4 matches
- 29 May 2014 19:51
- Forum: User Help / Bug Reports
- Topic: usng string function to extract values
- Replies: 5
- Views: 15828
- 28 May 2014 23:13
- Forum: User Help / Bug Reports
- Topic: usng string function to extract values
- Replies: 5
- Views: 15828
usng string function to extract values
I did this once before, but now I can't remember how I did it.... :oops: I get a string of data via http request. It looks like this: {"temp":79.00,"tmode":2,"fmode":0,"override":1,"hold":0,"t_cool":76.00,"tstate":2,"fstate":1,"time":{"day":2,"hour":9,"minute":35},"t_type_post":0} (it's from the the...
- 15 Feb 2014 18:59
- Forum: User Help / Bug Reports
- Topic: Problem using curly brace { in a json string as http request
- Replies: 2
- Views: 9088
Re: Problem using curly brace { in a json string as http req
Martin,
Thank you VERY much!!!
I followed your instructions to the letter and it now works perfectly.
Thanks again.
Thank you VERY much!!!
I followed your instructions to the letter and it now works perfectly.
Thanks again.
- 15 Feb 2014 02:07
- Forum: User Help / Bug Reports
- Topic: Problem using curly brace { in a json string as http request
- Replies: 2
- Views: 9088
Problem using curly brace { in a json string as http request
I need to send something via http request like this: http://emoncms.org/input/post.json?json={var1:variable1,var2:variablename2}&apikey=beshytb5fd0633c8d7d24dba34gh3456 I can build the expression no problem, but where I'm having trouble is the curly braces. I can build the expression as a variable o...