Skip to content

dj21d/sinope

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sinopé Custom Component for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%