Hello everyone,
Some time ago I've been working in my home automation system with HomeGenie.
Almost from the beginning I have the same problem: The web server randomly fails to respond to the clients.
To be clearer, I recorded a video (
https://youtu.be/NkMyL26s6o0) which shows first, a Google Chrome trying to access the HomeGenies site, and on the right side of the screen you can see a Wireshark to monitor connections. As you can see, when I ask for an image, or for the entire site, it sometimes respond,and sometimes not. What is interesting, is that there is a “keep alive” packet on the connection, even when the server is not working Ok. Also, I permanently have the “Event stream” connect/disconnect message.
I have reinstalled the software on different computers, used different IP and Ports, and the result is the same: Sometimes it works, sometimes not.
Right now I'm using Windows 10 (Spanish).
Reviewing the Log of HomeGenie, nothing appears abnormal. I show a fragment:
2016-06-08 20:47:47.1557 Info WebServiceGateway xxx.xxx.xxx.xxx HTTP GET 200 /hg/html/pages/control/widgets/homegenie/generic/images/icons/radio_02.png [OPEN]
2016-06-08 20:47:47.3119 Info WebServiceGateway xxx.xxx.xxx.xxx HTTP GET 200 /hg/html/pages/control/widgets/homegenie/generic/images/icons/radio_02.png [CLOSED AFTER 0,156 seconds]
2016-06-08 20:47:48.2641 Info WebServiceGateway xxx.xxx.xxx.xxx HTTP GET 200 /hg/html/pages/control/widgets/homegenie/generic/images/icons/radio_02.png [OPEN]
2016-06-08 20:47:48.2641 Info WebServiceGateway xxx.xxx.xxx.xxx HTTP GET 304 /hg/html/pages/control/widgets/homegenie/generic/images/icons/radio_02.png [CLOSED AFTER 0,003 seconds]
2016-06-08 20:47:51.3647 Info WebServiceGateway xxx.xxx.xxx.xxx HTTP GET 200 /hg/html/pages/control/widgets/homegenie/generic/images/icons/radio_02.png [OPEN]
2016-06-08 20:47:51.5053 Info WebServiceGateway xxx.xxx.xxx.xxx HTTP GET 200 /hg/html/pages/control/widgets/homegenie/generic/images/icons/radio_02.png [CLOSED AFTER 0,14 seconds]
2016-06-08 20:47:52.4653 Info WebServiceGateway xxx.xxx.xxx.xxx HTTP GET 200 /hg/html/pages/control/widgets/homegenie/generic/images/icons/radio_02.png [OPEN]
2016-06-08 20:47:52.4692 Info WebServiceGateway xxx.xxx.xxx.xxx HTTP GET 304 /hg/html/pages/control/widgets/homegenie/generic/images/icons/radio_02.png [CLOSED AFTER 0,004 seconds]
Can anybody help me with this trouble, at least letting me know what test I can do to find the problem? Has anyone gone trough this?