Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.6 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category
layout title description date sidebar comments sharing footer logo ha_release ha_category
page Smappee Instructions on how to setup Smappee within Home Assistant. 2018-02-26 08:37 true false true true smappee.png 0.64 Hub

Smappee controller for energy monitoring and Comport plug switches.

Switches and Sensors are supported - and will be automatically added when you connect to the Smappee controller.

The smappee component gets information from Smappee API using the smappy pypy module

Info on how to get api access is described in the [smappy wiki](https://github.com/EnergieID/smappy/wiki)

Configuration

# Example configuration.yaml entry
smappee:
    host: 10.0.0.5
    client_id: YOUR_CLIENT_ID
    client_secret: YOUR_CLIENT_SECRET
    username: YOUR_MYSMAPPEE_USERNAME
    password: YOUR_MYSMAPPEE_PASSWORD
# Minimal example configuration.yaml entry
smappee:
    host: 10.0.0.5
# Cloud only example configuration.yaml entry
smappee:
    client_id: YOUR_CLIENT_ID
    client_secret: YOUR_CLIENT_SECRET
    username: YOUR_MYSMAPPEE_USERNAME
    password: YOUR_MYSMAPPEE_PASSWORD

Configuration variables:

  • host (Optional): Your Local Smappee unit IP.
  • host_password (Optional): Your Local Smappee password.
  • client_id (Optional): Your Smappee API client_id.
  • client_secret (Optional): Your Smappee API client_secret.
  • username (Optional): Your My Smappee username.
  • password (Optional): Your My Smappee password.