Thanks for your answer @claudegel! From what I see, everything I did looks as you describe it, just I did not have the “network:” line in the config, which I added now.
To summarize:
- neviweb130 installed through HACS (and thermostat is through native Sinopé app connected to Neviweb)
- my configuration.yaml looks now like this, added network and logging lines, user & password were already there before:
sinope_neviweb130:
username: !secret sinope_user
password: !secret sinope_pass
network: !secret climate_gateway
logger:
default: info
logs:
homeassistant.core: debug
homeassistant.custom_components: debug
custom_components.neviweb130: debug
and my secrets.yaml, added the last line:
sinope_user: my_email
sinope_pass: my_password
climate_gateway: Home
- restarted HA. Sinope Neviweb130 is listed in my HACS intergrations, with 2 entities, update and (inactive) pre-release. Shows up only under HACS though, not by itself under configured integrations (like some others I have, e.g. Hilo). In devices, only the one described above is listed, not the thermostat. Clicking “add device” gives only a pop-up that the configuration must be done via the yaml
- I don’t have a neviweb130_log.txt, and neither a config folder. The two yaml above are directly in /homeassistant:
/compose_data/homeassistant$ ls
automations.yaml configuration.yaml deps hilo_state.yaml home-assistant.log.1 home-assistant_v2.db home-assistant_v2.db-wal scripts.yaml tts
blueprints custom_components hilo_eventhistory_state.yaml home-assistant.log home-assistant.log.fault home-assistant_v2.db-shm scenes.yaml secrets.yaml
This is running using the compose plugin of Open Media Vault, homeassistant-core container, version 2026.1.3.
- The general HA logs show only irrelevant warning (that this is a HACS integration etc)
- I double checked my password…
Do you have an idea what might go wrong?