more G-Labs products

Author Topic: TESTING RELEASE  (Read 196296 times)

May 08, 2015, 07:03:41 PM
Reply #465

dani

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

Very cool Cron Events Wizard. You have made a good work. Because I many people whose don't know so much linux envrronmment need that.
I have made some tests of r487. For ZWave that's seems ok.

Cheers
Dani

May 08, 2015, 07:15:43 PM
Reply #466

Michel

  • **
  • Information
  • Jr. Member
  • Posts: 42
I have installed r487 and restored my backup config. All my modules are X10 for now. When I send a command to a module, it is executed (ex. lamp turns on), but the widget is not updated unles I refresh the dashboard page (with F5) or if I go to the event page and come back. Also, the events are not registered even if the events history is enabled.

May 08, 2015, 07:28:09 PM
Reply #467

Michel

  • **
  • Information
  • Jr. Member
  • Posts: 42
Correction : I just restarted the Raspberry and everything is working now.

Thanks Gene, very nice job.

May 09, 2015, 08:27:26 AM
Reply #468

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Hi,
I install this beta yesterday, for now, everything work fine.

##### update 1
I try my "anti-jamming" again because i see you add a "pause to ModuleParameter.WaitUpdate loop". And now my program doesn't overload my system !
#####
Bye
« Last Edit: May 09, 2015, 09:30:40 PM by nolio »

May 09, 2015, 07:05:54 PM
Reply #469

Jens

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

a while ago there was a discussion to change

When.WebServiceCallReceived("HomeAutomation.HomeGenie.Automation", (args) =>

into

When.WebServiceCallReceived(Program.Module.Domain + "/" + Program.Module.Address, (args) =>


Looking at 487, if I am not mistaken, both versions are in use - is it causing trouble or not?

Thanks
regards
Jens

May 10, 2015, 12:20:42 AM
Reply #470

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
The first one should not be used. Where did you see it?

May 10, 2015, 12:21:19 AM
Reply #471

Gene

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

May 10, 2015, 09:49:32 AM
Reply #472

Jens

  • *****
  • Information
  • Global Moderator
  • Posts: 211
I upgraded from 484 to 487 and imported the config file via restore

I used Hue and DHT11 in 484 but not DHT22 my understanding so far is that the code should be changed or does it only apply to "HomeAutomation.HomeGenie.Automation"?

Philips Hue Line 16 When.WebServiceCallReceived("HomeAutomation.PhilipsHue", ( args ) =>
DHT11 Line 9/13 When.WebServiceCallReceived("Components.DHT11/0/Sensor.Temperature", ( args ) => {
DHT22 Line 9/13 When.WebServiceCallReceived("Components.DHT22/0/Sensor.Temperature", ( args ) => {

Cheers
Jens

May 10, 2015, 01:13:35 PM
Reply #473

Gene

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

it only applies to "HomeAutomation.HomeGenie.Automation".

Cheers,
g.

May 11, 2015, 11:35:25 AM
Reply #474

dani

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

I have made a pull request of french files language in github.

But One question, for me in french fr.prgrams.json seems not work (No translation effect) in r487. Do we have to modify some parameters somewhere.

And I made some tests with Smart Light program. It seems not work. The function GetDomainAddress() doesn't return in the main. If I use locales var(s) in When.ModuleParameterIsChanging() for get Domain and Address  The Smart Lights works.

Cheers
Dani

May 11, 2015, 12:39:54 PM
Reply #475

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Hi dani I think you've to add the fr.programs.json file to the Common project and flag this as "copy if newer", so that it will be copied to the html/locales folder.
Btw, the programs translation will not work with r487, it works with r488 and later (because of changes in the json formatting).
The smart lights program should have worked with r487. I'll check this out.

Thanks,
g.


May 11, 2015, 12:57:28 PM
Reply #476

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Added fr.programs.js to Common.csproj and it is working now. You can pull updates from latest commit and test.

Cheers,
g.

May 11, 2015, 03:23:50 PM
Reply #477

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Ok Thank's. I will make some tests and inform you

May 11, 2015, 03:31:50 PM
Reply #478

Gene

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

fixed the Smart Lights bug too.
Just pushed the patch.

Cheers,
g.

May 11, 2015, 11:26:41 PM
Reply #479

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Thank's Gene.
I will make tests

Cheers
Dani