more G-Labs products

Author Topic: TESTING RELEASE  (Read 196260 times)

January 10, 2016, 08:44:17 PM
Reply #795

Bounz

  • ***
  • Information
  • Full Member
  • Posts: 94
Hi Gene!

I can't update 510 to 511a. I think it is a decompressing error.
My system Linux x64 (Ubuntu 15.04)
Hi Kaze!
It might be if your system locale is not English or if you are using UTF8 based locale.
Try to install r512 manually (it contains fix for this issue) and then you should be able to install updates normally.

January 10, 2016, 08:46:58 PM
Reply #796

KaZe

  • ****
  • Information
  • Sr. Member
  • Posts: 219
Thx for response!

I solved that yesterday. I was reinstall 509, and update to 511.

January 11, 2016, 08:05:35 AM
Reply #797

Bitcraze

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

My DHT-22 and 2x DS18B20 all stopped working after upgrading from r509 to r512 beta, after rebooting the Raspberry PI 2.

Running Jessie.

Issue must be within HG, as I can see both DS18B20 when I run LS command from Terminal.

Any ideas?

January 11, 2016, 10:47:23 AM
Reply #798

Gene

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

what automation program are you using for DS18B20? What the code looks like?
For DHT-22, double check if the input pin is correct and try recompiling the program.

g.

January 11, 2016, 01:50:07 PM
Reply #799

Bitcraze

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

Thanks so much for your quick response. Much appreciated.

I have used the default built-in programs, no custom stuff used.
Both the DHT-22 and 2x DS18B20 were working fine, but stopped after I updated and rebooted the RPI.


1) "what automation program are you using for DS18B20?"

Configure / Programs / Devices and Things / One-Wire Devices
Noted that icon is RED
and error: Program.Notification = "{"Title":"OneWire Error","Message":"Could not fin....

Configure / Groups / Bedroom / Bedroom (OneWire1):
Set to:Sensor
Features: One-Wire Devices
Device ID: 28-0000059a0036

LS command lists this device and shows temp.

2) "What the code looks like?"

Default Homegenie code.

3) "For DHT-22, double check if the input pin is correct and try recompiling the program."

Configure / Programs / Raspberry PI / DHT-22 Sensor - Enabled
Noted that the update to R512 changed my settings from Pin18 GPIO24 back to defaults (Pin7 GPIO4).
I have corrected and DHT-22 is now working fine again.

4) Configure / Programs / Raspberry PI / GPIO Modules: Do I need to switch GPIO24 to ON, for my DHT-22, or is this setting just used for in-out switches?

5) The Temp now shows in Fahrenheit in my web console (See both attached images), but is still showing fine in Celsius on my Android App. What to do?



Thanks in advance,
Eugene

January 11, 2016, 02:08:05 PM
Reply #800

Gene

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

the DS18B20 didn't change at all since it was released.
Please supply the full error message for "Message":"Could not fin....".

For using DHT-22 program you don't need GPIO program enabled at all, unless you're using it for some other purposes.

The free Android client does not implement temperature unit preference. The paid app does.

Cheers,
g.

January 11, 2016, 02:18:45 PM
Reply #801

Bitcraze

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

1) the DS18B20 didn't change at all since it was released.
Please supply the full error message for "Message":"Could not fin....".
   That's all that was displayed in that area.

2) For using DHT-22 program you don't need GPIO program enabled at all, unless you're using it for some other purposes.
   Ah, thought as much, thanks.

The free Android client does not implement temperature unit preference. The paid app does.
   Agreed. I have the paid app, so selected Celsius. How do I change the display from F to C in the Web Management Console? (http://localhost/hg/*****)

January 11, 2016, 02:39:23 PM
Reply #802

Gene

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

you can change temp unit from the Maintenance page, under "User Interface".

Cheers,
g.

January 11, 2016, 02:49:14 PM
Reply #803

kevin1

  • *****
  • Information
  • Hero Member
  • Posts: 330
Quote
you can change temp unit from the Maintenance page, under "User Interface".

I recently discovered that this option is unique to each device/client that accesses the HG server (stored in browser cookies?).  I had reported that the temperature preference setting was not working.  This was because I had set it to Fahrenheit on my home PC, but when accessing from mobile devices or other PC, this preference was still set to Celsius.  So... now I think HG shows correctly on all the widgets and charts since I have made this setting on each device.  Same goes for the UI color theme.  Anyway... hopefully this helps someone else out there who didn't know.

January 13, 2016, 07:44:34 PM
Reply #804

dani

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

Sometimes I saw wip as at the last scr release. What means that abreviation ?

January 13, 2016, 08:19:27 PM
Reply #805

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Work In Progress, meaning that some of the newer functionalities may not be fully functional, as for the new "Repository Browser/Package Installer".

g.

January 14, 2016, 10:39:09 AM
Reply #806

dani

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

Can you analyze that :
http://www.homegenie.it/forum/index.php?topic=1315.msg8845#msg8845
and report the correction I propose in ZWaveLib.

January 18, 2016, 03:50:30 PM
Reply #807

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
HomeGenie v1.1-beta.513 is available for testing (.deb and .tgz):

http://sourceforge.net/projects/homegenie/files/

18/01/2016 v1.1-beta.513
    - Added new Program.ApiCall(string apiCommand) helper method
    - Added installed packages and statistics files to backup archive
    - Fixed bug in Z-Wave MultiCmd and SensorBinary command class
    - Added Package Browser and Installer to the Maintenance page
    - Fixed occasional "object reference not set" error when compiling/starting a program
    - Added recursion check to scheduler event expressions
    - Fixed bug in evaluating composite scheduler events using names (@)

Cheers,
g.

January 23, 2016, 09:00:46 PM
Reply #808

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
HomeGenie v1.1-beta.514 is now available for testing:

21/01/2016 v1.1-beta.514
    - Moved LIRC, Insteon, W800RF32, V4LCamera interfaces to package repository
    - Fix C# automation program compile error on mono ARM platforms with locale settings using comma separator for decimals
    - Fix package install error on mono ARM < 4.0.4
    - Added new Program.ApiCall(string apiCommand) helper method
    - Added installed packages and statistics files to backup archive
    - Fixed bug in Z-Wave MultiCmd and SensorBinary command class
    - Added Package Browser and Installer to the Maintenance page
    - Fixed occasional "object reference not set" error when compiling/starting a program
    - Added recursion check to scheduler event expressions
    - Fixed bug in evaluating composite scheduler events using names (@)

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

Cheers,
g.

January 24, 2016, 02:04:02 AM
Reply #809

enterprised

  • ****
  • Information
  • Sr. Member
  • Posts: 101
  • Things are only impossible until they are not
I tried HomeGenie v1.1-beta.514, but after installing it would not run on my RPi, not even when I tried to start the program manually. I reverted back to HomeGenie v1.1-beta.512
4a 75 73 74 20 61 20 70 65 72 73 6f 6e 20 68 61 76 69 6e 67 20 66 75 6e 20 77 69 74 68 20 68 6f 6d 65 20 61 75 74 6f 6d 61 74 69 6f 6e
enterprised == guytpetj