Hello,
is there a way how to send and receive CAN messages via Venus GX from/to remote server?
I think that it should be doable via root access to Venus and writing a bridge (e.g. in Python) to send some range of CAN messages to remote server and vice versa.
As a BMS developer I would like to use Venus as a bridge to administer and control the BMS (change parameters, read all cells, upgrade FW...). At the moment we are using USR ethernet bridge to UART to communicate with BMS from our server, but this requires additional ETH port (usually a switch then) and costs more and is more work to wire everything...
I do not want to write this complete thing from scratch - so I ask, maybe there is already something ready to use? I made quick search but have not found anything. Maybe some doc is already somewhere? or Venus GX programmers have something prepared for this purpose?
thank you for any hint on this
p.s. I can share our Python webserver which communicates to BMS clients and keeps connections. Maybe someting like this can be added to VRM portal
Petr