Hello and thank you for reading this and hopefully helping me out!
Currently I want to build an app for my Garmin watch (Monkey C) which displays the current data of my Victron system.
The data I want to show is:
- current state of charge
- battery current
- solar power
- load power
I found a way to do it with a installations/ID/diagnostics request, but the responded JSON is too large to be processed in Monkey C.
I use a way similar to this post from Jan 22 2022.
I am therefore looking for a way to retireve a smaller repsonse with the data requiered.
The bearer token is no problem to receive (sizewise).
I hope someone can help me here.
Thanks and cheers!