Emoncms XT 8.5.2 | 2015.07.06 released

XT 8.5.2 | 2015.07.02 release change log:

  • Updated javascript feed selectors to be grouped by tag name in processlist, visualization and dashboard modules.
  • Updated last updated to be based on server time instead of client time.
  • Refactored feed_model.php insert_data_padding_mode function removed, padding_mode is now optional parameter of insert_data and functions comments for easy understanding.
  • Refactored input_model.php some checks and functions comments for easy understanding.
  • Added new configuration setting $fullwidth true/false, makes dashboard and vis use full screen width.
  • Updated engines to also support this parameters as optional :
    • MysqlTimeSeries.php : skipmissing ,limitinterval
    • PHPFina.php : padding_mode
  • Added skipmissing option parameter for feeds in multigraphs

 
Get it now at:

https://github.com/emoncms/emoncms/archive/8.5.2.zip

 

 

 

Paul Reed's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

Should the download address be: https://github.com/chaveiro/emoncms/archive/Extended.zip?

Paul

chaveiro's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

You're right!
Thanks for noticing it, link updated on 1st page to the tagged version.

Paul Reed's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

For info - version XT 8.5.2 | 2015.07.02 has now been merged into the emoncms git repository.

Just updated an hour ago, and although a lot of the changes are under the hood, it makes selecting feeds in visualizations & dashboards easier as they are grouped for easier selection.

As described in this post, it did break some of the relationships (multigraphs), but only took a few minutes to re-select the feed names, and did not delete or alter any of the graphs

Also, note that default.settings.php has slightly changed, so remember to edit it with your database settings etc before saving it as settings.php.

All in all, a pretty painless upgrade & IMO moves emoncms nicely forwards :)

 

Paul

sheppy's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

Paul,

can any of this be selectively introduced into the low write version or will it likely stuff it up / not work at all? I'm particularly interested in the events module but that doesn't seem to be able to talk to the databases.

Cheers

Kevin

Paul Reed's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

Kevin - No I'm afraid not, the changes made by Chaveiro are fairly extensive, but creating a low write version of the 'extended' branch is currently under discussion. See this post.

Paul

sheppy's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

Thanks Paul, I'd previously contributed to that thread too but didn't realise it'd moved on - I guess its the peril of living in an alternate timezone :-)

I don't suppose you know if the events module is no longer supported / end of the line? I'm currently playing with MQTTWarn / OpenHAB to try and get an exported power is greater than x notification and using a native module to do it would be much easier! Sadly the Events module doesn't seem to read the low write feed values

Paul Reed's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

I'm not using the events module so can't advise you, but perhaps if you post a new thread about it, someone else may be able to assist you.

 

Paul

sheppy's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

I did here http://openenergymonitor.org/emon/node/10954 but as nobody replied I assumed it was a relic from a previous version

 

Charly86's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

I've cloned the git repo but I've got 8.5.0, and I would like the 8.5.2. on the cloned 8.5.0 I've tried a 

git checkout tags/8.5.2

But I'm still in 8.5.0.Anyone can give me the git command to update to 8.5.2 avoiding download the tgz ?

 

Thank for your help

 

Bill Thomson's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

Hi Charly,

Try:

git checkout Extended

chaveiro's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

To get the whole repository.

git clone

After the clone, you can list the tags with:

git tag -l

Checkout a specific tag:

git checkout tags/<tag_name>

Charly86's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

Thanks guys

I cloned from scratch today with an empty database (command issued from www folder), then went into emoncms dir and  the git checkout tags/8.5.2 worked, strange !!

the only problem I have is that I see inputs coming in database (mysql and redis)

 

https://myserver.com/input/list.json show me json list

[{"id":"1","nodeid":"19","name":"IINST1","description":"","processList":"","time":"1436739086","value":"3"},
bla bla blah
{"id":"29","nodeid":"1","name":"exterieur_solar.battery","description":"","processList":"","time":"1436739036","value":"0"}]

But I can't see any input display on my browser ?!?!

https://myserver.com/input/view show only  header menu and input title but with a blank page, so strange 

I'll check into nginx config just in case 

Charly86's picture

Re: Emoncms XT 8.5.2 | 2015.07.06 released

Ok self response, I should have search the forum before, solved by this thread http://openenergymonitor.org/emon/node/10774?page=4

restart from skeleton default.config.php from 8.5.2 did the trick ;-)

Edit- I assume you mean default.settings.php
Paul - Moderator.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.