Finaly I figured it up!! In Node-Red with the home assistant server I finaly can send The Volvo SoC to a virtual Tank device and add it to my VRM Portal!!
Becose I didn’t know that that node exists!! Where can I found it? I look for it in the virtual device options but I can’t find it!! Can you show me how to deploy that node?
I also use a virtual tank sensor to display vehicle soc.
I think @nickdb is reffering to the virtual E-Drive. But that’s not an electrical car, it’s an driver board for electric motors. The virtual E-Drive doesn’t have a soc.
As far as I know, there doesn’t exist any virtual electrical car node.
Unfortunately that is where all the cool new nodered stuffs happen. It is a fairly advanced beta now but best avoided if you don’t want to risk instability.
@grua, do you know where I can find the diferent expected value of msg.payload for each mesurement of the virtual EV Node? For example the EVCharging Node have all this possibilities for the Status mesurement: 0 - Disconnected 1 - Connected 2 - Charging 3 - Charged 4 - Waiting for sun 5 - Waiting for RFID 6 - Waiting for start 7 - Low SOC 8 - Ground test error… and until 24 diferent values, but the Virtual EV Node only accept 0 for disconected 1 for low power mode or 3 for charging any other number show “unknowed”. I’d like to have a full table of expected values for each mesurement for adapt to each node. Thank’s!!