Now I like to change the battary value as well over JSON, so I thought I have to add something like a “battary”-node with a voltage value.
Is this possible and if so how to setup this? (Sorry, I didn’t find a more detailed information about the JSON interface)
In the case this is not the right approach, how can I achive this?
So by tracking the fdm.battery_voltage = battery_voltage; in sitl to replace its value with the values that received from JSON connection will do what you want
I took a look at the code and I understand (or misunderstand) that I have to change the code and build it on my own to achive the goal setting battary values via JSON.