All Projects → Apollon77 → ioBroker.meross

Apollon77 / ioBroker.meross

Licence: MIT license
ioBroker Adapter to integrate Meross Cloud based devices

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ioBroker.meross

ioBroker.discovergy
Receive all data of Discovery API into ioBroker to have your energy consumption and delivery monitored
Stars: ✭ 15 (-31.82%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.smartcontrol
Control devices smarter: by grouping, including triggers like motion, opening window, etc. and set target devices accordingly
Stars: ✭ 20 (-9.09%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.linkeddevices
Create linked objects (datapoints) of your devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in the vis or scripts.
Stars: ✭ 17 (-22.73%)
Mutual labels:  iobroker, iobroker-adapter
meross pair
Android APP that allows pairing Meross Devices with third party MQTT brokers
Stars: ✭ 18 (-18.18%)
Mutual labels:  meross, meross-cloud
ioBroker.octoprint
ioBroker adapter to manage your 3D printer over ioBroker
Stars: ✭ 31 (+40.91%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.lametric
Send notifications and other important information to your LaMetric time
Stars: ✭ 15 (-31.82%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.ring
Ring Video Doorbell Adapter
Stars: ✭ 25 (+13.64%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.google-sharedlocations
An ioBroker-adapter for retrieving shared locations from Google
Stars: ✭ 58 (+163.64%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.tuya
ioBroker adapter to connect to several small and cheap Wifi devices that care connected to the Tuya Cloud and mostly use the Smartlife App/Alexa-Skill
Stars: ✭ 64 (+190.91%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.gardena
An ioBroker adapter for Gardena Smart System.
Stars: ✭ 12 (-45.45%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (+95.45%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.vw-connect
ioBroker Adapter for VW We connect and Skoda connect
Stars: ✭ 57 (+159.09%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.telegram
Use Telegram service to communicate with ioBroker
Stars: ✭ 51 (+131.82%)
Mutual labels:  iobroker, iobroker-adapter
Iobroker.material
React and Material Design
Stars: ✭ 29 (+31.82%)
Mutual labels:  iobroker
Iobroker.vis
Visualisation for ioBroker platform.
Stars: ✭ 242 (+1000%)
Mutual labels:  iobroker
Iobroker.ical
Allows read information from google calender and from iCal into ioBroker.
Stars: ✭ 28 (+27.27%)
Mutual labels:  iobroker
Iobroker.discovery
This adapter tries to discover all known devices
Stars: ✭ 20 (-9.09%)
Mutual labels:  iobroker
ioBroker.docs
Documentation for ioBroker
Stars: ✭ 53 (+140.91%)
Mutual labels:  iobroker
Iobroker.js Controller
ioBroker controller
Stars: ✭ 238 (+981.82%)
Mutual labels:  iobroker
Iobroker.vis Timeandweather
ioBroker Widgets set with time and weather
Stars: ✭ 12 (-45.45%)
Mutual labels:  iobroker

Logo

ioBroker.meross

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Disclaimer

All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal. MEROSS is a trademark of Chengdu Meross Technology Co., Ltd.

Description

This adapter allows to control Meross devices by connecting to the Meross cloud servers.

You need to provide your Cloud login credentials. The adapter connects to your cloud account and subscribe to all device data via MQTT. Because of this the devices need to be connected to their cloud. Currently no way is known to control the devices locally.

One Adapter instance will show all devices from one Meross Cloud account and allows to control them.

Known working devices

All devices should work from my current knowledge. But please check the logs or report any feature or new devices types that are not creating states (new device types needs to be added manually by me, so an isue is important).

Reported working are at least:

  • mss425e
  • mss310
  • MSS620 EU/UK
  • MTS100, MTS100v3, MTS150, MTS200
  • MRS100
  • ... and more that are not yet listed :-) Just tell me when a device works which is not listed via a GitHub issue.

How to report issues and feature requests

Please use GitHub issues for this.

Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column Log level). Then please get the logfile from disk (subdirectory "log" in ioBroker installation directory and not from Admin because Admin cuts the lines). If you do not like providing it in GitHub issue you can also send it to me via email ([email protected]). Please add a reference to the relevant GitHub issue AND also describe what I see in the log at which time.

Changelog

1.15.0 (2023-01-03)

  • (Apollon77) Add support for MAP100 air purifier
  • (Apollon77) Add Energy Consumption states

1.14.0 (2022-08-12)

  • (Apollon77) Add Smoke Sensor

1.13.0 (2022-07-12)

  • (Apollon77) Add new option to prevent the Cloud communication fallback when the device is not available locally for data queries (enabled by default).

1.12.2 (2022-06-27)

  • (Apollon7) prevent crash case reported by Sentry

1.12.1 (2022-06-27)

  • (Apollon7) prevent crash case reported by Sentry

1.12.0 (2022-06-24)

  • (Apollon77) Add new state to allow controlling whether to connect locally first or not for each device (but global setting takes precedence if set there to never use local connection!)
  • (Apollon77) Detect reconnection issues to Meross Cloud and try to handle them better

1.11.0 (2022-06-02)

  • (Apollon77) Add online status configuration to show online status in Admin UI
  • (Apollon77) Optimize device initialization to make sure it finishes also whe not all devices are initialized successfully

1.10.5 (2022-04-14)

  • (Apollon77) Adjust to recent API changes from Meross services

1.10.4 (2022-03-15)

  • (Apollon77) Add battery value for ms100 devices in hub if supported

1.10.3 (2022-03-11)

  • (Apollon77) Fix switch state for thermostats

1.10.2 (2022-02-19)

  • (Apollon77) Correctly set the garageDoorWorking flag after starting a control action

1.10.1 (2022-01-26)

  • (Apollon77) Fix pot. crash case

1.10.0 (2022-01-20)

  • (Apollon77) Optimize Meross Communication to first try to communicate with the device locally before sending data to MQTT - enabled by default, you can disable it in settings!
  • (Apollon77) Optimize Meross Communication by using only one MQTT connection instead of one per device when cloud is used
  • (Apollon77) Add new state "disabled" to ignore connection error of a device; reconnections are still tried, but no error are logged if not successful
  • (Apollon77) Add support for Online status reports from MTS100 hub devices
  • (Apollon77) Automatically logout from meross cloud on adapter end; next start will do a new Login
  • (Apollon77) Automatically delete old devices if no longer existing (when js-controller >=2.2)
  • (Apollon77) Optimize MTS200 handling

1.8.0 (2022-01-05)

  • (Apollon77) Add support for MTS200 Wifi Thermostat

1.7.1 (2021-11-13)

  • (Apollon77) Allow to enter passwords with more than 15 characters

1.7.0 (2021-11-13)

  • (Apollon77) Add support for MTS150 Thermostats
  • (Apollon77) Add support for MRS100 RollerShutter devices

1.6.3 (2021-06-04)

  • (Apollon77) Update translations

1.6.2 (2021-05-07)

  • (Apollon77) optimize for js-controller 3.3

1.6.1 (2021-04-23)

  • (Apollon77) prevent crash case (Sentry IOBROKER-MEROSS-Z)

1.6.0 (2021-04-18)

  • (Apollon77) add MOD100 Diffuser Spray device

1.5.1 (2020-12-05)

  • (Apollon77) generate an unique uuid for each connection, fixes the "Server not available"

1.5.0 (2020-06-25)

  • (Apollon77) Prevent crash cases (Sentry IOBROKER-MEROSS-G, IOBROKER-MEROSS-F)
  • (Apollon77) Add warning about poll interval and cloud deactivation and reset poll interval to 30s for now

1.4.1 (2020-06-12)

  • (Apollon77) Fix Admin finally

1.4.0 (2020-06-12)

  • (Apollon77) Fix Admin
  • (Apollon77) Remove the automatic cutting of passwords to 15 characters, but log info message

1.3.13 (2020.04.12)

  • (Apollon77) add auto decryption handling with js-controller 3.0
  • (Apollon77) update meross library to prevent some crash cases

1.3.12 (2020.03.08)

  • (Apollon77) update dependencies

1.3.11 (2020.02.05)

  • (Apollon77) optimize error handling
  • (Apollon77) Switch Sentry to iobroker own instance hosted in germany

1.3.9 (2019.12.18)

  • (Apollon77) Prevent some error cases on disconnects

1.3.8 (2019.12.07)

  • (Apollon77) update dependencies

1.3.7 (2019.12.01)

  • (Apollon77) Prevent some error cases on disconnects

1.3.6 (2019.11.28)

  • (Apollon77) Prevent some error cases on disconnects

1.3.5 (2019.11.28)

  • (Apollon77) Prevent some error cases on disconnects

1.3.4 (2019.11.26)

  • (Apollon77) Add Temperature/Humidity support for MTS100

1.3.1 (2019.11.25)

  • (Apollon77) Add names to hub sub devices

1.3.0 (2019.11.25)

  • (Apollon77) Add msg100 with Garage Door Reed contact
  • (Apollon77) Add reconnection handling
  • (Apollon77) Add light support (e.g. MSL120 RGB bulb)
  • (Apollon77) Add units and roles for electricity
  • (Apollon77) Add support for MSXH0 (Air Purifyer)
  • (Apollon77) Add support for Hub and Thermostates
  • (Apollon77) Allow to control DND mode (LED) - be aware then if controlled via meross app it my get out of sync!
  • (Apollon77) Integrate sentry.io for automated error/exception reporting
  • (Apollon77) Add support for mts100v3
  • (Apollon77) add Compact mode
  • (Apollon77) add control option for (rgb) lights

1.0.0 (2018.12.16)

  • (Apollon77) finalize and move to 1.0.0

0.4.1 (2018.11.26)

  • (Apollon77) finalize version and allow electricity polling interval to be configured

0.3.0 (2018.11.16)

  • (Apollon77) add support for mss310 devices

0.1.0 (2018.11.14)

  • (Apollon77) First release to support ToggleX devices

License

The MIT License (MIT)

Copyright (c) 2018-2023 Apollon77 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].