smart-underworld / seestar_alp

Complete Control and Automation for Seestar S50
Other
59 stars 28 forks source link

Add startup section in config.toml #169

Closed wileecyte closed 1 week ago

wileecyte commented 2 weeks ago

Allow users to specify non-persistent settings that would be set at startup.

wileecyte commented 2 weeks ago

Spitballing ideas:

quake101 commented 1 week ago

front/defaults.toml ?

YungKC commented 1 week ago

Startup defaults should not require front web GUI to execute, although the GUI can update the values. Therefore, these startup settings should be in device/config.toml.<*>

On Fri, Aug 30, 2024, 7:38 PM Joe V @.***> wrote:

front/defaults.toml ?

— Reply to this email directly, view it on GitHub https://github.com/smart-underworld/seestar_alp/issues/169#issuecomment-2322737906, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADWZ5CSDHNRUGIOZQMODOLZUEUBBAVCNFSM6AAAAABNC7Y6SGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRSG4ZTOOJQGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

quake101 commented 1 week ago

Good point!

On Fri, Aug 30, 2024, 10:49 PM YungKC @.***> wrote:

Startup defaults should not require front web GUI to execute, although the GUI can update the values. Therefore, these startup settings should be in device/config.toml.<*>

On Fri, Aug 30, 2024, 7:38 PM Joe V @.***> wrote:

front/defaults.toml ?

— Reply to this email directly, view it on GitHub < https://github.com/smart-underworld/seestar_alp/issues/169#issuecomment-2322737906>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AADWZ5CSDHNRUGIOZQMODOLZUEUBBAVCNFSM6AAAAABNC7Y6SGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRSG4ZTOOJQGY>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/smart-underworld/seestar_alp/issues/169#issuecomment-2322740463, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKJL5BIOEUIUA2ILPE5LDTZUEVLTAVCNFSM6AAAAABNC7Y6SGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRSG42DANBWGM . You are receiving this because you commented.Message ID: @.***>

smart-underworld commented 1 week ago

Implemented.