more G-Labs products

Author Topic: TESTING RELEASE  (Read 196272 times)

November 30, 2015, 07:46:42 PM
Reply #720

[email protected]

  • *****
  • Information
  • Hero Member
  • Posts: 271
that mono upgrade seemed to work for me, however doing sudo gdebi homegenie-beta_1.1.r504_all.deb rather than apt-get upgrade -f stopped the lirc errors :)

December 11, 2015, 04:27:40 PM
Reply #721

dani

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

Since my system is in version r50X - r505 I got that error every 2 or 3 days :
Code: [Select]
2015-12-11 01:02:15.4767 Info HomeAutomation.Thermostats 3 Thermostats Sensor.Temperature 14.5
2015-12-11 01:02:15.4816 Error System.NullReferenceException: Object reference not set to an instance of an object
  at HomeGenie.Data.ValueStatistics.AddValue (System.String fieldName, Double value, DateTime timestamp) <0x736d3990 + 0x003b0> in <filename unknown>:0
  at HomeGenie.Data.ModuleParameter.set_Value (System.String value) <0x737f66e0 + 0x00107> in <filename unknown>:0
  at HomeGenie.Service.HomeGenieService.migService_InterfacePropertyChanged (System.Object sender, MIG.InterfacePropertyChangedEventArgs args) <0x7364a240 + 0x002e7> in <filename unknown>:0
2015-12-11 01:02:15.4841 Error System.NullReferenceException: Object reference not set to an instance of an object
  at HomeGenie.Data.ValueStatistics.<AddValue>m__0 (HomeGenie.Data.StatValue sv) <0x6ba4e818 + 0x00030> in <filename unknown>:0
  at System.Collections.Generic.List`1[T].RemoveAll (System.Predicate`1 match) <0x74e1fa78 + 0x000db> in <filename unknown>:0
  at HomeGenie.Service.TsList`1[T].RemoveAll (System.Predicate`1 predicate) <0x736611e0 + 0x00077> in <filename unknown>:0
  at HomeGenie.Data.ValueStatistics.AddValue (System.String fieldName, Double value, DateTime timestamp) <0x736d3990 + 0x0037f> in <filename unknown>:0
  at HomeGenie.Data.ModuleParameter.set_Value (System.String value) <0x737f66e0 + 0x00107> in <filename unknown>:0
  at HomeGenie.Service.HomeGenieService.migService_InterfacePropertyChanged (System.Object sender, MIG.InterfacePropertyChangedEventArgs args) <0x7364a240 + 0x002e7> in <filename unknown>:0

And one of my program with virtual modules stop. I cannot restart that module. I need to reboot the Raspberry PI. I am sure that I never got that issue before r500.

Can you help me to solve that issue.

Cheers
Dani

December 11, 2015, 05:49:06 PM
Reply #722

Gene

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

I've just applied a patch for this, not sure if it will work out, so keep an eye on this when testing next hg release.

Cheers,
g.

December 12, 2015, 05:43:40 PM
Reply #723

Gene

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

please help testing r507:

https://sourceforge.net/projects/homegenie/files/testing/

12/12/2015 v1.1-beta.507
    - Improved startup/trigger code check, now executing on every system event to ensure maximum accuracy even with Wizard scripts
    - Fix wizard script Scheduler.CronEvent not working

11/12/2015 v1.1-beta.506
    - Fix Interface Add-On install bug (it was removing all other interfaces when installing a new one)
    - Should fix occasional null reference exception in ValueStatistics.AddValue

since there were some major changes in the program engine, just make sure that everything is running smoothly.

Thanks,
g.

December 12, 2015, 11:08:12 PM
Reply #724

pim555

  • ****
  • Information
  • Sr. Member
  • Posts: 143
installed r507 but when restoring back-up (that restores in r506 within 2-3 mins), it seems to be stuck when restoring programs (waited for 10 mins)...

Back-up file is attached.

Cheers
Pim

December 12, 2015, 11:58:45 PM
Reply #725

Gene

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

