more G-Labs products

Author Topic: TESTING RELEASE  (Read 196297 times)

September 12, 2015, 02:56:46 PM
Reply #585

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Hi Gene,

Yes I solve my issue, just I need to clean the folder and restore my configuration. Thank's.
Just I push a statistique issue correction and a new statistique view. If you agree, can you merge it.

Cheers
Dani

September 12, 2015, 03:25:55 PM
Reply #586

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
hi dani, I merged your request. please if you can help testing my latest changes. I'm rewriting the automation program engine (trying to keep it compatible with previous version).

g.

September 12, 2015, 03:54:35 PM
Reply #587

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Ok, Gene, I will make some tests. For now, I recompile some programs and that works fine.
Principally, what you think I can try ?
« Last Edit: September 12, 2015, 03:56:39 PM by dani »

September 15, 2015, 11:50:54 AM
Reply #588

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Hi Gene,

Just I push a new combined statistique view (Temperature-Humidity). If you agree, can you merge it.
It's a request of bkenobi.

Cheers
Dani
« Last Edit: September 15, 2015, 11:52:28 AM by dani »

September 17, 2015, 01:39:38 PM
Reply #589

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
Hi Gene!

I try debug a brand new version. The debug start with this errors:
Quote
Severity   Code   Description   Project   File   Line
Error   CS0246   The type or namespace name 'OpenSource' could not be found (are you missing a using directive or an assembly reference?)   HomeGenieManager   C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie_Windows\HomeGenieManager\App.xaml.cs   31
Error   CS0246   The type or namespace name 'UPnPControlPoint' could not be found (are you missing a using directive or an assembly reference?)   HomeGenieManager   C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie_Windows\HomeGenieManager\App.xaml.cs   46
Error   CS0246   The type or namespace name 'UPnPDevice' could not be found (are you missing a using directive or an assembly reference?)   HomeGenieManager   C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie_Windows\HomeGenieManager\App.xaml.cs   47
Error   CS0246   The type or namespace name 'UPnPDevice' could not be found (are you missing a using directive or an assembly reference?)   HomeGenieManager   C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie_Windows\HomeGenieManager\App.xaml.cs   109
Error   CS0246   The type or namespace name 'UPnPDevice' could not be found (are you missing a using directive or an assembly reference?)   HomeGenieManager   C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie_Windows\HomeGenieManager\App.xaml.cs   119
Error   CS0246   The type or namespace name 'OpenSource' could not be found (are you missing a using directive or an assembly reference?)   HomeGenieManager   C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie_Windows\HomeGenieManager\MainWindow.xaml.cs   46
Error   CS0246   The type or namespace name 'UPnPDevice' could not be found (are you missing a using directive or an assembly reference?)   HomeGenieManager   C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie_Windows\HomeGenieManager\App.xaml.cs   55
Error   CS0246   The type or namespace name 'UPnPControlPoint' could not be found (are you missing a using directive or an assembly reference?)   HomeGenieManager   C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie_Windows\HomeGenieManager\App.xaml.cs   56

