After some request view in log like the following, the reload of the HomeGenie UI don't load the contents of the groups, only the Top bar and the configuration menu.
But the switch off and on work fine ...
2015-11-08 15:13:04.6634 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/HomeAutomation.WeMo/1/Control.Off/null/ [OPEN]
2015-11-08 15:13:04.6878 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/Media.IpCamera/1/Camera.GetPicture/?1446991981921 [OPEN]
2015-11-08 15:13:04.6705 Info HomeAutomation.WeMo 1 Virtual Module Status.Level 0
2015-11-08 15:13:05.2237 Info HomeAutomation.HomeGenie.Automation 1038 Automation Program Program.Notification {"Title":"WeMo","Message":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" s:encodingStyle=
\"http://schemas.xmlsoap.org/soap/encoding/\"><s:Body>\n<u:SetBinaryStateResponse xmlns:u=\"urn:Belkin:service:basicevent:1\">\r\n<BinaryState>0</BinaryState>\r\n</u:SetBinaryStateResponse>\r\n</s:Body> </s:Envelope>"}
2015-11-08 15:13:05.2278 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/HomeAutomation.WeMo/1/Control.Off/null/ [CLOSED AFTER 0,564 seconds]
2015-11-08 15:13:05.3029 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/Media.IpCamera/1/Camera.GetPicture/?1446991981921 [CLOSED AFTER 0,615 seconds]
2015-11-08 15:13:05.3794 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Modules.Get/HomeAutomation.HomeGenie.Automation/1038/ [CLOSED AFTER 0,003 seconds]
2015-11-08 15:13:05.3767 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Modules.Get/HomeAutomation.HomeGenie.Automation/1038/ [OPEN]
...............
2015-11-08 15:14:41.4146 Info HomeAutomation.WeMo 1 Virtual Module Status.Level 0
2015-11-08 15:14:41.4529 Info HomeAutomation.HomeGenie.Automation 1038 Automation Program Program.Notification {"Title":"WeMo","Message":"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" s:encodingStyle=
\"http://schemas.xmlsoap.org/soap/encoding/\"><s:Body>\n<u:SetBinaryStateResponse xmlns:u=\"urn:Belkin:service:basicevent:1\">\r\n<BinaryState>0</BinaryState>\r\n</u:SetBinaryStateResponse>\r\n</s:Body> </s:Envelope>"}
2015-11-08 15:14:41.4550 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/HomeAutomation.WeMo/1/Control.Off/null/ [CLOSED AFTER 0,046 seconds]
2015-11-08 15:14:41.6987 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Modules.Get/HomeAutomation.HomeGenie.Automation/1038/ [OPEN]
2015-11-08 15:14:41.7029 Info WebServiceGateway x.x.x.x HTTP GET 200 /api/HomeAutomation.HomeGenie/Config/Modules.Get/HomeAutomation.HomeGenie.Automation/1038/ [CLOSED AFTER 0,004 seconds]
......
But all the HTTP request are open/close normally, except one like this :
015-11-08 15:15:11.3716 Info WebServiceGateway x.x.x.x HTTP GET 200 /events [ERROR: Write failure]
2015-11-08 15:15:11.3751 Info WebServiceGateway x.x.x.x HTTP GET 200 /events [ERROR: Write failure]
Is it normal that the log file isn't write in real time ?