Hi,
I can't find documentation anywhere of how to set max current (in the inverter) to a value received via CAN (i.e. from the BMS). Is this not possible?
I would like the BMS to be in charge of how much current the inverter/motor is allowed to pull. My idea was to have the max output current, calculated by the BMS, presented on CAN and used by the inverter.
Any ideas?
I have a Leaf motor, EM-57, with a gen 3 gen 2 OI board. [edited for correctness]
Setting max current over CAN
- johu
- Site Admin
- Posts: 6487
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 303 times
- Been thanked: 1406 times
- Contact:
Re: Setting max current over CAN
Wait, you're successfully running a Gen3 OI board? I.e. in Leaf Gen3 inverter.
Apart from that, if you use the new "green" web interface you can map idcmax (accel) and idcmin (regen) just like any other item.
Apart from that, if you use the new "green" web interface you can map idcmax (accel) and idcmin (regen) just like any other item.
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
- jerrykco
- Posts: 134
- Joined: Thu Dec 12, 2019 5:32 pm
- Location: United States, Colorado
- Has thanked: 28 times
- Been thanked: 21 times
- Contact:
Re: Setting max current over CAN
Hi johu, is there sarcasm in this part of your response ? What am I missing?
Jerry Kauffman
jerryk48 at gmail dot com
jerryk48 at gmail dot com
-
- Posts: 531
- Joined: Mon Jul 03, 2023 3:17 pm
- Location: CT, central shoreline, USA
- Has thanked: 183 times
- Been thanked: 156 times
Re: Setting max current over CAN
Gen 3 leaf board is a work in progress. We haven't gotten it to run yet. If you have a gen 3 leaf board working we would love to hear about it. There's a link in my signature at the bottom of this post.
If you mean a revision 3 or something else it would be good to clarify what you have.
If you mean a revision 3 or something else it would be good to clarify what you have.
Re: Setting max current over CAN
Sorry about my misleading information. Blaming fat fingers. I have a Gen 2 OI board. I am correcting the initial post to avoid further confusion.
Great that there is an available solution to my issue. I will upgrade to the latest "green" interface and take it from there. Thanks Johu!
Re: Setting max current over CAN
Been looking around the open inverter site for the latest files to update the web UI, but I can't find them. I am expecting index.* files, but can't find any.
Can someone please help me pointing out where I find the files I need to upload with the upload interface in the the web UI?
Can someone please help me pointing out where I find the files I need to upload with the upload interface in the the web UI?
- johu
- Site Admin
- Posts: 6487
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 303 times
- Been thanked: 1406 times
- Contact:
Re: Setting max current over CAN
CAN or serial attached?
CAN: https://github.com/jsphuebner/esp32-web ... ckend/data
Serial: https://github.com/jsphuebner/esp32-web ... ckend/data
CAN: https://github.com/jsphuebner/esp32-web ... ckend/data
Serial: https://github.com/jsphuebner/esp32-web ... ckend/data
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
Re: Setting max current over CAN
Well, I have been running FW 5.35, monitoring and editing over WiFi. My idea was to use the upload via WiFi to update the WebUI. I am afraid I don't understand the options "CAN or serial attached".
Re: Setting max current over CAN
Can or serial is just the means of communication between the web interface and your board. For instance if you are using the external canbus datalogger you'd use the can version.