Than I try clean, rebulid/build, but the debug has many errors:
Quote
2015-09-17 13:38:33.8879 Debug Stopping MigService
2015-09-17 13:38:33.9089 Debug Stopped MigService
2015-09-17 13:38:34.0439 Error HomeAutomation.HomeGenie LoadSystemConfig()      Cannot deserialize type 'HomeGenie.Data.ModuleParameter' because it contains property 'UpdateTime' which has no public setter.  Exception.StackTrace       at System.Xml.Serialization.TypeScope.GetSettableMembers(StructMapping mapping, ArrayList list)
   at System.Xml.Serialization.TypeScope.GetSettableMembers(StructMapping structMapping)
   at System.Xml.Serialization.TypeScope.GetSettableMembers(StructMapping mapping, Dictionary`2 memberInfos)
   at System.Xml.Serialization.XmlSerializationReaderILGen.WriteLiteralStructMethod(StructMapping structMapping)
   at System.Xml.Serialization.XmlSerializationReaderILGen.GenerateMethod(TypeMapping mapping)
   at System.Xml.Serialization.XmlSerializationILGen.GenerateReferencedMethods()
   at System.Xml.Serialization.XmlSerializationReaderILGen.GenerateEnd(String[] methods, XmlMapping[] xmlMappings, Type[] types)
   at System.Xml.Serialization.TempAssembly.GenerateRefEmitAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at HomeGenie.Service.HomeGenieService.LoadSystemConfig() in C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie\Service\HomeGenieService.cs:line 1378
2015-09-17 13:38:34.1139 Error HomeAutomation.HomeGenie LoadModules()   Cannot deserialize type 'HomeGenie.Data.Module' because it contains property 'RoutingNode' which has no public setter.  Exception.StackTrace       at System.Xml.Serialization.TypeScope.GetSettableMembers(StructMapping mapping, ArrayList list)
   at System.Xml.Serialization.TypeScope.GetSettableMembers(StructMapping structMapping)
   at System.Xml.Serialization.TypeScope.GetSettableMembers(StructMapping mapping, Dictionary`2 memberInfos)
   at System.Xml.Serialization.XmlSerializationReaderILGen.WriteLiteralStructMethod(StructMapping structMapping)
   at System.Xml.Serialization.XmlSerializationReaderILGen.GenerateMethod(TypeMapping mapping)
   at System.Xml.Serialization.XmlSerializationILGen.GenerateReferencedMethods()
   at System.Xml.Serialization.XmlSerializationReaderILGen.GenerateEnd(String[] methods, XmlMapping[] xmlMappings, Type[] types)
   at System.Xml.Serialization.TempAssembly.GenerateRefEmitAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence)
   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)
   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
   at HomeGenie.Service.HomeGenieService.LoadModules() in C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie\Service\HomeGenieService.cs:line 1420
2015-09-17 13:38:34.6389 Error HomeAutomation.HomeGenie LoadConfiguration()     Could not load file or assembly 'Nmqtt, Version=0.1.1.0, Culture=neutral, PublicKeyToken=8cdf8067e66135eb' or one of its dependencies. The system cannot find the file specified.       Exception.StackTrace       at HomeGenie.Automation.Scripting.NetHelper..ctor(HomeGenieService hg)
   at HomeGenie.Automation.Scripting.ScriptingHost.SetHost(HomeGenieService hg, Int32 programId) in C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie\Automation\Scripting\ScriptingHost.cs:line 69
   at HomeGenie.Automation.Engines.JavascriptEngine.Load() in C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie\Automation\Engines\JavascriptEngine.cs:line 36
   at HomeGenie.Automation.Engines.ProgramEngineBase.SetHost(HomeGenieService hg) in C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie\Automation\Engines\ProgramEngineBase.cs:line 34
   at HomeGenie.Automation.ProgramManager.ProgramAdd(ProgramBlock program) in C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie\Automation\ProgramManager.cs:line 298
   at HomeGenie.Service.HomeGenieService.LoadConfiguration() in C:\Users\kaze\Downloads\HomeGenie-master\HomeGenie\Service\HomeGenieService.cs:line 926
2015-09-17 13:38:41.9724 Info HomeAutomation.HomeGenie  0       Configuration entry not found   Gateways        WebServiceGateway
HomeGenie is now exiting...


...QUIT!


I try it in VS2013...the problem same as.

September 17, 2015, 03:19:24 PM
Reply #590

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hi KaZe!

I looked into these issues and hopefully fixed. Try latest code, let me know if it works.

September 17, 2015, 03:29:47 PM
Reply #591

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
Hi Gene!

I try.

