Skip to content

Releases: Supereg/homebridge-http-switch

v0.5.36

20 Sep 09:26
c3a8a2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.35...v0.5.36

v0.5.35

15 Oct 16:37
b3eb2b1
Compare
Choose a tag to compare

Changes

This is a maintenance update, updating the plugins dependencies to the latest version.

v0.5.34

15 Oct 16:37
9f444e1
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a crash occurring in the last update #80

v0.5.33

04 Dec 13:11
14b8e78
Compare
Choose a tag to compare

Bug Fixes

  • Switches with type toggle or toggle-reverse would not properly return state which was updated via MQTT or the notification server [#68]

v0.5.31

17 Jul 13:34
2f5e643
Compare
Choose a tag to compare

Notable Changes

  • Adding new config option "serialNumber" (#55)

Added MQTT support

08 Dec 17:53
Compare
Choose a tag to compare

homebridge-http-switch can receive state changes over MQTT.
Look into the README for a more detailed explanation and configuration.

Many IoT devices, like the popular shelly.cloud ones, support MQTT!

Added more debug information

27 Nov 16:28
Compare
Choose a tag to compare
  • On start some information about the configuration is printed
  • When an http error code is returned when setting the switch the body is now also printed

Reduced the log output

27 Nov 16:26
Compare
Choose a tag to compare

After every set a message was printed in which state the switch is now. This message is now only displayed when in debug mode.

Added support for digest authentication.

06 Nov 14:42
Compare
Choose a tag to compare
  • added config option auth.sendImmediately

In order for digest authentication to work set the property to false!