Skip to content

Releases: jghaanstra/cloud.shelly

3.0.41

20 Apr 06:34
Compare
Choose a tag to compare
  • Added a "Input x Has Changed" trigger card for devices with inputs
  • User friendly names for events in action event trigger cards
  • Removed previously deprecated generic input has changed cards, you should use the channel specific cards by now
  • Fix issue where Shelly Uni did not create a device for the second relay channel
  • Rename temperature capability of Shelly Plug S to device temperature
  • Remove obsolete input_1 capability of Shelly Button 1
  • Deprecated the combined temperature and dim action card for the Shelly DUO as the can be achieved with two built in action cards

3.0.36

03 Apr 16:27
Compare
Choose a tag to compare
  • Add ADC voltage for Shelly Uni
  • Fix small issue with dimming being null for RGBW2

3.0.35

31 Mar 12:12
Compare
Choose a tag to compare

Fix issue with dim values for RGBW2 White.

3.0.33

30 Mar 05:57
Compare
Choose a tag to compare

Fix for Shelly 4 Pro appearing as offline.

3.0.32

29 Mar 10:03
Compare
Choose a tag to compare

Small fix for devices appearing as offline while they are not.

3.0.31

29 Mar 09:24
Compare
Choose a tag to compare
  • Code improvements for easier maintenance
  • Small fix for switching between color modes of the Shelly Bulb

3.0.28

20 Mar 10:45
Compare
Choose a tag to compare

Fixed an issue with the Shelly Dimmer 1 (added a workaround due to not using semantic versioning in firmware version of the Shelly Dimmer 1)

3.0.27

18 Mar 18:27
Compare
Choose a tag to compare
  • Switch to unicast for Shelly devices with firmware 1.10.0 or higher for better network compatibility (please upgrade the firmware of your Shelly device and enable CoAP again in the app settings if you have previously disabled it)
  • Added HTTP polling every minute as backup for CoAP
  • Fixed an issue with pairing of the Shelly Vintage

3.0.26

03 Mar 20:00
Compare
Choose a tag to compare
  • Fixed missing Input 2 trigger card for dimmer
  • Fixed input condition cards
  • Added the input state to the device pages

3.0.25

03 Mar 15:43
Compare
Choose a tag to compare
  • Worked around a memory leak in Homey's app SDK (for users that switched to HTTP polling, please switch back to CoAP)
  • Fixed another bug for the Shelly RGBW2 which resulted in offline devices
  • Fixed a bug with pairing a Shelly 3EM
  • Changed the capability for the SW terminal input from alarm_generic to a custom capability to avoid registering alarms. Flow that where using the generic alarm triggercard will need to be updated.
  • Deprecated the recently introduced "State changed" with tokens triggercard and replaced the with seperate on/off triggercards per input. Appearently users prefer this.
  • Added an app setting to be able to change the HTTP polling frequency. Useful for users that want to keep CoAP disabled (which is not recommended) and want to reduce network traffic over HTTP.
  • Added updates for add on sensors for the Shelly 1/PM/L over HTTP (when CoAP is disabled)
  • Other minor improvements