Skip to content

Tags: jdmcgee/HomeGenie

Tags

v1.1-beta.507

Toggle v1.1-beta.507's commit message
v1.1-beta.507

- Added "Set node as always awake" option to Z-Wave Query on WakeUp program
- Improved startup/trigger code check, now executing on every system event to ensure maximum accuracy even with Wizard scripts
- Fix wizard script "Scheduler.CronEvent" condition not working

v1.1-beta.505

Toggle v1.1-beta.505's commit message
v1.1-beta.505

- 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)

v1.1-beta.504

Toggle v1.1-beta.504's commit message
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

Toggle v1.1-beta.503's commit message
r503 - fix to system update manager; other minor fixes

v1.1-beta.501

Toggle v1.1-beta.501's commit message
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 genielabs#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

Toggle v1.1-beta.500's commit message
fixed stats page not showing correct temperature unit; added about po…

…pup with hg plus link

v1.1-beta.499

Toggle v1.1-beta.499's commit message
added missing file SourceModule.cs

v1.1-beta.497

Toggle v1.1-beta.497's commit message
fixed StatisticValue.cs bug (issue genielabs#228)

v1.1-beta.497b

Toggle v1.1-beta.497b's commit message
fixed StatisticValue.cs bug (issue genielabs#228)

v1.1-beta.496

Toggle v1.1-beta.496's commit message
fixed event stream disconnect/reconnect bug