Latest update taken for HG, now cannot connect

Started by soxfan1966, March 29, 2019, 01:41:01 PM

Previous topic - Next topic

soxfan1966

I updated HomeGenie this morning on my Pi device and now I cannot connect to it.  I know it is connected to my router with the same IP address, and have tried multiple ports (i.e. 8080, 8081, 8082) with no luck.

Thoughts?

soxfan1966

I can connect to HA Bridge on port 2140 on the Pi still.

Tuicemen

open a terminal session using putty  and type in(or copy paste) sudo systemctl restart homegenie.service
if it still fails to show up in your browser trysudo systemctl status homegenie.service to see if it is indeed running or if it started and stopped from an error.



Please Read Topic:
General Forum Etiquette
Before you post!

Tuicemen

if the status command shows HG is running and no errors try typing sudo netstat -tulpn | grep LISTEN this will show a list of ports that are listening.
I suspect if nothing was using port 80 it may have reverted to it as that is the default port.
Please Read Topic:
General Forum Etiquette
Before you post!

soxfan1966

Connected to the Pi via Putty.  Here is what is displayed once I enter the user and password
(see attached)

It is taking a long time to echo the commands back - trying to get this one to run:
sudo systemctl status homegenie.service


soxfan1966

Here is the output from that last command - looks like it is running

soxfan1966

Here is the info from the post listening command
sudo netstat -tulpn | grep LISTEN

Tuicemen

Ok looks like it is running on Port 8080
type cd /usr/local/bin/homegenie once in the homegenie folder type sudo systemctl stop homegenie.service give it a few mins to shut down the service then type sudo mono HomeGenie.exe
this will run HG in debug mode and should display a continually updated screen. Go to your browser and try to connect while in debug mode.
Please Read Topic:
General Forum Etiquette
Before you post!

soxfan1966

OK, tried getting it up in mono mode.

Connected via a browser it looks connected - it seems to just be taking a very long time to load

The command via Putty had these errors to report

soxfan1966

here is the browser screen - just looks like its loading

soxfan1966


Tuicemen

OK do/did you have HG password protected prior to the update?
Please Read Topic:
General Forum Etiquette
Before you post!

soxfan1966

If you mean do I require a user and password to sign onto HG, then yes I did.

Tuicemen

Ah that is your issue if you didn't remove it prior to the update.
the latest builds changed the password encryption.
Post to GitHub Gene may have a solution.
You may have to edit a HG file.
Please Read Topic:
General Forum Etiquette
Before you post!

soxfan1966


SMF spam blocked by CleanTalk