Skip to content

Releases: DanielOgorchock/OmniThing

[Alpha] Add optional input to SwitchLevel and DimmerSwitch

10 Jul 03:41
Compare
Choose a tag to compare
  • 0.8.2
    • Add optional InputFloat to SwitchLevel and DimmerSwitch

[Alpha] Fix segfault from null pointer dereference

09 Jul 05:42
Compare
Choose a tag to compare
  • 0.8.1
    • Fix segfault caused by SwitchLevel and DimmerSwitch dereferencing null pointer

[Alpha] Add DimmerSwitch and CommandExecuterFloat

09 Jul 04:00
Compare
Choose a tag to compare
  • 0.8.0
    • Added CommandExecuterFloat OutputFloat type
      • sets the environment variable "OMNITHING_FLOAT_VAL" to the float value prior to running command
    • Added DimmerSwitch device type and handler

[Alpha] Fix apt errors due to missing files

09 Jul 01:30
Compare
Choose a tag to compare
  • 0.7.3
    • Fixed apt errors due to rpi repo missing expected files

[Alpha] Fix parsing of device names with underscores

19 Apr 20:40
Compare
Choose a tag to compare
  • 0.7.2
    • Fix parsing of device names with underscores

[Alpha] Fix device names with spaces

19 Apr 03:08
Compare
Choose a tag to compare
Pre-release
  • 0.7.1
    • Fix parsing of device names with spaces

[Alpha] Add CommandParser

09 Apr 00:05
Compare
Choose a tag to compare
Pre-release
  • 0.7.0
    • Add CommandParser InputFloat

[Alpha] Fix Arduino Compilation Errors

28 Jan 04:34
7f01f8b
Compare
Choose a tag to compare
Pre-release
  • 0.6.1
    • Fix compilation errors on Arduino platforms

[Alpha] Add InputDebouncer and Bugfixes

01 Jan 01:16
c054e0a
Compare
Choose a tag to compare
Pre-release
  • Added InputDebouncer
  • Fixed bug involving sending floats with too many digits in json strings
  • Added temperature conversion options from the ST_Anything groovy code

[Alpha] Switch device improvements, ease of use improvements, hubitat support, new types

15 Sep 22:04
Compare
Choose a tag to compare
  • No longer need to specify ip address in network receiver for windows, linux, and rpi
  • Parse json with a more efficient method that also fixes a buffer overflow bug
  • Added optional input parameter for the Switch device. If provided, the switch will report its current state to SmartThings based on this input rather than what it most recently set the switch output to.
  • Added optional ignoreRedundant parameter to the switch device. If set to true, the switch will ignore commands that will not change the current state of the switch (i.e. an on command when the switch is currently on).
  • Made configuration webpage have the navbar fixed to the top for better usability
  • Added CommandReturnCode InputBool type. Provide a command to run in the shell. A return code of 0 evaluates to true. Any other return code evaluates to false.
  • Hubitat support
  • Added PwmOutputEsp32 which adds pwm support on esp32 using the ledc library.