I am having the same issue.
My current sensor configuration is the following:
- platform: pi_hole
host: 192.168.178.101:8080
It worked at some point, but stopped working after one (of many) restarts.
I am currently running on 0.73.1
The log states the following:
Error while setting up platform pi_hole
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 129, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
File "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/pi_hole.py", line 89, in async_setup_platform
await pi_hole.async_update()
File "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/pi_hole.py", line 170, in async_update
await self.api.get_data()
File "/usr/lib/python3.6/site-packages/hole/__init__.py", line 44, in get_data
self.data = await response.json()
File "/usr/lib/python3.6/site-packages/aiohttp/client_reqrep.py", line 936, in json
return loads(stripped.decode(encoding))
File "/usr/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Iām experiencing the same issue with android.clients.google.com, resulting in problems with the play store and the inbox app. I can see the URL on my whitelist, but being blocked in the query log as well. Any ideas?
Any recommended lists for blocking besides built in lists?
With just built in lists I got 126K sites on blocklist but not sure if this is enough (for examle Youtube ads not blocked so I still use uBlock Origin), found this list with about 3Mil sites but this is overkill, takes too long for RPi to load and blocks also needed sites, here it is if anyone interested:
Source is trusted, he is developer and/or admin on Pi-Hole forums
Iām curious if people use just built in lists or add additional lists, and if there is a solution to Youtube ads
I have my Pi-Hole installed and running and it all looks good but I see no stats. Also, on the test ad pages they load without ads and then a while later the ads appear.
Restarting Pi-Hole will fix this for a minute or two but then they come back.
The status always shows active and Iām just using default settings.
Yes, right there. If your Raspberry Pi got an IPv6 as well you can add that too.
If you set it on the router itself, all devices on your network will use it as DNS server instead of only the devices you set it on.
Iām having a weird issue when if Pihole is running while Hassio restarts, my Wink & Nest components dissapear. If I stop Pihole, restart, everything shows up again. I have tried re-installing Pi-hole and it even happens on a fresh install of Hassio.