I~m pretty new with programming languages, Nod red and JSON.
I want to get data from a SMA Webbox with "JSON". I already created a couple of nodes (inject node -> change node -> http request node -> debug) has per [Cybertron](https : // How to send a post request with content) post. The "Manufacturer" realesed a guide (http://files.sma.de/dl/2585/SWebBoxRPC-BA-en-14.pdf) where it says that teh request should be in the following form:
RPC={
"version": "1.0",
"proc": "GetPlantOverview",
"id": "1",
"format": "JSON" }
Also the URL for all requests is: http : // IP address/rpcThe IP address in each case is the currently configured IP address of the Sunny WebBox. The default setting is 192.168.0.168.Hence, the default URL is the following: http: // 192.168.0.168/rpcThe request is transmitted via HTTP POST in the body of the HTTP request as a serialized JSON object according to the conventions established in Section 4.1.
Can somebody give me some light? Any clues how to achieve the goals...
Appreciate for some help.
Ricardo