Post Process disappeared

@TrystanLea - The Post Process seems to have disappeared. Did it get moved to someplace new?

I ran the emonPi Update yesterday and it may have disappeared then. Here are the post process items updated (from the emonpiupdate.log):

git pull /home/pi/postprocess
Your branch is up-to-date with 'remotes/origin/emonpi'.
Updating c2506fc..2537331
Fast-forward
 addfeeds.php                                       | 122 +++++++------
 exportcalc.php                                     | 154 +++++++++-------
 importcalc.php                                     | 154 +++++++++-------
 mergefeeds.php                                     |   6 +-
 .../postprocess_controller.php                     |   5 +
 .../postprocess_menu.php                           |   0
 .../postprocess => postprocess-module}/view.js     |   0
 .../postprocess => postprocess-module}/view.php    |   0
 postprocess.php                                    |  49 ------
 postprocess_run.php                                |   2 +-
 readme.md                                          |   2 +-
 storageserver/html/postprocess/.htaccess           | 196 ---------------------
 storageserver/html/postprocess/index.php           |  47 -----
 13 files changed, 255 insertions(+), 482 deletions(-)
 rename {mainserver/postprocess => postprocess-module}/postprocess_controller.php (97%)
 rename {mainserver/postprocess => postprocess-module}/postprocess_menu.php (100%)
 rename {mainserver/postprocess => postprocess-module}/view.js (100%)
 rename {mainserver/postprocess => postprocess-module}/view.php (100%)
 delete mode 100644 postprocess.php
 delete mode 100644 storageserver/html/postprocess/.htaccess
 delete mode 100644 storageserver/html/postprocess/index.php

 

EDIT: maybe the postprocess link is broken? I could not locate something call mainserver.

Aha, thanks @Jon, sorry I reorganised the branch for better consistency with other symlinked modules but missed adding the necessary code to switch the symlink location in the update script somehow. I will look into that.

In the mean time to manually symlink, the new location is:

ln -s /home/pi/postprocess/postprocess-module /var/www/emoncms/Modules/postprocess

I’ve made some fairly substantial improvements to the way quite a few of the post processors work in that you can now run the import, export and add feeds post processes on feeds that dont start at exactly the same time.

@TrystanLea - I needed to add one line to remove the old (bad) link.

rm /var/www/emoncms/Modules/postprocess
ln -s /home/pi/postprocess/postprocess-module /var/www/emoncms/Modules/postprocess

and the post process menu returned after a browser refresh.

Thank you!

There is now a solution to this issue available by running a standard EmonPi update.