Apollon77 / ioBroker.homekit-controller

Pair and control HomeKit devices directly
MIT License
19 stars 8 forks source link

Wrong IP for the device #267

Closed Draygv2 closed 1 year ago

Draygv2 commented 1 year ago

I had a rogue DHCP Server in my network who gave the homekit device a wrong IP. No it seams to be saved some where in the instance. If I change the IP in the object folder nothing change. Is there any place where I can change the IP? Or something else I can do to reach the device again?

the protocol gave me this:

<html>
<body>
<!--StartFragment-->

debug | Service: {"name":"VELUX Gateway","address":"192.168.115.8","port":5001,"c#":15,"ff":1,"id":"","md":"VELUX Gateway\u0000","pv":"1.1","s#":1,"sf":0,"ci":2,"availableToPair":false}
-- | --

<!--EndFragment-->
</body>
</html>

and later a timeout. Make sense this IP is not valid.

Apollon77 commented 1 year ago

Which adapzter version do you use? There is 0.5.7 in Beta that should optimize in such cases. Please try this version. If still not helps I need a full debug log with info on right and pot wrong IPs

Draygv2 commented 1 year ago

I use 0.5.1. I'll try it.

Draygv2 commented 1 year ago

It worked with 0.5.7. Many thanks.