Skip to content

Releases: emoncms/emoncms

8.2.2

18 May 09:26
Compare
Choose a tag to compare

PHPTimeSeries engine value return fix

8.2.1

16 May 20:04
Compare
Choose a tag to compare

Thanks to pb66 and inverse, see:
#204
#207

Feed engine logging and npoints meta data seperation for increased robustness

16 May 20:01
Compare
Choose a tag to compare

Feed engine logging, npoints meta data separation for increased robustness and improved timezone support

Meta data npoints
The number of datapoints in a feed was stored in one meta data file along with other meta such as the feed start time and feed interval. In the event of a system crash mid write to a meta file there is a risk that several of these meta properties can get corrupted. Its only the npoints property that needs to be updated regularly the feeds start time and interval only gets written to once at feed creation. By separating the meta data that gets written at the start and the meta data that gets written to regularly into two different files we reduce the risk of corruption as npoints can be read independently and corrected from file size divided by 4 bytes per datapoint while start time and interval are harder to recover from if you dont have a backup.

Improved timezone support
Daily data types now use the PHPTimeSeries engine and support a midnight reset time set by the user timezone setting under user account. This is a significant change as there was previously minimal support for different timezones if the system time was different from the user timezone.

8.1.2

19 Apr 17:43
Compare
Choose a tag to compare
  • css and html clean up thanks to inverse
  • improvements to emonlogger init thanks to Jerome

8.1.1

08 Apr 17:00
Compare
Choose a tag to compare

htaccess file improvements thanks to inverse: #186

8.1.0

08 Apr 16:55
Compare
Choose a tag to compare

With contributions by:
woutertPI #178
pb66 #181
inverse #183
corrected typecasting of mysql data

8.0.8

30 Mar 09:23
Compare
Choose a tag to compare
  • Improved myelectric dashboard, kwh per day bar chart can use different feed types calculating kwh per day from elapsed watt hours, elapsed kwh, pre-compiled power_to_kwhd or phpfiwa/timestore instantaneous power

8.0.7

27 Mar 22:30
Compare
Choose a tag to compare
  • Fix for phpfiwa phpfina & phptimestore data file ownership bug
  • Fix for dashboard show description see #170
  • Allow for the node id not being set, see #155
  • Hack to fix for locale conversion of 0.01 to 0,01

8.0.6

27 Mar 19:05
Compare
Choose a tag to compare
  • Fixed get PHPFiwa feed size bug
  • Fixed PHPTIMESTORE csv export bug

8.0.5

27 Mar 09:29
Compare
Choose a tag to compare
  • Added get feed list by name function to feed.js