Jeff Geerling

Results 1857 comments of Jeff Geerling

@emamajan - Honestly I don't remember if that was a change I made or I inherited from the original internet-monitoring code I forked... one thing to note is that of...

Added the simple update guide for Pi-hole to the README. Also see #188 which can help automate the process.

It might be easier to make that file a template and make it a configurable variable instead.

Thanks for posting the issue! I'm actually going to be updating the instructions a bit, since support for the Pico W was just merged into ESPHome's dev branch.

I'm getting that same error.

I was told to use a newer version of the raspberry pi platform io framework: ```yaml rp2040: board: rpipicow framework: # Required until https://github.com/platformio/platform-raspberrypi/pull/36 is merged platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git ``` That...

It looks like a bug upstream (after updating platformio), so follow this issue for further updates: https://github.com/esphome/feature-requests/issues/1924#issuecomment-1293925493 For now I'm going to commit the addition of some wifi parameters in...

Okay, with the latest instructions in the README, the compilation should work (using the esphome dev branch).

I'm willing to merge—if you can verify it's working I'll merge it in :)

> Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use That indicates something else is already running on port 80 on the Pi. Maybe you have Apache...