more G-Labs products

Author Topic: TESTING RELEASE  (Read 196247 times)

March 31, 2016, 12:22:03 AM
Reply #825

maxflax

  • ***
  • Information
  • Full Member
  • Posts: 90
I'm also having the same problem.
Quote
I Hade the same problem, Fixed it by updating the certs on the raspberry pi
How does one do that?

First I installed mono-complete and then ran mozroots.
sudo apt-get install mono-complete
sudo mozroots --import --ask-remove --machine

March 31, 2016, 06:50:04 PM
Reply #826

saue0

  • **
  • Information
  • Jr. Member
  • Posts: 40
Thanks Work for me.

April 03, 2016, 09:27:25 PM
Reply #827

pim555

  • ****
  • Information
  • Sr. Member
  • Posts: 143
Worked for me as well.

After upgrading to r515, my zone sensors and variables derived from weather app (eg sunset) dont seem to work anymore. Any ideas?

Pim

April 03, 2016, 10:40:36 PM
Reply #828

tasioX

  • *
  • Information
  • Newbie
  • Posts: 19
I am having a similar problem.  Under windows the scheduler seems to be broken.  Some of the built in schedules, some custom schedules, and some JKUTILS schedules are all intermittently being disabled.

April 07, 2016, 10:50:09 AM
Reply #829

dani

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

If we use :
sudo /etc/init.d/homegenie stop
sudo /etc/init.d/homegenie start


or
sudo /etc/init.d/homegenie restart

At the service stopping SaveData() is not called, so the last datas of modules.xml are lost.
Can we call SaveData() from C# Programs ? What is the way ?
Thank's for answer.

Cheers Dani

April 17, 2016, 02:15:59 AM
Reply #830

maxflax

  • ***
  • Information
  • Full Member
  • Posts: 90
In the trunk there was a JasonIgnore added to ModuleParameter.cs on the property NeedsUpdate. That made saving feature parameters on modules troublesome. 
https://github.com/genielabs/HomeGenie/commit/36c22cec4b0f0095155c0a267857dcf5a74ab368

June 08, 2016, 04:59:59 PM
Reply #831

Bitcraze

  • ***
  • Information
  • Full Member
  • Posts: 73
Hi, all

Fresh install of xxx and attempted auto upgrade: Error.

Downloaded the upgrade .tgz and attempted the new manual upgrade option: Error. (See attached).

Running on ZorinOS (Ubuntu based) PC. I ahev the same kind of issues on my RPI and Windows 10 PC.

How to resolve?

June 08, 2016, 05:19:11 PM
Reply #832

Bitcraze

  • ***
  • Information
  • Full Member
  • Posts: 73
Hi, all

Just resolved my issue on the ZorinOS machine:

Update ERROR: Problem with the certificate
use this command : sudo mozroots --import --ask-remove --machine

Above resolved. :)

June 26, 2016, 10:40:53 AM
Reply #833

KaZe

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

With the new release (525), the automatic turn off feature work wrong. I was set the delay time to 3600s (1h), but it turns off about 3 minutes.

June 26, 2016, 11:57:52 AM
Reply #834

Gene

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

the Tun Off program has been deprecated since the same functionality is available from Smart Lights. Just leave empty the sensor boxes, enter the turn off delay only and check the "enable smart lights" flag.

g.

June 28, 2016, 10:22:40 AM
Reply #835

dani

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

Since R525 or just relesase ahaed ... I got that accent letter issue instaed of Date fixée :
« Last Edit: June 28, 2016, 10:24:11 AM by dani »

June 28, 2016, 10:30:45 AM
Reply #836

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
And since a long time I got always that issue with accent letters in widget and programs, all sources codes accent letters are replace by 2 interrogation points.

If not saved it's ok, the issue appears after we save the source code.

June 28, 2016, 10:39:10 AM
Reply #837

Gene

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

please have a look at your startup.sh file. Eventually uncomment the line

Code: [Select]
ENCFIX="LC_NUMERIC=en_US LC_MONETARY=en_US LC_MEASUREMENT=en_US"

Not really sure what the proper solution is, since on my side upgrading to latest mono solved the issue as well (so I am not using the ENCFIX line).

g.

June 28, 2016, 11:01:06 AM
Reply #838

Gene

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

I'm also attacching debugging infos of the "Save/Compile" request.
Can you have a look and see if your request are encoded in UTF-8 like shown in this picture?

g.

June 28, 2016, 11:08:14 AM
Reply #839

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Thank's Gene I will take a look.

Where do I got that debugging infos ?
« Last Edit: June 28, 2016, 11:24:56 AM by dani »