Does this even work on a Raspberry Zero !?

I have edited the process above 10 Feb 16:00

I won’t change it on git for now, ideally we will look and see if it ARMv6 or v7 so automate it.

Just comment out these lines

I’m just about to rerun myself.

[edit]
Just a note - if you want to create a file of the log messages, use

command 2>&1 | tee /path/to/logfile

[edit2]
Two Three Four things not working yet (Nobody expects the Spanish Inquisition)

  1. emonhub log not being created (sudo mkdir /var/log/emohub/)
  2. Remove Journal file location (sudo rm -r /var/log/journal/)
  3. The log2ram /etc/logrotate.d/00_olddir file is still throwing a parse error when logrotate is run. Appears editing the file, add a line at the bottom and then closing it again seems to fix it.
  4. Demandshaper is a cpu hog so stop and disable it (I suggest).

You must reboot after install.

But I have a running system on a PiZero

[edit3]

After pulling the right init.sh, you need to edit it to the master branch (I need to run the install process again :man_shrugging:)