GEVCU icon indicating copy to clipboard operation
GEVCU copied to clipboard

Ability to enable/disable devices from the website

Open collin80 opened this issue 11 years ago • 3 comments

Currently it is required to use the serial console to enable or disable devices. This is problematic for people who aren't well versed in handling serial consoles. It would be useful if a list of devices appeared in the website and could be checked or selected such that devices could be enabled or disabled as needed by the end user.

collin80 avatar Sep 04 '14 18:09 collin80

That would be very cool.

jrickard avatar Sep 17 '14 13:09 jrickard

I changed the devices and DeviceManager so that devices can be enabled/disabled while GEVCU is running. Without the need to reset GEVCU. it uses the normal setup() method plus an additional tearDown() method to properly shut-down the device. This would be a good base to enable / disable all devices from serial as well as via Web console. Will be committed to the ArduionoDue branch within the next 2 weeks

neuweiler avatar May 11 '15 08:05 neuweiler

That's also included in todays pull request. You can dynamically activate/deactivate devices via the web config site - without the need to restart the system (most of the time)

neuweiler avatar Apr 01 '17 14:04 neuweiler