EdoFede / 123Solar-meterN-Docker

A self-configuring Docker image to run 123Solar and meterN
GNU General Public License v3.0
3 stars 3 forks source link

docker on raspberry pi, errors #2

Closed halfagascan closed 5 years ago

halfagascan commented 5 years ago

pi@raspberrypi:~ $ docker logs 123Solar

EdoFede commented 5 years ago

Hi, you get these error on first launch because 123Solar and meterN are not configured. The file "config/config_main.php" is created during the first setup in the admin section.

There are only errors related to the first launch and does not prevents the system from working.

As an enhancemente I could modify the bootstrap (that launches the meters/sensors polling) call to check the existance of config files..

Thanks for reporting.

EdoFede commented 5 years ago

No sorry, there is also a bug in the update script, that does not copy config files on the first run.

I'll fix it soon.

Thanks

EdoFede commented 5 years ago

Fixed in latest release (v3.2)