HomeGenie Forum

General Category => General Discussion => Topic started by: jon on October 05, 2015, 10:03:52 PM

Title: homegenie server v1.0 vs v1.1
Post by: jon on October 05, 2015, 10:03:52 PM
Hi all
please there are two version of homegenie v1.0.and v1.1  why is this so.

thanks,
jon
Title: Re: homegenie server v1.0 vs v1.1
Post by: bkenobi on October 06, 2015, 12:02:03 AM
HG 1.1 is just a few updates newer (r496 versus r491).  Install 1.1.
Title: Re: homegenie server v1.0 vs v1.1
Post by: jon on October 06, 2015, 01:13:26 AM
Thanks for your replying. How to update from 493 on rpi
Jon
Title: Re: homegenie server v1.0 vs v1.1
Post by: nolio on October 06, 2015, 06:15:07 AM
First, you need to backup your configuration, then use one of the following files :
And last, restore you backup file.

More details here : http://www.homegenie.it/download.php (http://www.homegenie.it/download.php)
Title: Re: homegenie server v1.0 vs v1.1
Post by: jon on October 06, 2015, 09:44:34 AM
   
  Nolio, thanks.
usually prior to 4.96 I just check for update and  automatically it got updated. But now it has to be downloaded and installed.
Jon
Title: Re: homegenie server v1.0 vs v1.1
Post by: bkenobi on October 06, 2015, 04:44:58 PM
Updates are usually but not always available.  I don't know what criteria Gene uses to decide if a full install versus update are appropriate.  If you need to install, you can just download the files as nolio suggested and install in the normal way.  For windows, you probably have to stop the service and install.  For linux, I use the gdebi command.
Title: Re: homegenie server v1.0 vs v1.1
Post by: jon on October 06, 2015, 10:18:31 PM
 
 Bkenobi, thanks

Jon
Title: Re: homegenie server v1.0 vs v1.1
Post by: michmill on October 16, 2015, 03:53:52 AM
Where can I find the changelog for the latest version?

Cheers,
Mike
Title: Re: homegenie server v1.0 vs v1.1
Post by: Gene on October 16, 2015, 04:27:03 PM
https://github.com/genielabs/HomeGenie/blob/master/HISTORY.TXT
Title: Re: homegenie server v1.0 vs v1.1
Post by: RichieC on November 03, 2015, 10:48:41 PM
Gene,

I am running v1.0 r493 on a Raspberry Pi at the moment.. will the upgrade to v.1.1 be available from the update option within Homegenie at some point or will i have to install the new version manually?

Rich
Title: Re: homegenie server v1.0 vs v1.1
Post by: codedmind on November 24, 2015, 02:37:22 PM
Anything changed from 1.0 to 1.1 related to te notifications ?

I used program.notification("title","hello") and not isn't working...
Title: Re: homegenie server v1.0 vs v1.1
Post by: bkenobi on November 24, 2015, 04:51:39 PM
It works on my system so I assume notifications are still the same.
Title: Re: homegenie server v1.0 vs v1.1
Post by: codedmind on November 24, 2015, 05:07:57 PM
May the problem is that im getting a popup saying event stream connect and disconnect and that prevents the others notifications :/

I remove and reinstall homegenie again but i still have the same stupid popup :/
Title: Re: homegenie server v1.0 vs v1.1
Post by: kevin1 on November 24, 2015, 05:11:31 PM
Anything changed from 1.0 to 1.1 related to te notifications ?
I used program.notification("title","hello") and not isn't working...

Has not been working for me either for past several releases (running on win7):
Code: [Select]
    Program.Notify("test", "1");
Title: Re: homegenie server v1.0 vs v1.1
Post by: dani on November 24, 2015, 05:56:45 PM
Hi CodedMind, look at that topic post to me :
http://www.homegenie.it/forum/index.php?topic=129.msg7564#msg7564 (http://www.homegenie.it/forum/index.php?topic=129.msg7564#msg7564)
Modifying startup.sh will solve Event stream disconnect it I understood.
Title: Re: homegenie server v1.0 vs v1.1
Post by: codedmind on November 24, 2015, 06:23:03 PM
I don't have nothing about locale in startup.sh

I think genie should come and explain it :/ this lastest version is a pain in the a$$
Title: Re: homegenie server v1.0 vs v1.1
Post by: codedmind on November 24, 2015, 06:45:31 PM
Ok this is very strange....

Code: [Select]
2015-11-24 17:43:21.5029 Info WebServiceGateway 192.168.1.159 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Interfaces.List/ [OPEN]

2015-11-24 17:43:21.5100 Info WebServiceGateway 192.168.1.159 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Interfaces.List/ [CLOSED AFTER 0,007 seconds]

2015-11-24 17:43:31.5031 Info WebServiceGateway 192.168.1.159 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Interfaces.List/ [OPEN]

2015-11-24 17:43:31.5105 Info WebServiceGateway 192.168.1.159 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Interfaces.List/ [CLOSED AFTER 0,007 seconds]

2015-11-24 17:43:41.5080 Info WebServiceGateway 192.168.1.159 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Interfaces.List/ [OPEN]

2015-11-24 17:43:41.5149 Info WebServiceGateway 192.168.1.159 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Interfaces.List/ [CLOSED AFTER 0,007 seconds]


The homegenie ip is 192.168.1.68 i don't know why 192.168.1.159 is in the logs...