Build errors:
Quote
1>------ Build started: Project: NetClientLib, Configuration: Debug Any CPU ------
2>------ Build started: Project: Common, Configuration: Debug Any CPU ------
3>------ Build started: Project: HomeGenieManager, Configuration: Debug Any CPU ------
1>  NetClientLib -> C:\Users\kaze\Downloads\HomeGenie-master_2\SupportLibraries\NetClientLib\bin\Debug\NetClientLib.dll
3>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.CSharp.CurrentVersion.targets(133,9): warning MSB3884: Could not find rule set file "MinimumRecommendedRules.ruleset".
3>  HomeGenieManager -> C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\bin\Debug\HomeGenieManager.exe
2>  Common -> C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\bin\Debug\Common.dll
4>------ Build started: Project: HomeGenie, Configuration: Debug Any CPU ------
4>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.
4>C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\Engines\CSharpEngine.cs(278,21,278,65): warning CS0618: 'AppDomain.SetShadowCopyFiles()' is obsolete: 'AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead. http://go.microsoft.com/fwlink/?linkid=14202'
4>  HomeGenie -> C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\bin\Debug\HomeGenie.exe
5>------ Build started: Project: HomeGenieService, Configuration: Debug Any CPU ------
6>------ Build started: Project: Windows, Configuration: Debug Any CPU ------
6>  Windows -> C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\bin\Debug\Windows.dll
5>  HomeGenieService -> C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\bin\Debug\HomeGenieService.exe
========== Build: 6 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========


