Sinope Thermostat Support

J’ai procédé à l’insertion de “#” et à la correction de la ligne 2535.
Je te confirmerai plus tard cet après-midi que le tout est ok.
Merci

Maintenant 60 minutes et aucune entrée dans le log.

Bon comme ça touche aussi les stats energie des lumieres, switch et valves je vais faire un nouveau release.
Merci d’avoir signalé ce petit bug

Hello/Bonjour and thanks so kindly for all of your information in this tread!

I am attempting in install and control Three (3) Sinope TH1123WF Model 1510’s from Home Assistant.

Home Assistant is running on Virtual Box on a Mac Intel Based system.

I installed Sinope-1 from HACS for management via Neviweb portal.

My configuration.yaml directory looks like the following:

Do I have to name the 3 thermostats below in YAML for them to be controlled:

neviweb:
username: '<yis…@…….>’
password: '<xxx_123>’
network: Kitchen
network2: Living Room

Any help you could provide would be greatly appreciated!
Thanks again for all your efforts.

Hi @gadgetgeek you pick the wrong custom_component. Sinope-1 is for the old miwi devices. For zigbee and wifi you need to pick Sinope-130.
In your configuration.yaml change -neviweb to -neviweb130 like this:

neviweb130:
  username: !secret climate_username
  password: !secret climate_password
  network: !secret climate_gateway130
  network2: "net2"
  network3: "net3"
  scan_interval: 360
  stat_interval: 600
  notify: "notification"

If you have only one location in Neviweb you can omit the network line or put there your Neviweb location name. You can also omit network2 and network3. neviweb130 support 3 locations in Neviweb but if you have only one just remove network2 and network3. Stat_interval and notify are optional and neviweb130 will use default value if you omit them.

!secret climate_username allow you tu put sensitive data in the file secrets.yaml like this:

climate_username: '[email protected]'
climate_password: 'my_passwd'
climate_gateway: 'Neviweb location'
1 Like

Thank you so kindly! This worked perfectly.
Fantastic stuff.

This fall I’ll push neviweb130 V2 which is a lot better and comply with all new requirements from HA.

1 Like

@claudegel - Please disregard the message below - I have it sorted out.
Thanks again for all your help on this forum.

@claudegel, Is it possible to display the thermostats as seperate devices and not entities?
I’m trying to control these thermostats in Control4 using ChowMain’s HomeAssistant Control4 Driver for adding devices to Control 4 that are supported in Home Assistant.

Control4 only sees the following and not the actual devices:

‘entity_id’] = ‘update.sinope_neviweb130_update’,
[‘last_updated’] = ‘2025-08-21T22:45:27.535199+00:00’,
[‘last_reported’] = ‘2025-08-21T22:45:27.535199+00:00’,
[‘attributes’] = {
[‘in_progress’] = false,
[‘installed_version’] = ‘v3.0.8’,
[‘display_precision’] = 0,
[‘release_url’] = ‘Release Fix for valve with flow meter · claudegel/sinope-130 · GitHub’,
[‘latest_version’] = ‘v3.0.8’,
[‘friendly_name’] = ‘Sinope Neviweb130 update’,
[‘supported_features’] = 23,
[‘entity_picture’] = ‘https://brands.home-assistant.io/_/neviweb130/icon.png’,
[‘auto_update’] = false
},
[‘last_changed’] = ‘2025-08-21T22:45:27.535199+00:00’,
[‘context’] = {
[‘id’] = ‘01K37CXYBF1Y5MEF975ZS3Q8KQ’
},
[‘state’] = ‘off’

Any assistance or direction would be so apprecaited (again).