Skip to content

Releases: alexryd/node-shellies-ng

Version 1.5.1

09 Aug 13:51
Compare
Choose a tag to compare

Added

  • Support for Shelly Plus 2 PM hardware revision 1.

Version 1.5.0

09 Aug 09:30
Compare
Choose a tag to compare

Added

  • Updated all services and components to bring them in line with firmware version 0.11.0.
  • Support for new hardware revisions of Shelly Plus 1, Shelly Plus 1 PM, Shelly Pro 1, Shelly Pro 1 PM, Shelly Pro 2 and Shelly Pro 2 PM.
  • Support for Shelly Plus Plug US, Shelly H&T and Shelly Pro 3.

Version 1.4.0

15 Apr 13:42
Compare
Choose a tag to compare

Added

  • Send periodic pings over WebSocket connections to prevent them from being closed and to better detect broken connections.
  • Try to automatically reconnect closed WebSocket connections.

Version 1.3.0

12 Mar 10:49
Compare
Choose a tag to compare

Added

  • Support for Shelly Plus 2 PM and Shelly Plus I4.
  • Support for multi profile devices with a profile property.
  • Added the Cover component and the Script component.
  • Updated all services and components to bring them in line with firmware version 0.10.0.
  • Made the Input component handle button events.
  • Added a config property to all components and a Device.loadConfig() that populates them.
  • Added autoLoadStatus and autoLoadConfig options.
  • Made components emit a configChange event when their configuration is changed.
  • Made components emit change events for each individual property.

Version 1.2.0

03 Feb 12:57
Compare
Choose a tag to compare

Added

  • Support for the following devices:
    • Shelly Pro 1
    • Shelly Pro 1 PM
    • Shelly Pro 2
    • Shelly Pro 2 PM

Fixed

  • Fixed a bug with closing WebSocket connections.
  • All device identifiers are now supplied with 'unknown' events.

Version 1.1.0

26 Jan 14:40
Compare
Choose a tag to compare

Added

  • This version adds support for authentication over WebSockets.

Fixed

  • Invalid network interface identifiers passed to the mDNS service are now handled more gracefully.
  • Configuration options can now be set for WebSockets.

Version 1.0.1

22 Jan 19:17
Compare
Choose a tag to compare

Fixed

  • Catch errors from the mDNS socket.
  • Catch errors from web sockets.