Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/homebridge-plugins/homebridge-meross
Homebridge plugin to integrate Meross devices into HomeKit.
https://github.com/homebridge-plugins/homebridge-meross
homebridge homebridge-meross homebridge-plugin homekit hoobs hoobs-plugin meross meross-cloud siri
Last synced: about 14 hours ago
JSON representation
Homebridge plugin to integrate Meross devices into HomeKit.
- Host: GitHub
- URL: https://github.com/homebridge-plugins/homebridge-meross
- Owner: homebridge-plugins
- License: mit
- Created: 2020-01-13T12:23:12.000Z (almost 5 years ago)
- Default Branch: latest
- Last Pushed: 2024-12-16T10:29:27.000Z (6 days ago)
- Last Synced: 2024-12-21T10:59:29.897Z (1 day ago)
- Topics: homebridge, homebridge-meross, homebridge-plugin, homekit, hoobs, hoobs-plugin, meross, meross-cloud, siri
- Language: JavaScript
- Homepage:
- Size: 14.4 MB
- Stars: 204
- Watchers: 6
- Forks: 32
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-meross
Homebridge plugin to integrate Meross devices into HomeKit
[![npm](https://img.shields.io/npm/v/homebridge-meross/latest?label=latest)](https://www.npmjs.com/package/homebridge-meross)
[![npm](https://img.shields.io/npm/v/homebridge-meross/beta?label=beta)](https://github.com/homebridge-plugins/homebridge-meross/wiki/Beta-Version)[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
[![hoobs-certified](https://badgen.net/badge/HOOBS/certified/yellow?label=hoobs)](https://plugins.hoobs.org/plugin/homebridge-meross)[![npm](https://img.shields.io/npm/dt/homebridge-meross)](https://www.npmjs.com/package/homebridge-meross)
[![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=hb-discord)](https://discord.com/channels/432663330281226270/742733745743855627)### Plugin Information
- This plugin allows you to view and control your Meross devices within HomeKit. The plugin:
- downloads a device list if your Meross credentials are supplied
- attempts to control your devices locally, reverting to cloud control if necessary
- listens for real-time device updates when controlled externally
- supports configuring devices for local-only control without your Meross credentials
- can ignore any HomeKit-native devices you have using the configuration### Prerequisites
- To use this plugin, you will need to already have:
- [Node](https://nodejs.org): latest version of `v18` or `v20` - any other major version is not supported.
- [Homebridge](https://homebridge.io): `v1.6` - refer to link for more information and installation instructions.### Setup
- [Installation](https://github.com/homebridge-plugins/homebridge-meross/wiki/Installation)
- [Configuration](https://github.com/homebridge-plugins/homebridge-meross/wiki/Configuration)
- [Beta Version](https://github.com/homebridge/homebridge/wiki/How-to-Install-Alternate-Plugin-Versions)
- [Node Version](https://github.com/homebridge-plugins/homebridge-meross/wiki/Node-Version)### Features
- [Supported Devices](https://github.com/homebridge-plugins/homebridge-meross/wiki/Supported-Devices)
- [Cloud Control](https://github.com/homebridge-plugins/homebridge-meross/wiki/Cloud-Control)
- [Local Control](https://github.com/homebridge-plugins/homebridge-meross/wiki/Local-Control)### Help/About
- [Common Errors](https://github.com/homebridge-plugins/homebridge-meross/wiki/Common-Errors)
- [Support Request](https://github.com/homebridge-plugins/homebridge-meross/issues/new/choose)
- [Changelog](https://github.com/homebridge-plugins/homebridge-meross/blob/latest/CHANGELOG.md)
- [About Me](https://github.com/sponsors/bwp91)### Credits
- This is a fork of the work originally done by [@Robdel12](https://github.com/Robdel12) and [@dylanfrankcom](https://github.com/dylanfrankcom).
- To [@donavanbecker](https://github.com/donavanbecker) the previous maintainer of this plugin.
- To [@Apollon77](https://github.com/Apollon77) and [@colthreepv](https://github.com/colthreepv) for the [meross-cloud](https://github.com/Apollon77/meross-cloud) library (contained in this plugin).
- To the creator of the awesome plugin header logo: [Keryan Belahcene](https://www.instagram.com/keryan.me).
- To the creators/contributors of [Fakegato](https://github.com/simont77/fakegato-history): [@simont77](https://github.com/simont77) and [@NorthernMan54](https://github.com/NorthernMan54).
- To the creators/contributors of [Homebridge](https://homebridge.io) who make this plugin possible.### Disclaimer
- I am in no way affiliated with Meross and this plugin is a personal project that I maintain in my free time.
- Use this plugin entirely at your own risk - please see licence for more information.