New Stable release version 1.1.0 build 1851

383 views
Skip to first unread message

Marco

unread,
Aug 20, 2014, 10:49:28 AM8/20/14
to webso...@googlegroups.com
Today we "released" version 1.1.0 of WSL

under the hood this version is the last trunk release (which we think is/was very stable) with 2 small changes in the Live api call.
These change don't effect the core of WSL so we though that we could add them.

Howto update;
Login to your admin
Go to Update
Here you will see the new version 1.1.0
Click the radio button of this release
Click update
Wait a few minutes and your WSL is on the new stable version.

Have fun!

karsten.k...@gmail.com

unread,
Aug 21, 2014, 6:13:46 AM8/21/14
to webso...@googlegroups.com
Great! thanks for working on this!

Willem Stolk

unread,
Aug 21, 2014, 9:34:51 AM8/21/14
to webso...@googlegroups.com
I agree! Keep up the good work!


Peter

unread,
Aug 24, 2014, 6:03:48 AM8/24/14
to webso...@googlegroups.com
Super, thanks!

Now that "live" power consumption is calculated (Actually averaged), I like to suggest to add a meter for it on the dashboard...

Niels73

unread,
Sep 25, 2014, 11:01:43 AM9/25/14
to webso...@googlegroups.com
Hi,

I've been struggeling with previous releases and couldn't get it to work on my PI.
Pi image died on me after an update so switched to a ubuntu machine running on a intel atom. Suprised i got it to work on first run on this machine ;-)

I did not use the old sma-spot but the latest SBFspot v3.01 and that seems to work just fine with latest trunk. ( didn't notice the warning about the trunk until later and to use WSL 1.1.0 instead :-) ) 

I only have some issues with weather data not working. I added a 'weather inverter' so to speak.. but it's nog giving anything yet. 

So finaly I have this working and looking forward for all nice things to come with this software, but i'm happy you take the time to develop such a nice piece of software ;) so thanks.



Umberto Favari

unread,
Oct 15, 2014, 4:21:38 AM10/15/14
to webso...@googlegroups.com
Hi

I can't update my trunk version to stable

1833 -> 1851

I have theese error in wsl.log, have you any suggestion?

20141015 101641 info    onInfo - Starting update
20141015 101642 info    onInfo - Update info: Starting checkout of http://svn.code.sf.net/p/websolarlog/code/tags/stable-release-1.1.0
20141015 101658 info    onInfo - Update info: Removing old files and copy new files.
20141015 101659 error   onError - Update error: could not remove folder:../PHPMinify error: 
20141015 101702 error   onError - Update error: could not remove folder:../addon error: 
20141015 101709 error   onError - Update error: could not remove folder:../admin error: 
20141015 101712 error   onError - Update error: could not remove folder:../classes error: 

Martin Diphoorn

unread,
Oct 15, 2014, 4:24:01 AM10/15/14
to webso...@googlegroups.com
Make sure that the webuser has rights to update the folders.

chmod -R 777 *

in the root should fix this, but is also a security risk if the site is accessible for the world.

Umberto Favari

unread,
Oct 15, 2014, 4:41:54 AM10/15/14
to webso...@googlegroups.com
I already tried change permission to 777 at all files but I not solve problem, all file and directory have www-data:www-data owner.

I suspect that updater can't remove populated directory, but I am not sure.


Marco

unread,
Oct 15, 2014, 4:47:23 AM10/15/14
to webso...@googlegroups.com
in some rare occations it happens to me also and i fix it with;
sudo chmod -R 777 /home/pi/www/websolarlog/

you could also try;
sudo chown -R www-data:www-data /home/pi/www/websolarlog/


Umberto Favari

unread,
Oct 15, 2014, 5:26:55 AM10/15/14
to webso...@googlegroups.com
I try:

cd /var/www
chown -R www-data:www-data *
chmod -R 777 *

From admin interface i try update, I receive same error, to 1.1.0 or last trunk version is indifferent
After that, update script will block, and I see /var/www/classes directory empty.

If I try with a backup of old version, update procedure runs fine :(

There is a way to update manually?

Marco

unread,
Oct 15, 2014, 7:45:35 AM10/15/14
to
backup/copy your database /path/to/websolarlog/database/wsl.sdb to a save location (for example; /home/YourUser/wslBackup/);
cp /path/to/websolarlog/database/wsl.sdb /home/YourUser/wslBackup/

check if the database is there;
ls -h /home/YourUser/wslBackup/

only go further if the database is in the directory!! Else try to backup the database again to a different folder.

Clear the /path/to/websolarlog;
mv -R /path/to/websolarlog/

download the stable release from SF;

unpack the source to /path/to/websolarlog/
unzip "/path/to/websolarlog-1.0.0-full.zip" websolarlog/\*" -d "/path/to/websolarlog"
(unzip "/path/to/archive.zip" "in/archive/folder/\*" -d "/path/to/unzip/to")

 
restore the database;
cp /home/YourUser/wslBackup/ to /path/to/websolarlog/database

check rights and set them right.

Now it should work again.

Umberto Favari

unread,
Oct 16, 2014, 4:10:45 AM10/16/14
to webso...@googlegroups.com
Thank You for help, I update with you guide and now it work.
The version displayed it's the old 1833, but I will change manually.
Reply all
Reply to author
Forward
0 new messages