Debug errors:
Quote
2015-09-17 15:24:13.9675 Debug Stopping MigService
2015-09-17 15:24:13.9875 Debug Stopped MigService
2015-09-17 15:24:14.1265 Debug Adding Gateway WebServiceGateway
2015-09-17 15:24:14.1285 Debug Setting Gateway options
2015-09-17 15:24:14.1285 Debug WebServiceGateway: BaseUrl=/hg/html
2015-09-17 15:24:14.1285 Debug WebServiceGateway: HomePath=html
2015-09-17 15:24:14.1285 Debug WebServiceGateway: Host=+
2015-09-17 15:24:14.1285 Debug WebServiceGateway: Port=80
2015-09-17 15:24:14.1285 Debug WebServiceGateway: Username=admin
2015-09-17 15:24:14.1285 Debug WebServiceGateway: Password=
2015-09-17 15:24:14.1285 Debug WebServiceGateway: HttpCacheIgnore.1=^.*\/pages\/control\/widgets\/.*\.(js|html)$
2015-09-17 15:24:14.1285 Debug WebServiceGateway: HttpCacheIgnore.2=^.*\/html\/index.html
2015-09-17 15:24:14.1285 Debug WebServiceGateway: UrlAlias.1=api/HomeAutomation.HomeGenie/Logging/RealTime.EventStream:events
2015-09-17 15:24:14.1285 Debug WebServiceGateway: EnableFileCaching=false
2015-09-17 15:24:14.2835 Debug Adding Interface HomeAutomation.ZWave
2015-09-17 15:24:14.2855 Debug Setting Interface options
2015-09-17 15:24:14.2855 Trace HomeAutomation.ZWave: Port=
2015-09-17 15:24:14.2855 Debug Adding Interface HomeAutomation.Insteon
2015-09-17 15:24:14.2855 Debug Setting Interface options
2015-09-17 15:24:14.2855 Trace HomeAutomation.Insteon: Port=
2015-09-17 15:24:14.2855 Trace HomeAutomation.Insteon: HouseCodes=
2015-09-17 15:24:14.3215 Debug Adding Interface HomeAutomation.X10
2015-09-17 15:24:14.3215 Debug Setting Interface options
2015-09-17 15:24:14.3485 Trace HomeAutomation.X10: Port=
2015-09-17 15:24:14.3485 Trace HomeAutomation.X10: HouseCodes=A
2015-09-17 15:24:14.3625 Debug Adding Interface HomeAutomation.W800RF
2015-09-17 15:24:14.3625 Debug Setting Interface options
2015-09-17 15:24:14.3625 Trace HomeAutomation.W800RF: Port=
2015-09-17 15:24:14.3625 Debug Adding Interface Controllers.LircRemote
2015-09-17 15:24:14.3785 Debug Setting Interface options
2015-09-17 15:24:14.4206 Error System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at MIG.MigService.ShellCommand(String command, String args)
2015-09-17 15:24:14.4275 Debug Adding Interface Media.CameraInput
2015-09-17 15:24:14.4275 Debug Setting Interface options
2015-09-17 15:24:14.4406 Debug Adding Interface Protocols.UPnP
2015-09-17 15:24:14.4406 Debug Setting Interface options
2015-09-17 15:24:16.1566 Info HomeAutomation.HomeGenie.Automation       6       Automation Program  Program.Status
Idle
2015-09-17 15:24:16.1696 Info HomeAutomation.HomeGenie.Automation       7       Automation Program  Program.Status
Idle
2015-09-17 15:24:16.1806 Info HomeAutomation.HomeGenie.Automation       16      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.1806 Info HomeAutomation.HomeGenie.Automation       26      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.1947 Info HomeAutomation.HomeGenie.Automation       34      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.1947 Info HomeAutomation.HomeGenie.Automation       35      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2077 Info HomeAutomation.HomeGenie.Automation       37      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2077 Info HomeAutomation.HomeGenie.Automation       70      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2347 Info HomeAutomation.HomeGenie.Automation       72      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2416 Info HomeAutomation.HomeGenie.Automation       73      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2416 Info HomeAutomation.HomeGenie.Automation       74      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2557 Info HomeAutomation.HomeGenie.Automation       75      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2557 Info HomeAutomation.HomeGenie.Automation       82      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2557 Info HomeAutomation.HomeGenie.Automation       84      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2776 Info HomeAutomation.HomeGenie.Automation       90      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2776 Info HomeAutomation.HomeGenie.Automation       91      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2876 Info HomeAutomation.HomeGenie.Automation       112     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2997 Info HomeAutomation.HomeGenie.Automation       142     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.2997 Info HomeAutomation.HomeGenie.Automation       144     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3196 Info HomeAutomation.HomeGenie.Automation       154     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3196 Info HomeAutomation.HomeGenie.Automation       180     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3196 Info HomeAutomation.HomeGenie.Automation       200     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3367 Info HomeAutomation.HomeGenie.Automation       81      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3367 Info HomeAutomation.HomeGenie.Automation       93      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3486 Info HomeAutomation.HomeGenie.Automation       76      Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3486 Info HomeAutomation.HomeGenie.Automation       145     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3736 Info HomeAutomation.HomeGenie.Automation       100     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.3806 Info HomeAutomation.HomeGenie.Automation       201     Automation Program  Program.Status
Idle
2015-09-17 15:24:16.5347 Error HomeAutomation.HomeGenie LoadConfiguration()     Could not load file or assembly 'Nmqtt, Version=0.1.1.0, Culture=neutral, PublicKeyToken=8cdf8067e66135eb' or one of its dependencies. The system cannot find the file specified.       Exception.StackTrace       at HomeGenie.Automation.Scripting.NetHelper..ctor(HomeGenieService hg)
   at HomeGenie.Automation.Scripting.ScriptingHost.SetHost(HomeGenieService hg, Int32 programId) in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\Scripting\ScriptingHost.cs:line 69
   at HomeGenie.Automation.Engines.JavascriptEngine.Load() in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\Engines\JavascriptEngine.cs:line 58
   at HomeGenie.Automation.Engines.ProgramEngineBase.SetHost(HomeGenieService hg) in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\Engines\ProgramEngineBase.cs:line 56
   at HomeGenie.Automation.ProgramManager.ProgramAdd(ProgramBlock program) in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\ProgramManager.cs:line 298
   at HomeGenie.Service.HomeGenieService.LoadConfiguration() in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Service\HomeGenieService.cs:line 926
2015-09-17 15:24:16.5956 Debug Starting Gateway WebServiceGateway
2015-09-17 15:24:16.7257 Debug Disabling Interface HomeAutomation.ZWave
2015-09-17 15:24:16.7387 Debug Disabling Interface HomeAutomation.Insteon
2015-09-17 15:24:16.7737 Debug Disabling Interface HomeAutomation.X10
2015-09-17 15:24:16.7737 Debug Disabling Interface HomeAutomation.W800RF
2015-09-17 15:24:16.7737 Debug Disabling Interface Controllers.LircRemote
2015-09-17 15:24:16.7737 Debug Disabling Interface Media.CameraInput
2015-09-17 15:24:16.7737 Debug Disabling Interface Protocols.UPnP
2015-09-17 15:24:16.8037 Info HomeAutomation.HomeGenie  0       HomeGenie service ready SystemInfo.HttpAddress  +:80

