4 posts / 0 new
Last post
rabbitev
rabbitev's picture
connection problems - react native

we're trying to connect to devices running Server v2 from a react native app.  We're having lots of problems.

 

Anyone have any ideas what the best connection method is?

markwj
markwj's picture
Best to ask on the developer

Best to ask on the developer's mailing list:

http://lists.openvehicles.com/mailman/listinfo/ovmsdev

I would think that the HTTP API would be the most appropriate, combined with an Auth token that could be easily revoked.

https://docs.openvehicles.com/en/latest/protocol_httpapi/index.html

Regards, Mark.

PabloAlluxi
PabloAlluxi's picture
Hello I am the dev that is working with this implementation

Hello!

Yes, actually we can connect the app with the car to get some info like the battery status and charging status but we don need only that, the problem with the HTTP is that it does not have an API that lets us open and close the car from the app, and we need to do that.

markwj
markwj's picture
Probably not hard to add

Probably not hard to add those commands to the API. Best to discuss on the developer's mailing list.

Log in or register to post comments
randomness