I need some help! I am not a developer but I have used node red for a solar monitor and it is working great. I have purchased a WiFi temperature monitor that has an API, which it is giving me in a string format (See Below). I want to take the Field8 Value which is 40 and put it in a gauge and I dont have any idea where to start!
Any help would be hugely appreciated.
"{"field3":{"value":0,"created_at":"2019-05-09T21:59:05Z","net":"0"},"field1":{"value":24.081406,"created_at":"2019-05-13T13:44:16Z"},"field2":{"value":31,"created_at":"2019-05-13T13:44:16Z"},"field4":{"value":3.114682,"created_at":"2019-05-13T12:59:04Z"},"field5":{"value":-35,"created_at":"2019-05-13T13:44:14Z"},"field8":{"value":40,"created_at":"2019-05-13T13:44:11Z","net":"1"}}"