rooi / homebridge-lightwaverf

LightwaveRF plugin for HomeBridge
9 stars 7 forks source link

Socket Binding Issue #19

Closed StillTravelling closed 4 years ago

StillTravelling commented 7 years ago

I have a php script to grab the energy usage from the LightwaveRF energy monitor to import usage into a mySQL database.

Unfortunately when I'm running Homebridge, the php script is coming up with this error.

Warning: socket_bind(): unable to bind address [10048]: Only one usage of each socket address (protocol/network address/port) is normally permitted

I believe this is due to Homebridge using the LightwaveRF's 9761 port to read the data. Is there anyway around this?