On a raspberry pi 2, I have a problem with HG.
The Event stream always disconnect when Event append.
I've try with HG 496, HG497 and HG498 and it's the same for all.
In the new HG498, we could see a log, this is a part of this file :
"2015-10-24 21:07:45.4900 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [ERROR: Input string was not in the correct format]"
"2015-10-24 21:07:45.5905 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [CLOSED AFTER 15,472 min.]"
"2015-10-24 21:07:45.6111 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [OPEN]"
"2015-10-24 21:07:47.0316 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /api/HomeAutomation.HomeGenie.Automation/90/Control.ArmAway//"
"2015-10-24 21:07:47.0270 Info HomeAutomation.HomeGenie.Automation 90 Automation Program Status.Level 1"
"2015-10-24 21:07:47.0290 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [ERROR: Input string was not in the correct format]"
"2015-10-24 21:07:47.1297 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [CLOSED AFTER 0,025 min.]"
"2015-10-24 21:07:47.1379 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [OPEN]"
"2015-10-24 21:07:49.1820 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /api/HomeAutomation.HomeGenie.Automation/90/Control.ArmHome//"
"2015-10-24 21:07:49.1783 Info HomeAutomation.HomeGenie.Automation 90 Automation Program Status.Level 1"
"2015-10-24 21:07:49.2808 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [CLOSED AFTER 0,036 min.]"
"2015-10-24 21:07:49.1803 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [ERROR: Input string was not in the correct format]"
"2015-10-24 21:07:49.2960 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [OPEN]"
"2015-10-24 21:07:50.3943 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /api/HomeAutomation.HomeGenie.Automation/90/Control.ArmAway//"
"2015-10-24 21:07:50.3710 Info HomeAutomation.HomeGenie.Automation 90 Automation Program Status.Level 1"
"2015-10-24 21:07:50.6845 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Modules.Get/HomeAutomation.HomeGenie.Automation/90/"
"2015-10-24 21:07:50.6903 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /hg/html/images/halt.png"
"2015-10-24 21:07:52.8537 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /api/HomeAutomation.HomeGenie.Automation/90/Control.Disarm//"
"2015-10-24 21:07:52.8507 Info HomeAutomation.HomeGenie.Automation 90 Automation Program Status.Level 0"
"2015-10-24 21:07:52.8523 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [ERROR: Input string was not in the correct format]"
"2015-10-24 21:07:52.8523 Info HomeAutomation.HomeGenie.Automation 90 Automation Program HomeGenie.SecurityArmed Disarmed"
"2015-10-24 21:07:52.9529 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [CLOSED AFTER 0,061 min.]"
"2015-10-24 21:07:52.9680 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [OPEN]"
"2015-10-24 21:07:54.8787 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /api/HomeAutomation.HomeGenie.Automation/90/Control.Disarm//"
"2015-10-24 21:07:54.8742 Info HomeAutomation.HomeGenie.Automation 90 Automation Program Status.Level 0"
"2015-10-24 21:07:54.8769 Info HomeAutomation.HomeGenie.Automation 90 Automation Program HomeGenie.SecurityArmed Disarmed"
"2015-10-24 21:07:54.8760 Info WebServiceGateway 192.168.0.1 HTTP GET 200 /events [ERROR: Input string was not in "
This log eppend when I play with the alarm widget. Most of the time, I click and the popup "Homegenie Event Stream Connect" appear and nothing else.
It seems that it's du to the error GET 200 /events [ERROR: Input string was not in the correct format]" but I don't know how to correct it?
Note that in HG496, the error appear just after the installation and a restart of the pi solve the problem but in HG497 and HG498, the error always append.