***************************************************************************************** MeterN created by Jean-Marc Louviaux https://github.com/jeanmarc77/meterN ***************************************************************************************** meterN 1.2.4 15-08-2022 - Remote Command Execution Vulnerability allowed_comapps.php - Uniform memory report over distros (Set Linux as default) - Some GUI tweaks - Updater import user style(s) meterN 1.2 20-07-2019 - New : Add json dataset - Change : IEC62056 dataset rewrited - Change : Removed state & value mode for live values - Some usual byte cleanup In order to always simplify, removed "state & value" mode option. The live command can return anything, like the previously value mode does. If you want to disable, just leave empty the command field. If you previously used 'state' mode, it won't show 'On/Off', you need to change your com app to return 'On' or 'Off' rather than 1 and 0. You can also trick your com app to return HTML tag to show colors like this : meterid(On*) meterid( Ask to jump to detailled view - config_trigger allow to run any scripts each 5 min (eg to start/stop something if production is > to consumption) meterN 0.8.2.2 - Mostly it's a rework of 'readings' to allow timestamp data - Minor fixes meterN 0.8.2.0 - Main page: Set graph to 0 to hide - Updted js libs and code for php 7 - Few bugs corrected meterN 0.8.0.0 it's featuring the comparison section and correct some bugs. Read carefully bellow to update : This release break up previous yearly csv but don't worry there is a converter. The new format is a clearer YYYYMMDD in data/meters/*csv. You are also requested to move the comapps folder from meterN. It will ease further updates and it make it clear, once again, that meterN is not about com apps ;) Don't forget to recreate links : rm /usr/bin/mycomapp then ln -s /srv/http/comapps/mycomapp.py /usr/bin/mycomapp You may also may need to chmod +x /srv/http/comapps/mycomapp.py If you use previous 0.7.8: You can use the updater and follow the procedure. If you use a previous version : backup your old directory, extract the new version into and import data/ and config/ files. Then go into http://yoururl/metern/admin/convert.php meterN 0.7.7.3 - Bug in Readings when > 10 meters - Moved comappsdaemon to config/config_daemon.php - The calculation was wrong for electrical meters - Changed some bits here and there meterN 0.7.7.2 - Gauge are limited - Correct annoying rendering bug in detailed and in main if value is missing or skipped. (Thanks thedrake) - Remove program feed and rework the main page's refreshment meterN 0.7.7.1 - Clean up the new "readings" code. - Updated the Highcharts js lib - Put some xss protection in forms. I also repack comapps_examples. meterN 0.7.6 - Updated admin form and JS lib - Corrected few minors bugs - Moved com apps example into a separate package meterN 0.7.4 it is important to update because the daily total calculation where wrong (missing data between 23:55 and 00:00) - Fixed that bug and others minors ones - houseenergy example passover bug - Updated JS libs New features : - Indicator(s): it simply allow to visualize a value wihout any logging (ex Volt, Freq, cos phi, ..) - Meter(s)/Sensor(s) : Warn connection lost - Main: Log com. errors Read carefuly this if you wish to import your configs files ; You need to save each configs files (Main & Meters) to set the new parameters features. Also, you need to import the new config/config_indicator.php file. meterN 0.7.3 - Allow to start deamon for the "http" user via scripts/comappsdaemon.php - Show daily value(s) in dashboard - Made a com app example: "houseenergy", it simulate a house consumption meter if you own a total meter (import/export) and a production meter - Made a com app example: "householdselfconsum" ,calculate the self-consumption if you own a export meter and a production meter - Turned pool123solar as pool123s (code rewrite) - Some code and bugs cleanup meterN 0.7.2 it just correct some minors glitches in dashboard and index pages. The eflow now allow several consumer/producer devices. meterN 0.7.1 - Show kWh instead of Wh - Show avg W in detailled - Bug fixed in monthly report - Others various fixes meterN 0.7 - Core clean-up - Bug if it was in skipmode for too long - Redesign detail page - New infos page - Some fixes things that i couldn't even remember ;) To update you need to save the main configuration for new options plus the configuration for -each- meters. The 'eflow' example have also change.