Sinope Thermostat Support

Hi Martin welcome to Home Assistant. Did you install Sinope Neviweb130 via HACS ?
What Sinopé device do you have. My custom component Sinope Neviweb130 support all zigbee and wifi Sinopé devices. If you already have installed via HACS then you need to do the following:
1- in configuration.yaml add the following lines to configure neviweb130:

neviweb130:
  username: !secret climate_username #your email used to connect to Neviweb portal
  password: !secret climate_password #your password for Neviweb portal
  network: !secret climate_gateway130 #the name of your location in Neviweb where your devices are registered
  scan_interval: 360 # The frequency that HA will poll Neviweb for your device update. Dont go over 600 or your session will expire and don't go below 300 or Neviweb won't be happy because it is too frequent

Then you can add some debug info in configuration.yaml:

logger:
  default: warning
  logs:
    homeassistant.custom_components: debug
    custom_components.neviweb130: debug

Then restart HA. you will see in the log all info about neviweb130. Your devices will be found and loaded automatically in HA. Next step is to show your device in the overview panel. This is done with lovelace.
To find the name of your devices go in the dev-tool on the left side. and look for
climate.neviweb130… for your thermostats
light.neviweb130… for you light and dimmer
switch.neviweb130… for your load controler, portable outlet and fix outlet.

Star with that and I’l explain how to show your device in HA in the next post

2 Likes