September 17, 2015, 03:38:19 PM
Reply #592

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hi KaZe,

there are no build errors in your log, just warning and that's fine for now.
I am not sure why your debug log is reporting this:

Quote
2015-09-17 15:24:16.5347 Error HomeAutomation.HomeGenie LoadConfiguration()     Could not load file or assembly 'Nmqtt, Version=0.1.1.0, Culture=neutral, PublicKeyToken=8cdf8067e66135eb' or one of its dependencies. The system cannot find the file specified.       Exception.StackTrace       at HomeGenie.Automation.Scripting.NetHelper..ctor(HomeGenieService hg)
   at HomeGenie.Automation.Scripting.ScriptingHost.SetHost(HomeGenieService hg, Int32 programId) in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\Scripting\ScriptingHost.cs:line 69
   at HomeGenie.Automation.Engines.JavascriptEngine.Load() in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\Engines\JavascriptEngine.cs:line 58
   at HomeGenie.Automation.Engines.ProgramEngineBase.SetHost(HomeGenieService hg) in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\Engines\ProgramEngineBase.cs:line 56
   at HomeGenie.Automation.ProgramManager.ProgramAdd(ProgramBlock program) in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Automation\ProgramManager.cs:line 298
   at HomeGenie.Service.HomeGenieService.LoadConfiguration() in C:\Users\kaze\Downloads\HomeGenie-master_2\HomeGenie\Service\HomeGenieService.cs:line 926

since for me it's running fine on VS 2013.
That file should be located in the Debug\lib\shared folder, don't you have it?

g.

September 17, 2015, 04:10:18 PM
Reply #593

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
usual ....clean....build/rebuild and again clean...build/rebuild  :), it solve the problem. Now no error. Works fine!
After a few hours I update the "master" system and try the functions.

Thx

September 17, 2015, 08:59:17 PM
Reply #594

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
What does it mean the color blue?

September 17, 2015, 10:39:54 PM
Reply #595

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
Hi Gene!

Will there be Windows version HomeGenie Server Pre-release?
« Last Edit: September 18, 2015, 07:29:57 AM by KaZe »

September 18, 2015, 03:15:18 PM
Reply #596

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
My first experience with pre-release version:

Android app bad and good news:
1. Module status update improved.
2. Switch and lamp icons disappeared. Somewhere status too.

September 18, 2015, 04:24:51 PM
Reply #597

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
yes Kaze there will be Windows version. The blue icon indicates that the program is waiting for events (so using the Program.GoBackground instruction).
To fix the missing icons issue in the Android app, add the following lines to the systemconfig.xml file

after this line

Code: [Select]
<Option Name="UrlAlias.1" Value="api/HomeAutomation.HomeGenie/Logging/RealTime.EventStream:events" />

add these

Code: [Select]
<Option Name="UrlAlias.2" Value="hg/html/pages/control/widgets/homegenie/generic/images/socket_on.png:hg/html/pages/control/widgets/homegenie/generic/images/switch_on.png" />
<Option Name="UrlAlias.3" Value="hg/html/pages/control/widgets/homegenie/generic/images/socket_off.png:hg/html/pages/control/widgets/homegenie/generic/images/switch_off.png" />
<Option Name="UrlAlias.4" Value="hg/html/pages/control/widgets/homegenie/generic/images/siren.png:hg/html/pages/control/widgets/homegenie/generic/images/siren_on.png" />


September 20, 2015, 07:13:15 PM
Reply #598

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
With both 495 and 496 on my RPi B I'm not able to create a backup.  Normally it takes up to 5 mknutes before firefox displays the save dialog.  Is it possible that FF is timing out?  I suppose I could restore the system default config and try to back that up as a test to see if less programs would be quicker and not time out.  Thoughts?

September 20, 2015, 07:31:31 PM
Reply #599

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
backup archive building will be improved soon, in the meantime I can tell that it is working on banana pi and it took a couple of minutes or so.
do you get a timeout error? or it just hang forever? anyway, there were no relevant changes on the way the backup archive is created.