snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

Question about physical connection #131

Closed songzh96 closed 5 years ago

songzh96 commented 5 years ago

I want to ask the plugin must be use KNX/USB?

Could I use KNX/IP to send Message?

Respect

snowdd1 commented 5 years ago

Hi @songzh96
you must be using knxd-Daemon. What technique is behind knxd (USB, IP, etc.) is not relevant for homebridge-knx, as long as it can talk to knxd directly. Homebridge-KNX itself cannot talk KNX itself.

songzh96 commented 5 years ago

@snowdd1 Thank you for the answer.