Skip to content

Releases: mongoose-os-apps/shelly-homekit

Shelly HomeKit 2.5.0

09 Nov 20:47
Compare
Choose a tag to compare

Notable changes:

  • Shelly i3 support
  • Fix input handling logic in roller shutter mode (#254)

Full commit log.

If updating multiple devices, you may find it easier with a script.

Donate via PayPal

Shelly HomeKit 2.4.0

26 Oct 12:06
Compare
Choose a tag to compare

Notable changes:

  • Shelly Plug support
  • Overheating protection support
  • In momentary input mode disable auto-off on long press
  • Fix behavior in automations in garage door and roller shutter mode
  • Change default initial state to "last" for plugs
  • Remove input mode configuration for devices that don't have inputs (plugs)

Full commit log.

If updating multiple devices, you may find it easier with a script.

Donate via PayPal

Shelly HomeKit FW 2.3.1

18 Oct 16:57
Compare
Choose a tag to compare
  • Fix momentary switch state handling in switch mode
  • Reset auto-off timer every time switch is turned on
  • GDO: Add optional dual output mode on Shelly 2 and 2.5, Separate open / close output support
  • GDO: Ignore target state requests where requested state == current
  • WC: Ignore target pos requests where target pos == current

If updating multiple devices, you may find it easier with a script.

Donate via PayPal

Shelly HomeKit FW 2.3.0

12 Oct 20:23
Compare
Choose a tag to compare
  • Garage Door Opener mode (doc)
  • Fixed IID for roler shutter mode
  • Show wifi signal strength and ip address in web ui
  • Roller shutter: Make tile taps behave as single input
  • Automatic update checks from UI (at most once a day)
  • Flashing script rewritten in Python
  • Other misc fixes

If updating multiple devices, you may find it easier with a script.

Donate via PayPal

Shelly HomeKit FW 2.2.1

05 Oct 19:08
Compare
Choose a tag to compare
  • Fixed a bug that would brick the device if in roller-shutter mode input mode is set to "single" and "swap inputs" is also enabled. #171
  • Added help links to configuration sections

If updating multiple devices, you may find it easier with a script.

Donate via PayPal

Shelly HomeKit FW 2.2.0

02 Oct 19:10
Compare
Choose a tag to compare

New features:

  • Roller-shutter mode for Shelly 2.5 (#5) - see doc.
  • Firmware update check and installation from the UI - check for and install new version or go back to stock firmware with a click of a button (doc).
  • Documentation - wiki (thanks @andyblac !)

Misc:

  • Bug fixes and minor UI tweaks

If updating multiple devices, you may find it easier with a script.

Donate via PayPal

Shelly HomeKit FW 2.1.8

23 Sep 16:59
Compare
Choose a tag to compare

Minor fixes:

  • Fix reporting of last event on detached input (#141)
  • Update lock's target state when using auto-off fires (#145)

If updating multiple devices, try a script: tools/flash_shelly.sh -a
Thanks @andyblac for contributing it!

Donate via PayPal

Shelly HomeKit FW 2.1.7

18 Sep 23:16
Compare
Choose a tag to compare
  • Ability to assign individual switches to different rooms (note: you may need to remove and re-add the accessory to the home).
  • Ability to operate input pins as independent stateless switches - set input mode to "detached" and it will appear as its own accessory.
  • Code rewritten almost completely to support easier development in the future.

Note: Sometimes accessory settings are lost after the upgrade, you may need to reconfigure the accessory in the Home app.

If updating multiple devices, try a script: tools/flash_shelly.sh -a
Thanks @andyblac for contributing it!

Donate via PayPal

Shelly HomeKit FW 2.0.12

05 Aug 09:49
Compare
Choose a tag to compare

Shelly HomeKit FW 2.0.11

01 Aug 13:06
Compare
Choose a tag to compare

HAP connection management improvements