Skip to content

Releases: genielabs/HomeGenie

v1.1-beta.520

14 May 18:19
Compare
Choose a tag to compare
  • Optimized general web UI performances (should fix #272)
  • Migrated some generic widgets to new API model: camerainput, colorlight, dimmer, doorwindow, generic, light, sensor, siren, switch, template
  • Revamped HG Javascript API code and model
  • Fixed ZWaveLib db serialization issue
  • Fixed SharpZipLib version compatibility PR #276
  • Brand new Dashboard look
  • Added new automation program: "Virtual Modules Demo"

v1.1-beta.519

01 May 15:15
Compare
Choose a tag to compare
  • Fixed bug that was causing programs features randomly disappear
  • Fixed wrong mime-type sent for web fonts (MIG)
  • Thermostat widget restyling and fix to set point bug when using fahrenheit unit
  • Added "Programs.Get" API command

v1.1-beta.518

30 Apr 18:48
Compare
Choose a tag to compare
  • Added Program.ParseApiCall(string apiCall) helper method
  • Added $ class in Javascript programs (eg.: $.on.webServiceCallReceived(...); $.modules.withAddres(...); $.program.raiseEvent(...); )
  • Added Virtual Modules demo app (Javascript)
  • Added program loop check
  • Fixed error reporting in program engine

v1.1-beta.517

25 Apr 20:10
Compare
Choose a tag to compare
  • Fixed concurrency issue in method IsScheduling

v1.1-beta.516

17 Apr 18:17
Compare
Choose a tag to compare
  • Replaced nmqtt library with M2Mqyy.Net
  • Fixed Data.Module.NeedsUdpdate serialization bug
  • Reset oldest 24 hours of data instead of whole DB when statistics DB exceed size limit
  • Fixed Web Server (MIG) headers bug preventing client from caching files
  • Added event raising when a module property is changed from the UI; deprecated HG.Automation.Programs.PostBack;

v1.1-beta.515

26 Mar 12:32
Compare
Choose a tag to compare
  • Fix "Add new Program" bug (issue #259)
  • Z-Wave Pepper1 database is now queried online
  • Fix zwavenode.xml (node data persistence file) serialization issue

v1.1-beta.514

27 Jan 14:56
Compare
Choose a tag to compare
  • 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 (@)

v1.1-beta.512

10 Jan 15:12
Compare
Choose a tag to compare
  • Energy Monitor widget now shows Watt load graph as default
  • Updated Russian and French locales
  • Improved crontab input field with autocomplete
  • Updated compression library (latest HEAD SharpZipLib from master repo)

v1.1-beta.511

06 Jan 01:33
Compare
Choose a tag to compare
  • Fix archive compression "codepage not supported" bug introduced in r510
  • Fix heavy cpu load bug introduced in r510
  • Fix TimeTable time offset bug introduced in r510
  • Faaaster archive compression/decompression using SharpZipLib
  • Improved TimeTable to support CronTab expressions for program Disable/AutoOff options

v1.1-beta.509

02 Jan 15:29
Compare
Choose a tag to compare
  • Added 'Zone Sensors' program; group multiple sensors into one logical sensor
  • Added 'Automatic Off' options to TimeTable programs (when armed home/away or no motion activity detected)
  • Updated Z-Wave device database (pepper1)
  • Updated RaspberrySharp-IO libraries
  • Little UI rework and improvements
  • Fix to Timetable widget 'today events' bug