HomeGenie

HomeGenie, the programmable automation intelligence

GPL-3.0 License

Stars
386
Committers
26

Bot releases are visible (Hide)

HomeGenie - v1.4.0-beta.51

Published by github-actions[bot] about 1 year ago

  • Fixes concurrency issue when loading modules causing duplicates: might fix #454
HomeGenie - v1.4.0-beta.50

Published by github-actions[bot] about 1 year ago

  • Faster service shutdown/restart
  • New API method Program.UpdateCheck()
  • Fixed scheduler daily update check
  • Fix program module overlap when assigned ID is the same of a deleted program
  • Fixed JS errors on first update of weather widget
HomeGenie - v1.4.0-beta.49

Published by github-actions[bot] about 1 year ago

  • Fixes bug not allowing to add new automation programs (!)
HomeGenie - v1.4.0-beta.48

Published by github-actions[bot] about 1 year ago

  • Fixes program editor events log count badge not clearing
  • Fixes program editor loading status not showing on configuration change or recompile
  • Fixes occasional save configuration error
  • Updated DHT-xx IoT program with support for all DHT-xx sensor types (1-wire and I2C)
HomeGenie - v1.4.0-beta.47

Published by github-actions[bot] about 1 year ago

HomeGenie - v1.4.0-beta.46

Published by github-actions[bot] about 1 year ago

HomeGenie - v1.4.0-beta.45

Published by github-actions[bot] about 1 year ago

HomeGenie - v1.4.0-beta.44

Published by github-actions[bot] about 1 year ago

HomeGenie - v1.4.0-beta.43

Published by github-actions[bot] about 1 year ago

HomeGenie - v1.4.0-beta.42

Published by github-actions[bot] about 1 year ago

HomeGenie - v1.4.0-beta.41

Published by github-actions[bot] over 1 year ago

  • Fixes #457 (Mac OS X)

v1.4.0-beta.40

  • Fixes #457 (occasional Segmentation Fault during update process)

v1.4.0-beta.39

  • Enabled module's fields editing
  • Re-open last closed dashboard when going back to home page or when starting app
  • updated examples widgets
  • upgraded to zuix-dist 1.1.20
HomeGenie - v1.4.0-beta.40

Published by github-actions[bot] over 1 year ago

  • Fixes #457 (occasional Segmentation Fault during update process)
HomeGenie - v1.4.0-beta.39

Published by github-actions[bot] over 1 year ago

  • Enabled module's fields editing
  • Re-open last closed dashboard when going back to home page or when starting app
  • updated examples widgets
  • upgraded to zuix-dist 1.1.20
HomeGenie - v1.4.0-beta.38

Published by github-actions[bot] over 1 year ago

  • Added brand new Custom Widget Editor =)
  • Added custom widget: examples/display-temperature

Schermata del 2023-04-14 23-05-59

HomeGenie - v1.4.0-beta.37

Published by github-actions[bot] over 1 year ago

  • Fixed missing module select when adding a new chart
  • Updated app icons
  • Updated xml API docs and Doxygen config
HomeGenie - v1.4.0-beta.36

Published by github-actions[bot] over 1 year ago

  • Fix wrong app root in v1.4.0-beta.35
  • Upgraded to Blockly 9.3.0: Visual Program Editor is now fully functional also on tablet and mobile
  • Fixed Weekly Stats program bug
HomeGenie - v1.4.0-beta.34

Published by github-actions[bot] over 1 year ago

  • fixes and improvements related to chart functionality
HomeGenie - v1.4.0-beta.33

Published by github-actions[bot] over 1 year ago

  • fix chart editor not updating fields
HomeGenie - v1.4.0-beta.32

Published by github-actions[bot] over 1 year ago

  • Fix to v1.4.0-beta.31 (not updating version info when upgrading automation programs)
HomeGenie - v1.4.0-beta.31

Published by github-actions[bot] over 1 year ago

  • Added "context code" to c# programs where to declare constants, enums, classes and fields visible to both setup and main code.
  • Added new ApiHelper class to perform custom API-related tasks
  • Deprecated: "When.WebServiceCallReceived", "Program.ApiCall", "Program.ParseApiCall"
  • Added "Program.Implements" method to declare implemented API interfaces (e.g. Chart Provider to create custom charts)
  • Added example chart providers: Weekly energy statistics and a mocked Pie Chart statistics
  • Added option to undo changes made to a system program and to upgrade programs when a new version is available