Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.14 KB

Home Assistant Sinopé Custom Components

Here are my custom components for Sinopé thermostats in Home Assistant. (http://www.home-assistant.io)

Installation

Copy the sinope.py component to your custom component climate directory.

Configure it then restart HA.

Configuration

To enable your Sinopé thermostats management in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
climate:
  - platform: sinope
    username: '<your e-mail-adress>'
    password: '<your Neviweb password>'
    gateway: '<your gateway name>'

To enable your Sinopé thermostats lights/dimmers in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
light:
  - platform: sinope
    username: '<your e-mail-adress>'
    password: '<your Neviweb password>'
    gateway: '<your gateway name>'

Configuration variables:

  • username (Required): The email address that you use for Sinopé Neviweb.
  • password (Required): The password that you use for Sinopé Neviweb.
  • gateway (Required): The name of the network you wan't to control.