Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	extra/general-ui.png
  • Loading branch information
albertogeniola committed Jun 19, 2019
2 parents 9fb1e73 + 780e548 commit 1eb7493
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,18 @@ Those are place holders that homeassistant automatically replaces by looking at
1. Reboot hassio
1. Congrats! You're all set!


## Features
### Massive support
This library supports all the Meross devices currently exposed by the Meross IoT library.
In particular Bulbs, Switches and Garage Door Openers are fully supported and perfectly integrated with HomeAssistant.

Have a look a the screenshots below...

<img src="extra/general-ui.png" alt="User interface" width=400> <img src="extra/bulb-control.png" alt="Controlling the light bulb" width=400> <img src="extra/garage-control.png" alt="Controlling the garage opener" width=400> <img src="extra/sensor.png" alt="Power sensor feedbacks" width=400> <img src="extra/switch-control.png" alt="Controlling switches" width=400>
<img src="docs/source/images/components/meross_cloud/general-ui.png" alt="User interface" width=400>
<img src="docs/source/images/components/meross_cloud/bulb-control.png" alt="Controlling the light bulb" width=400>
<img src="docs/source/images/components/meross_cloud/garage-control.png" alt="Controlling the garage opener" width=400>
<img src="docs/source/images/components/meross_cloud/sensor.png" alt="Power sensor feedbacks" width=400>
<img src="docs/source/images/components/meross_cloud/switch-control.png" alt="Controlling switches" width=400>


### Efficiency and adoption of Homeassistant best practices
Expand Down
53 changes: 53 additions & 0 deletions docs/source/_components/meross_cloud.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
layout: page
title: "Meross devices platform"
description: "Instructions on how to integrate Meross devices into Home Assistant."
date: 2019-06-16 09:00
sidebar: true
comments: false
sharing: true
footer: true
logo: meross.png
ha_category:
- Switch
- Light
- Cover
ha_iot_class: Cloud Push
ha_release: "0.94.3"
---

The `meross` platform allows you to control the state of your [Meross devices](https://www.meross.com/).

The list of tested and fully supported devices is the following:
- MSL120
- MSS110
- MSS210
- MSS310
- MSS310h
- MSS425e
- MSS530h
- MSG100

Please note that the integration might be working also with unlisted Meross devices.
If you own any Meross plug, give it a try even if it's not listed.


In order to enable this integration, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
meross_cloud:
username: meross_username
password: meross_password
```
{% configuration %}
username:
description: The username of your Meross account. It's the email you use to login into the Meross app
required: true
type: string
password:
description: The password of your Meross account. It's the one you use to login into the Meross app.
required: true
type: string
{% endconfiguration %}
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added docs/source/images/supported_brands/meross.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eb7493

Please sign in to comment.