Skip to content

Commit

Permalink
Merge branch 'master' of github.com:carlosatta/hassio-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Satta authored and Carlo Satta committed Jan 3, 2019
2 parents 17d9930 + 686c739 commit 6b70b04
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions hassio_meross/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Probably it's work with other devices.
## Instruction
All the devices have to be configured via the Meross app.

The addons was created to work out of the box with [MQTT Discovery](https://www.home-assistant.io/docs/mqtt/discovery/), so I suggest to add at your *`configuration.yaml`* the following configurations:
The addons was created to work out of the box with [MQTT Discovery](https://www.home-assistant.io/docs/mqtt/discovery/), so I suggest to add in your *`configuration.yaml`* the following configurations:

```
Example configuration.yaml entry
Expand All @@ -27,17 +27,25 @@ mqtt:

Edit the addons config:
### mqtt
    **host:** your mqtt host
    **port:** the mqtt port (Default: 1883)
    **protocol:** the protocol (mqtt|mqtts|ws|wss) (Default: mqtt)
    **host:** your mqtt host (required)

    **port:** the mqtt port (Default: 1883, required)

    **protocol:** the protocol (mqtt|mqtts|ws|wss) (Default: mqtt, required)

    **username:** the mqtt username, leave empty if not used (Default: mqtt)

    **password:** the mqtt password, leave empty if not used (Default: mqtt)

    **rejectUnauthorized:** If you are using a **self-signed certificate** (Default: false)
### topic
    **discovery_prefix:** the topic prefix. To use Discovery mqtt functionality have to be the same value of *discovery_prefix* set in home assistant configuration. (Default: homeassistant)
    **discovery_prefix:** the topic prefix. To use Discovery mqtt functionality have to be the same value of *discovery_prefix* set in home assistant configuration. (Default: homeassistant, required)
### meross
    **email:** the email used in the meross application
    **password:** the password used in the meross application
    **email:** the email used in the meross application (required)

    **password:** the password used in the meross application (required)
### devices
    **refresh:** the number of millisecond to refresh plugs statistics
    **refresh:** the number of millisecond to refresh plugs statistics (Default: 10000 (10 sec.), required)



Expand Down

0 comments on commit 6b70b04

Please sign in to comment.