reinhard-brandstaedter / solarflow-control

A tool to automatically control Zendure's Solarflow hub with more flexibility to match home power demand
71 stars 12 forks source link

Topic House is not used anymore after last update #64

Closed AzraelsDisk closed 11 months ago

AzraelsDisk commented 1 year ago

image image image

AzraelsDisk commented 1 year ago

It looks like some of the variables are ignored, is there an other way no to set them?

reinhard-brandstaedter commented 1 year ago

There is now a new (additional) way to provide configuration via a config.ini file in the program directory. Maybe I've introduced a bug here. Please try providing a config.ini (template found in the src dir)

AzraelsDisk commented 1 year ago

How could this be done via Synology container manager? There is could only add variables. ThxAm 07.10.2023 um 20:31 schrieb Reinhard Weber (Brandstaedter) @.***>: There is now a new (additional) way to provide configuration via a config.ini file in the program directory. Maybe I've introduced a bug here. Please try providing a config.ini (template found in the src dir)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

reinhard-brandstaedter commented 1 year ago

It's the same as with other docker runtimes, you can mount a single file as a "volume" into a single file into the container as well: https://docs.docker.com/storage/volumes/

But there is indeed a problem when there is no config file present, default values are applied.... needs a fix