oy.. so i set up both arduino's with two instances of brewpi (named freezer and fridge) on the same raspberry pi and if i start the scripts manually (from terminal, not web interface) they both work..
fridge will autostart perfectly on restart but on freezer i get this error in the stderr.txt log
Traceback (most recent call last):
File "/home/brewpi/freezer/brewpi.py", line 707, in <module>
csvFile = open(localCsvFileName, "a")
IOError: [Errno 13] Permission denied: '/home/brewpi/freezer/data/Lagering/Lage$
anyone have any idea? when i ran into other permission problems it was because i didnt add brewpi to the group.. but i can't see that being the case here since it is working for the fridge brewpi
the cron.d files are exactly the same. i save as-ed the working fridge one as the freezer one and fixed the path.. so i know its not from that
edit: ran fixPermissions.sh and that seems to have fixed it? for now at least
fridge will autostart perfectly on restart but on freezer i get this error in the stderr.txt log
Traceback (most recent call last):
File "/home/brewpi/freezer/brewpi.py", line 707, in <module>
csvFile = open(localCsvFileName, "a")
IOError: [Errno 13] Permission denied: '/home/brewpi/freezer/data/Lagering/Lage$
anyone have any idea? when i ran into other permission problems it was because i didnt add brewpi to the group.. but i can't see that being the case here since it is working for the fridge brewpi
the cron.d files are exactly the same. i save as-ed the working fridge one as the freezer one and fixed the path.. so i know its not from that
edit: ran fixPermissions.sh and that seems to have fixed it? for now at least