Page 1 of 1

version 0.1.184

Posted: Wed Aug 18, 2010 11:53 pm
by mister_e007
Hello,

this is my first post.
I did got monday my new rfxcom power modules.

After a new installation (ubuntu + gambas + domotiga) i realised that my
version on startup is 1.1.183 and not 184.
I did a new install en the upgarde script to 184 is on my system.
I dit run the upgrade script (manual) nothin changed.

What is wrong?

Thankz in advance

Re: version 0.1.184

Posted: Thu Aug 19, 2010 4:45 pm
by wwolkers
How did you do the installation??
Did you do a recompile of the code, or do you use a pre-compiled binary??

Re: version 0.1.184

Posted: Thu Aug 19, 2010 6:06 pm
by mister_e007
i did :

$ mkdir -p ~/install
$ cd ~/install

$ svn co http://svn.domotiga.nl/domotiga/trunk/ domotiga

I dont reminder a recompile.
In the upgrade folder i found the upgrade sql to the higher version.

thankz,

Re: version 0.1.184

Posted: Thu Aug 19, 2010 7:41 pm
by RDNZL
In this release only the source code was updated.
The binary files DomotiGa.gambas and DomotiGaServer.gambas are still at 0.1.183.
But don't worry you can create them yourself easily.

Simply start Gambas IDE from cli/shell by typing gambas2, or use the Gambas2 IDE icon from your desktop menu.

Load the DomotiGa project by choosing file -> open project -> browse to /home/dir/domotiga/DomotiGa (or Shortcut Ctrl-O)
This will load the project, code and GUI's in the IDE, then you can choose compile and create executable from menu Project -> Make -> Executable (or Shortcut Ctrl-Alt-M) and save it over existing DomotiGa.gambas file.
Then you should have 0.1.184 in title bar after starting. Same procedure can be used for DomotiGaServer.
And if your executable has a higher version than the database, the database upgrade should start automatically if needed.


Let me know if this is clear and fixed your problem, I can document it more on the wiki.

Re: version 0.1.184

Posted: Thu Aug 19, 2010 9:21 pm
by mister_e007
thankz, this did the job,

I now have the right version.

Re: version 0.1.184

Posted: Thu Aug 19, 2010 10:53 pm
by wwolkers
If you're running on something without a graphical interface, like me, you can remove the old binaries, and use the tools/startserver script to start the server version.
you'll have to upgrade the database by hand though.

Re: version 0.1.184

Posted: Fri Aug 20, 2010 1:32 pm
by mister_e007
I am running domotiga on a IBM R52 laptop for testing.
This is not my final situation * i think). I'll seek an low power unit in the future.

I have Ubuntu installed with the graphical interface and the software is up and running.

There is stil a problem with my rfxcom 3 fase power meters.
I get in the log the message that only 1 module is supported.
I can't get the graphis working for the 3 modules and only the total usage is visible.
Every meter is reporting (i see this in the debug log)

Thankz in advance.