Python3 for emonhub

There is a fundamental flaw in the install that has been fixed elsewhere.

First it should be a link to the service file.
Second the install script should be in the lcd folder so it relates to the code in the folder.

When the emonpi repo is updated with a Python3 script, the install and the service file would then be updated as appropriate.

This is what has been done elsewhere but most of those are independent repos.

@TrystanLea,

  1. Update the emonScripts repo to point the install to the emonpi/lcd folder
  2. Create an install file in emonpi/lcd ‘as is’.
  3. Publish both repos as an update.

Once done, as part of the PR for Python3

  1. update install file for python3 and modify how user, log etc are created.
  2. update the service file for Python3

Publishing the Python3 updated emonpi repo will then pull in the right install script and service file for Python3.

[edit] I have raised an issue on EmonScripts and commented on the PR.