victronenergy / venus-html5-app

HTML5 App including Javascript library that communicates with Venus OS over MQTT websockets
MIT License
102 stars 32 forks source link

generator: rename /AutoStart path #381

Closed martinbosma closed 3 weeks ago

martinbosma commented 3 months ago

https://github.com/victronenergy/venus/issues/1267

mman commented 1 month ago

Currently the generator auto start code seems to live here: https://github.com/search?q=repo%3Avictronenergy%2Fvictron-mfd-modules%20%22%2FAutoStart%22&type=code

For Fisher Panda:

https://github.com/victronenergy/victron-mfd-modules/blob/f6e1fb434fb821486ed663c4a27011f7f46ec469/src/Modules/Generators/GeneratorFp.provider.ts#L34-L38

For Relay based generator:

https://github.com/victronenergy/victron-mfd-modules/blob/f6e1fb434fb821486ed663c4a27011f7f46ec469/src/Modules/Generators/GeneratorRelay.provider.ts#L37-L55