igdr / node-red-contrib-xiaomi-smart-devices

8 stars 4 forks source link

Avoid Conflict with HomeAssistant/OpenHAP #41

Open goto100 opened 4 years ago

goto100 commented 4 years ago

HomeAssistant has already bind 9898 port with it's xiaomi-aqara intergration, If I add a gateway config in Node Red, I'll face a EADDRINUSE error.

Add reuseAddr: true parameter to dgram will solve this issue.

geoek commented 3 years ago

HomeAssistant has already bind 9898 port with it's xiaomi-aqara intergration, If I add a gateway config in Node Red, I'll face a EADDRINUSE error.

Add reuseAddr: true parameter to dgram will solve this issue.

Hi ! I want to integrate all my automation of Home Assistant in NodeRed. However, i cannot use my xiaomi gateway because of this issue. Could you explain me where i must add this parameter ? Thanks a lot for your help !