Add Integration for Niko Home Control 2

De aanpassing heeft niets te maken met het probleem…dat deed ik om een upload/herstart van de niko controller te kunnen doen. Blijkbaar helpt het niet bij jou.
Maar in je configuration.yaml file (in de config folder van HA) moet staan:

nhc2:

host: 192.168.0.xxx (ip adres van controller)
port: 8884
username: “hobby”
password: “”

(onderste 4 lijnen met een “tab” ervoor).

Ik heb het ook nog maar net in gang gekregen :slight_smile: Het werkt bij mij zonder de hobby API van Niko maar via een touchscreen profiel “default” …heb ik ergens gelezen tijdens mijn zoektocht.

Na een hele tijd probleemloos gewerkt te hebben zijn de entiteiten plots bij mij niet meer te vinden.
heb de NHC en Home Assistant Host een reboot gegeven maar dit helpt ook niet
wanneer ik in HACS de intergratie verwijder en weer installeer blijft deze gewoon de hele tijd draaien tot hij uiteindelijk een timeout krijgt
Ik heb alle versie geprobeerd van 1.5 tot 1.7beta maar niets helpt

in homebridge werkt het gewoon nog wel, dus zal al niet aan de nhc controller liggen of het Hobby API

Hey pete,

welke username en password moet je dan ingeven in de configuration.yaml van ha.
Ik heb ook de NHC wireless hub heb een touchscreen profiel default maar bij mij blijft die cirkel ook draaien bij het toevoegen van de integratie

na update 2022.3:

Setup failed for nhc2: Requirements for nhc2 not found: [‘nhc2-coco==1.3.3’].
:frowning:

2 Likes

Same problem here!
Any solution to this?

Over here you can find more info, this worked for me : latest update NHC2 dependencies issue · Issue #38 · filipvh/hass-nhc2 · GitHub

  1. Uninstall your version of nhc2
    a. In the HACS tab, remove the integration
    b. Dans le dossier de configuration HASS, dans le sous dossier “custom_components” : Supprimer le dossier “nhc2”
  2. Install the new version
    a. GitHub - boced66/hass-nhc2: Niko Home Control II Home Assistant Integration : Download the zip file (green “code” button)
    b. Unzip the file in your computer
    c. Importer le sous dosser “nhc2” dans le dossier “custom_components” de HASS
    d. Restart HASS

Thank you,

sadly it dint work for me

Did you manually put your settings in de configuration.yaml file and if so, can you show me?
or did you use the gui?

How can i read niko energy clamp? he is direlctly connectet to main niko home control and i cant see the device in the devices on HASS.

Hi @Toxic_gamer1 , I didn’t tested it yet but you need to manually add something to the configuration.yaml.
Check the readme on: niko-home-control-II/README.md at master · joleys/niko-home-control-II · GitHub
Also read: Adding more than 1 meter · Issue #8 · joleys/niko-home-control-II · GitHub

Best regards

it is not wat you are thinking. it is not the energy clamp from Niko…

Hello, @Toxic_gamer1 , did you manage to add your measuring clamp ? Because I’m trying to do the same thing. Ditto for my water sensor.

Is it possible to tranfer the all lights out functions of niko home control 2 so the home assitant? Now i can see and controll all my lights from within ha, but functions like all light off (alles uit) i can’t find.

is it possible to have NHC (2) on homekit (so it can work with Siri) via HomeAssistant?

This is possible using the NHC2 integration and the HomeKit integration.

looks easy to DIY ?

Dear All,

I’ve been searching for weeks to integrate NHC2 into HA by reading posts, forums, and all kinds of information that might help to get the job done, but to no avail.

Can anybody please provide a work around from A to Z how to get NHC2 working in HA ? I would appreciate a lot.

What I’ve done so far is:

  1. as mentioned above:
    a. GitHub - boced66/hass-nhc2: Niko Home Control II Home Assistant Integration : Download the zip file (green “code” button)
    b. Unzip the file in your computer
    c. Import the unzipped folder “nhc2” in the folder “custom_components” in HASS
    d. Restart HASS

  2. create a API in the NHC2 Programming software => password received

  3. add in the configuration.yaml:
    host: 192.168.0.xxx (ip address controller in local network)
    port: 8884
    username: “hobby”
    password: “received_API_password”

    Are the brackets (" ") required ?

But when I then want to add Niko in Hassio, I get immediately a pop-up that refers me to the HA help page, which is irrelevant/outdated since it refers to an IP address for a Niko light… .

Any help is welcome !

DIrk

I’ve installed the integration using this fork GitHub - joleys/niko-home-control-II: Home Assistant Custom Integration for Niko Home Control II It’s under active development.

I don’t have anything in my config yaml regarding NHC2, set it up completely via the UI. Also not using the API token, but I’m authenticating with a touchscreen profile.

It’s running smoothly for a few years so unfortunately can’t remember the exact steps I did to set it up. But I think trying the other fork might help you.