The VRM Juice API has been deprecated in favor of the VRM v2 API. See new API documentation here:
The Juice API can be used to request data from the VRM database, using JSON. On this page there are usage notes as well as an example. The formal API documentation is found here: https://juice.victronenergy.com/build/apidoc/.
An example PHP file is here: vrm_juice_php_example.
A Wordpress blog that uses the API to show actual solar yield in Watts as well as a complete system status is here: http://lackancottage.co.uk/about-us/off-grid/.
And the source code of the iOS and Android VRM apps, also using the Juice API, are here:
When parsing results, do not use the idDataAttribute. Use the code instead.
the API will reply with a format string, usable by many programming languages. For PHP see printf
~~DISQUS~~