da-anda / hass-io-addons

18 stars 22 forks source link

How to use KNXD on Home Assistant #1

Closed ascillato closed 6 years ago

ascillato commented 6 years ago

Hi,

I have knxd working on a Raspberry Pi 3 and in the same RPI, Home Assistant.

I'm looking a way to make home assistant see the knxd. I have some devices that are using knx-IP and I want to see and control them under home Assistant. This devices are ESP8266 with https://github.com/envy/esp-knx-ip

Up to now, I can see the devices comms on the knx ip bus with knxtool from knxd. no problem with that.

I add on configuration.yaml of Home Assistant:

knx:
   routing:
    local_ip: '192.168.1.117'   

but, home assistant dont read any value.

So, how can I use your KNXD add on?

thanks

ascillato commented 6 years ago

found it! just adding the url https://github.com/da-anda/hass-io-addons to hass.io add-ons