HomeGenie Forum

General Category => Troubleshooting and Support => Topic started by: boblablah on December 02, 2015, 09:59:27 PM

Title: Updating the 5.x version
Post by: boblablah on December 02, 2015, 09:59:27 PM
I grabbed the beta version when I receive notification it was available... installed on an rpi2 with a zwave stick.  It works fine...
except I can;t upgrade or update.  It simply claims to download the files from sourceforge, claims to extract them, but I never get the option to actually install these updates... that never lights up.

Is there a command-line means to do this as the update archives are already on the device now?
Title: Re: Updating the 5.x version
Post by: Gene on December 02, 2015, 10:57:26 PM
what browser are you using? Is there any error in the javascript console? can you post a screenshot of the messages in the install popup?
Title: Re: Updating the 5.x version
Post by: mvdarend on December 03, 2015, 09:46:18 AM
I'm seeing the same problem, haven't had much time to look at it (I was planning on doing that this weekend), but here is how I managed to get the update to continue:

Running HomeGenie on Windows 2012R2 with Chrome as my browser client side.

After clicking 'Install Update' it seems to go well, Starting With DOWNLOADING..., COMPRESSING..., COMPLETED...

After that it pauses, usually this is where the 'Install' button lights up, but that doesn't happen in my case.

Workaround: (this works in chrome, haven't tried it in other browsers, but the procedure should be possible.)

- Press F12 for the developer console
- Tab 'Elements'
- Find the button with ID 'configure_system_updateinstall_button'
- Remove the class ui-disabled

The button should now light up and you can then click it.