I've been searching the community and google and haven't found this directly answered, but maybe I'm not looking in the right place. I recently purchased an MPPT for our travel trailer, and will probably be getting a SmartShunt shortly, then perhaps expanding. I already have a Particle Boron in the trailer sending various telemetry data through their webhooks and would like to be able to use the Boron for sending data to VRM.
I realize that I can run a Raspberry Pi with Venus that will send data to VRM, but I would prefer to not need the Raspberry Pi as the middle man, requiring WiFi or some other form of internet connection. The Boron is already connected to LTE and publishing to other locations when LTE is available.
The API appears to be all about reading data from VRM, but I haven't found any way to actually push data to VRM. I would be looking at pushing data every 5-10 minutes realizing that I would be missing datapoints.
Is there an API that would let me POST data to VRM? I looked at MQTT but that seemed like it was more about sharing data internally via Venus, is MQTT a way to push data to VRM and I'm missing that documentation somewhere?
Thanks