unltdnetworx / ioBroker.pi-hole

Adapter for cotrolling pi-hole in ioBroker smarthome
MIT License
14 stars 5 forks source link

ioBroker crashes when activating instance (pihole and iobroker on same device) #33

Closed harryslapalot closed 2 years ago

harryslapalot commented 2 years ago

I have installed iobroker and pihole on the same device (Docker on Synology). When I start the instance, iobroker crashes almost instantly (nothing in the logs, iobroker is just not reachable any more). When I set the adapter up with another IP (another raspberry that runs pihole for tests) everything works fine. Any ideas how I can fix this?

unltdnetworx commented 2 years ago

What result do you get by calling http://yourIPadressOfIobroker/admin/api.php ?

harryslapalot commented 2 years ago

Thanks for pointing me in the right direction. I got the login screen of my synology which showed the obvious error. I tried IP:Portnumber in the adapter and now it works like it should! The Pihole Port was changed from standard to avoid conflicts with the web admin of the synology. Didn't think about it when setting up the adapter.