Skip to content

Releases: bytespider/Meross

1.0.16

13 Jan 20:34
f7172c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.15...1.0.16

2.0.0-beta-2

13 Dec 14:44
Compare
Choose a tag to compare
2.0.0-beta-2 Pre-release
Pre-release

Backwards Incompatible changes

Use import attributes rather than the older draft of import assertions. Bumps NodeJS minimum required versions to versions ~21.0.0, ^20.10.0, and ^18.20.0

What's Changed

Full Changelog: 2.0.0-beta-1...2.0.0-beta-2

2.0.0-beta-1

27 Dec 18:19
Compare
Choose a tag to compare
2.0.0-beta-1 Pre-release
Pre-release

Breaking changes

  • CLI --gateway option has been renamed --ip to make it clearer what this option is expecting.
  • CLI --nowifi is deprecated. By not supplying WIFI details, the CLI will not attempt to configure WIFI.
  • CLI --use-wifi-x is deprecated. The CLI will query the device for the required ability and encrypt the credentials automatically.

Improvements

  • CLI will only configure the device with the provided options so that end-users can leave devices connected to the Cloud and change only the WIFI AP, or reconfigure the MQTT broker without reconfiguring WIFI
  • Project has been rewritten in a more modular fashion so that it can be used as a library for other tools and to aid the development of the current tools

What's Changed

Full Changelog: 1.0.12...2.0.0-beta-1

1.0.15

27 Dec 11:02
Compare
Choose a tag to compare

Thanks to @fuomag9 for adding the --nowifi option to v1

1.0.14

01 Nov 12:02
Compare
Choose a tag to compare

In this release:

  • Thanks to @DominikGebhart for modernising the API with the addition of WifiX message, which sends WIFI credentials securely to the device. May not work on all devices. Look for "Appliance.Config.WifiX" in the list of device abilities.
  • Add error message for when messages fail to reach the device, typically because you are not connected to the device AP or wrong IP address
  • Update dependencies for critical security issues.

1.0.12

25 May 10:51
Compare
Choose a tag to compare
1.0.12 Pre-release
Pre-release
  • Removed device status
  • Added MQTT topics
  • Updated credentials section to match those used by the device for connecting to the MQTT broker.

1.0.11

20 May 08:38
Compare
Choose a tag to compare
1.0.11 Pre-release
Pre-release
added missing files for package

1.0.10

20 May 08:21
Compare
Choose a tag to compare
1.0.10 Pre-release
Pre-release

Fixed issue when --user is defaulted to undefined if not passed from the CLI

1.0.9

17 Apr 16:10
Compare
Choose a tag to compare
1.0.9 Pre-release
Pre-release

Fixed issues with key and userid being incorrectly set

1.0.6

20 May 08:37
Compare
Choose a tag to compare
1.0.6 Pre-release
Pre-release
added connection information