Here are my custom components for Sinopé thermostats in Home Assistant. (http://www.home-assistant.io)
Copy the sinope.py component to your custom component climate directory.
Configure it then restart HA.
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.