more G-Labs products

Author Topic: homegenie server v1.0 vs v1.1  (Read 3445 times)

October 05, 2015, 10:03:52 PM
Read 3445 times

jon

  • **
  • Information
  • Jr. Member
  • Posts: 32
Hi all
please there are two version of homegenie v1.0.and v1.1  why is this so.

thanks,
jon

October 06, 2015, 12:02:03 AM
Reply #1

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
HG 1.1 is just a few updates newer (r496 versus r491).  Install 1.1.

October 06, 2015, 01:13:26 AM
Reply #2

jon

  • **
  • Information
  • Jr. Member
  • Posts: 32
Thanks for your replying. How to update from 493 on rpi
Jon

October 06, 2015, 06:15:07 AM
Reply #3

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
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

October 06, 2015, 09:44:34 AM
Reply #4

jon

  • **
  • Information
  • Jr. Member
  • Posts: 32
   
  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

October 06, 2015, 04:44:58 PM
Reply #5

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
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.

October 06, 2015, 10:18:31 PM
Reply #6

jon

  • **
  • Information
  • Jr. Member
  • Posts: 32
 
 Bkenobi, thanks

Jon

October 16, 2015, 03:53:52 AM
Reply #7

michmill

  • *
  • Information
  • Newbie
  • Posts: 20
Where can I find the changelog for the latest version?

Cheers,
Mike

October 16, 2015, 04:27:03 PM
Reply #8

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer

November 03, 2015, 10:48:41 PM
Reply #9

RichieC

  • ***
  • Information
  • Full Member
  • Posts: 67
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

November 24, 2015, 02:37:22 PM
Reply #10

codedmind

  • ***
  • Information
  • Full Member
  • Posts: 92
Anything changed from 1.0 to 1.1 related to te notifications ?

I used program.notification("title","hello") and not isn't working...

November 24, 2015, 04:51:39 PM
Reply #11

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
It works on my system so I assume notifications are still the same.

November 24, 2015, 05:07:57 PM
Reply #12

codedmind

  • ***
  • Information
  • Full Member
  • Posts: 92
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 :/

November 24, 2015, 05:11:31 PM
Reply #13

kevin1

  • *****
  • Information
  • Hero Member
  • Posts: 330
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");
« Last Edit: November 24, 2015, 06:32:25 PM by kevin1 »

November 24, 2015, 05:56:45 PM
Reply #14

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Hi CodedMind, look at that topic post to me :
http://www.homegenie.it/forum/index.php?topic=129.msg7564#msg7564
Modifying startup.sh will solve Event stream disconnect it I understood.