what I need is the log not the backup. However I tried restoring with my own backup and it worked.

Cheers,
g.

December 13, 2015, 09:43:12 AM
Reply #726

pim555

  • ****
  • Information
  • Sr. Member
  • Posts: 143
Sh@t, still have to get used to pulling a log with every issue:-) Will try next time. As I only have 1 system that is used for home operation and testing, the wife doesn't like me testing these releases:-)

Can you restore my backup? Or did you try your backup? I suspect that some programs that use HomeAutomation.Automation and Scheduler are causing the issue...


December 14, 2015, 09:33:23 PM
Reply #727

pim555

  • ****
  • Information
  • Sr. Member
  • Posts: 143
Tried to restore my backup by not restoring the programs that I believe cause above issues when restoring. However, if the restore configuration box pops up, I cannot select additional programs beyond the ones that are shown on the first page of the list. If I scroll down and try to select, the list jumps back to the beginning and no additional selection is being made.

Pim

December 14, 2015, 10:37:23 PM
Reply #728

pim555

  • ****
  • Information
  • Sr. Member
  • Posts: 143
Removing all references in automation programs to deprecated HomeGenie/Automation->Scheduler did the trick.

Regards
Pim

December 15, 2015, 06:57:48 PM
Reply #729

Jens

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

the issue with the wizard script switching X10 based on X10-RF receive happened again to me. Unfortunate logging was not turned on by that time so I cannot provide additional logs.

But it looks like the very same thing is now described here, specially in the last reply.

http://www.homegenie.it/forum/index.php?topic=1276.0

So it does not seem to be linked to X10 it seems to happen with ZWAVE, too.

Hopefully this gives you a clue

Thanks

Jens

December 15, 2015, 08:36:29 PM
Reply #730

Gene

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

try r507.

g.

December 16, 2015, 03:40:17 PM
Reply #731

dani

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

I have continued my test with RaspBerry B2 under debian jessie and ZWave Key (AEONLabs Gen 5 or SIGMA ZWave+).
Be carrefull, I found that if you take of the key from USB and put it again, it will not take the same dev port : from ttyACM0 to ttyACM4.
So HG will not work anymore for ZWave, because it lost the port, you have to go in maintenance to change the port.
I roll back to Wheezy and then the ZWave key keep always the same dev port name.
So I confirm Gene writting that is better actually to stay under wheezy,

Cheers
Dani
« Last Edit: December 16, 2015, 03:42:05 PM by dani »

December 16, 2015, 08:31:28 PM
Reply #732

skl77

  • *
  • Information
  • Newbie
  • Posts: 12
Hi All,

i would like to ask or inform that i have some trouble with debian jessie and the Aeon Stick S2E.  I have a banana pi with running a bananian linux on it. Homegenie works fine but the zwave network is not recognised by homegenie. The port ttyUSB0 is available and also identified by the OS as SiLAb CP210x device, the zwave table is also read by homegenie from the stick but every zwave communication response node timeout. With a similar windows configuration on my tablet the zwave network is working.
Before i upgraded the OS and homegenie everything was also running on the banana pi
Any ideas?

BR
Sebastian

December 18, 2015, 05:17:53 PM
Reply #733

rg2k

  • *
  • Information
  • Newbie
  • Posts: 10
Hi,

I am having two new issues with build #507:

1) HomeGenie stops running at random times. No errors logged or any evidence as to why. It also crashes when I do the log export.
2) The Fibaro Multi-switches do not work in any automation program or as security alarms. They do work when manually triggered, but just not via any other method (it used to work in <504).

I'm running it on a Raspberry Pi 2, Debian 7 with all the latest updates. Zwave is an Aeon Zstick 2E.

Thanks
« Last Edit: December 18, 2015, 05:29:00 PM by rg2k »

December 18, 2015, 05:26:48 PM
Reply #734

kevin1

  • *****
  • Information
  • Hero Member
  • Posts: 330
I tried r507 and my Win7 i7 CPU usage shot up about 10% and kicked the laptop fan into overdrive :-(