collin80 / GEVCU

Generalized Electric Vehicle Control Unit
114 stars 56 forks source link

Simple configuration of more devices #80

Open collin80 opened 10 years ago

collin80 commented 10 years ago

Currently it is possible to configure generic throttle and motor controller parameters via the web interface. But, other devices exist. It should be possible to configure charging voltage and current for chargers. It should be possible to configure the DC/DC bus voltage for the accessory (+12V). Maybe not all chargers or DC/DC converters can be thus configured. In that case they're free to ignore the settings. But it might be nice to still be able to set a basic list of generic and mostly shared settings for each device type so that people can quickly configure their car from the web interface. More advanced configuration can be done on the serial console.

neuweiler commented 7 years ago

check out SerialConsole.cpp and the various config pages in the web site. Depending on the activated device (e.g. BrusaDMC5 or DmocMotorController) you see the related set of configuration options only.