HomeGenie

HomeGenie, the programmable automation intelligence

GPL-3.0 License

Stars
386
Committers
26

Bot releases are hidden (Show)

HomeGenie - v1.1-beta.505

Published by genemars almost 9 years ago

  • Updated Z-Wave Level Poll program to support SwitchBinary/MultiLevel command classes
  • Fixed XTenLib CM11 bug
  • Fixed issue in FibaroRGBW app
  • Added ":nopopup:" option to disable notification popup on RaiseEvent (":nopopup:" must be specified in the description field)
  • Fixed "Program.UiRefresh" event, that was working only for program modules
  • Fixed ZWaveLib SwitchBinary command class (sending 0x20 Basic instead of 0x25 SwitchBinary)
HomeGenie - v1.1-beta.504

Published by genemars almost 9 years ago

  • Added Z-Wave "Send to sleep" option to "Query on Wake Up" program
  • Added SendToSleep command after each WakeUp query for battery powered device
  • Added custom serial port path selector for various serial interfaces (z-wave, x10, w800rf, insteon)
  • Updated FibaroRGBW app
  • Fixed ZWaveLib packet fragmentation issue (affecting RaZberry) and timeout errors occurring with some devices (eg. Fibaro in wall switches)
  • Fixed "event stream disconnected" issue occurring on some mono-arm platforms
  • Removed 20 seconds pause after backup restore/factory reset
  • Fix modules serialization bug (backslash character not escaped)
HomeGenie - v1.1-beta.503

Published by genemars almost 9 years ago

  • Fix to system update manager not refreshing page after update or backup restore
  • Fix ZWave device setup page timeout error when getting parameters
  • Fix accented character encoding issue
HomeGenie - v1.1-beta.501

Published by genemars almost 9 years ago

  • Added UPnP AvMedia.Seek command
  • Added configurable command delay and heal network options to ZWave interface
  • Fix blocking event propagation. Events are now processed asynchronously (also solves issue #237)
  • Fix Security Alarm program events propagation issue
  • Fixed Media Server browser widget not listing/linking files encoded in one format only; fixed also issues with XBMC and Kodi media player
HomeGenie - v1.1-beta.500

Published by genemars almost 9 years ago

  • Fixed ZWave interface sensor timeout bug and sensor Status.Level "0.01" bug
  • Disabled limit of max one opened http connection per program in NetHelper
  • Improved media server widget with thumbnails and support for multiple bitrates and formats
  • Added UPnP interface command "AvMedia.GetItem"
  • Improved camera widget
  • Fixed 'continuous Event Stream disconnection' bug when running on old mono ARM-hf (eg. Raspberry Pi)
  • Updated Spanish locales
  • Disabled periodic Weather Underground program notifications in the UI
  • Reverted XTenLib to the using of Thread instead of Task
  • other minor fixes
HomeGenie - v1.1-beta.499

Published by genemars almost 9 years ago

  • Fixed SerialPortLib threading issues
  • Added ZWaveLib node error status report
  • Fixed bug in Program Manager not releasing resources when disabling/stopping C-Sharp programs
  • Added temperature unit and date format preference in the maintenance/ui settings page
  • Rewrote TcpClient class using System.Net.Sockets.TcpClient from .Net4.5
  • Added "Siren start delay" option to Security Alarm program
  • Brand new style and features for dashboard widgets
  • Added timetable program picker (module options dialog)
HomeGenie - v1.1-beta.497

Published by genemars about 9 years ago

  • Enhanced parameter statistics now holding up to 1 day of history (HistoryLimit is now expressed in minutes)
  • Fixed duplicated event raising causing also issues with History/Statistics (#228)
  • Added new API command /api/HomeAutomation.HomeGenie/Config/Modules.StatisticsGet/<domain>/<address>/<parameter>
  • Added new API command /api/HomeAutomation.HomeGenie/Config/Modules.ParameterGet/<domain>/<address>/<parameter> (should close issue #206)
  • Optimized SSE
HomeGenie - v1.1-beta.496

Published by genemars about 9 years ago

  • Integrated new MIG library https://github.com/genielabs/mig-service-dotnet
  • General speed and performance improvements
  • Now logging through NLog library
  • Updated all automation programs to use latest API
  • Fixed HG configuration saving issue (not storing interface options)
  • ZWaveLib: added caching and persistence of nodes data to zwavenodes.xml file
  • ZWaveLib Discovery: added querying of nodes capbilities, NIF, Manufacturer Specs, Version during discovery process
  • Deprecated SC9000 security alarm program
  • X10 CM-15, W800RF32: added RF security codes decoding and automatic modules creation from X10-RF
  • Updated MIG to use latest automation libs (ZWaveLib, XTenLib, W800RfLib) and features
  • ZWave: added Heal Node / Routing Info functionality
  • Added support for serial ports types ttyAMAx and ttyACMx (RaZberry / ZME_UZB1) - PR #194
  • Some minor improvements to "Weather Underground" and "Query on Wake Up" programs - PR #190 PR #193
  • Improved statistics delete functionality - PR #200
  • Changed behaviour of When.ModuleParameterIsChanging: event values can now be changed/adjusted before they are commited into the system
  • Added "Days" parameter for viewing statistics graph along several days (PR #189)
  • Fix for AeonLabs HEM G2 (PR #186)
  • Added Host Header configuration (adapted from pull request #163)
  • Added "IR Remote Controller" automation program plugin (contributed by amin)
  • Added feature field of type "capture" (init as "capture:[parameter_to_capture]")
HomeGenie - v1.1-beta.494

Published by genemars about 9 years ago

  • Deprecated Program.Setup and mandatory use of return statement in Trigger Code (now called Startup Code)
  • Integrated new MIG library https://github.com/genielabs/mig-service-dotnet
  • General speed and performance improvements
  • Now logging through NLog library
  • Updated all automation programs to use latest API
  • Fixed HG configuration saving issue (not storing interface options)
  • ZWaveLib: added caching and persistence of nodes data to zwavenodes.xml file
  • ZWaveLib Discovery: added querying of nodes capbilities, NIF, Manufacturer Specs, Version during discovery process
  • Deprecated SC9000 security alarm program
  • X10 CM-15, W800RF32: added RF security codes decoding and automatic modules creation from X10-RF
  • Updated MIG to use latest automation libs (ZWaveLib, XTenLib, W800RfLib) and features
  • ZWave: added Heal Node / Routing Info functionality
  • Added support for serial ports types ttyAMAx and ttyACMx (RaZberry / ZME_UZB1) - PR #194
  • Some minor improvements to "Weather Underground" and "Query on Wake Up" programs - PR #190 PR #193
  • Improved statistics delete functionality - PR #200
  • Changed behaviour of When.ModuleParameterIsChanging: event values can now be changed/adjusted before they are commited into the system
  • Added "Days" parameter for viewing statistics graph along several days (PR #189)
  • Fix for AeonLabs HEM G2 (PR #186)
  • Added Host Header configuration (adapted from pull request #163)
  • Added "IR Remote Controller" automation program plugin (contributed by amin)
  • Added feature field of type "capture" (init as "capture:<parameter_to_capture>")