Releases: genielabs/HomeGenie
Releases · genielabs/HomeGenie
v1.1-beta.504
- 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)
v1.1-beta.503
- 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
v1.1-beta.501
- 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
v1.1-beta.500
- 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
v1.1-beta.499
- 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)
v1.1-beta.497
- 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
v1.1-beta.496
- 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]")
v1.1-beta.494
- 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>")