Skip to content

Releases: kreso975/homebridge-http-sensors-switches

v1.1.7

10 Dec 00:05
Compare
Choose a tag to compare

Enhancements:
Switch Http Read Status (On/Off) from JSON:

  • Support for Multiple Data Types: Implemented support for values that can be String, Boolean, or Number.
  • Boolean Handling: For Boolean values, the system now correctly interprets true as "On" and false as "Off".
  • Type Conversion: Added logic to convert statusOnCheck and statusOffCheck to the appropriate type based on the value type received from the JSON response.
    • If the value type is Boolean, it converts the strings 'true' and 'false' to boolean values.
    • If the value type is Number, it converts the strings to floating-point numbers.
    • Otherwise, it treats them as strings.
  • Backward Compatibility: Ensured that the changes are backward compatible with existing configurations.

Thanks to @RaZiegler

v1.1.6

19 Oct 15:39
Compare
Choose a tag to compare
  • Added MQTT reconnect interval config param. Thanks to @ArashMotamedi

v1.1.5

27 Sep 19:52
Compare
Choose a tag to compare
  • minor code Cleanup
  • Plugin is now Homebridge verified

v.1.1.4

23 Sep 15:54
Compare
Choose a tag to compare
  • config.schema.json Better UI layout

v1.1.3

23 Sep 11:20
Compare
Choose a tag to compare
  • Added Error Handlers when working with JSON

v1.1.2

23 Sep 09:02
Compare
Choose a tag to compare
  • Fix when No defined devices

v1.1.1

23 Sep 07:49
Compare
Choose a tag to compare
  • Created new config.schema.json
  • Code Clean up

v1.1.0

21 Sep 17:47
Compare
Choose a tag to compare
  • Simple Discord Webhook for Switches
  • Cleanup code

v1.0.2

14 Sep 20:13
Compare
Choose a tag to compare
  • Cleanup code
  • On reboot update Accessory from Config

MQTT update and fixes

14 Sep 01:04
Compare
Choose a tag to compare
  • Added MQTT functionality for Switches
  • Small fixes for MQTT sensors