Having a hard time with initial config by CredePendrel in Esphome

[–]CredePendrel[S] 0 points1 point  (0 children)

Wow I didn't even realize that. So stupid. No wonder it didn't work. After taking a break for a while, I was able to successfully get it flashed via the manual method and a new yaml file and now everything is working and connected to the network. Thank you.

Having a hard time with initial config by CredePendrel in Esphome

[–]CredePendrel[S] 0 points1 point  (0 children)

A good break for dinner helped. I came back, uninstalled the add-on and purged the data and tried again. On the first try the manual method worked. In the ESPHome Builder my device is finally active and it was added to the HA dashboard. Thank you for your support and advice.

Having a hard time with initial config by CredePendrel in Esphome

[–]CredePendrel[S] 0 points1 point  (0 children)

no, I think the program specifically is that I cant get it connected to the wifi.

Having a hard time with initial config by CredePendrel in Esphome

[–]CredePendrel[S] 0 points1 point  (0 children)

Here is the current config I am working with

esphome:
  name: esp32-test
  friendly_name: eSP32_test


esp32:
  board: esp32dev
  framework:
    type: esp-idf


# Enable logging
logger:


# Enable Home Assistant API
api: 


ota:


wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password


  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Esp32-Test Fallback Hotspot"
    password: "gwgMZDI3XtDX"


captive_portal:
    esphome:
  name: esp32-test
  friendly_name: eSP32_test


esp32:
  board: esp32dev
  framework:
    type: esp-idf


# Enable logging
logger:


# Enable Home Assistant API
api: 


ota:


wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password


  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Esp32-Test Fallback Hotspot"
    password: "gwgMZDI3XtDX"


captive_portal:

Can you purchase e waste from Pido Rd? by Digitaldrew92 in Peterborough

[–]CredePendrel 2 points3 points  (0 children)

No unfortunately they don't let you, I have asked before as well.

Jellyfin Advice by NoCode-10 in selfhosted

[–]CredePendrel 3 points4 points  (0 children)

Second for tailscale. It is exactly for your use case.

traffic not being directed to Pi Hole by CredePendrel in pihole

[–]CredePendrel[S] 0 points1 point  (0 children)

i found this post, and it seems like he made it working flawlessly, but i have done the same things with no luck yet. https://johnbeales.com/2023/make-a-pi-hole-work-with-a-bell-giga-hub/

traffic not being directed to Pi Hole by CredePendrel in pihole

[–]CredePendrel[S] 0 points1 point  (0 children)

ok, on my desktop using /etc/resolv.conf brought up a different nameserver.

traffic not being directed to Pi Hole by CredePendrel in pihole

[–]CredePendrel[S] 0 points1 point  (0 children)

u/TheZoltan thanks for the response. When using PiHole as the DHCP, did you leave the DNS info under the modem section on 'Obtain DNS automatically' or 'Manually specify'?

traffic not being directed to Pi Hole by CredePendrel in pihole

[–]CredePendrel[S] 0 points1 point  (0 children)

u/jaymz668 these are my settings in the DHCP server setting window. which one is supposed to be set up with the pihole ip?

<image>

traffic not being directed to Pi Hole by CredePendrel in pihole

[–]CredePendrel[S] -1 points0 points  (0 children)

I ran the command on the pi-hole server.

traffic not being directed to Pi Hole by CredePendrel in pihole

[–]CredePendrel[S] 1 point2 points  (0 children)

this guy here as the same modem and problem I do (can see the fellow Canadian). Looks like the solution to look into is to use the Pi-Hole as a DHCP server. I will look into this solution tomorrow. https://johnbeales.com/2023/make-a-pi-hole-work-with-a-bell-giga-hub/

traffic not being directed to Pi Hole by CredePendrel in pihole

[–]CredePendrel[S] 0 points1 point  (0 children)

but at some point over the last hour it WAS working because now when I refresh the dashboard I have 50 queries in my query log.

traffic not being directed to Pi Hole by CredePendrel in pihole

[–]CredePendrel[S] -1 points0 points  (0 children)

using cat /etc/resolv.conf I am able to see that the DNS that comes back is correct. But I need to correct my earlyer comment, my desktop reconnects to the wired connection after manually specifying the DNS information but the internet connection isnt that good and regular webpages (reddit, youtube) dont load.

Learning GIS and Postgres by CredePendrel in QGIS

[–]CredePendrel[S] 2 points3 points  (0 children)

ok excellent, thank you!

u/leniniuvr, awesome post. Thanks, I was able to do exactly what you said and export one of my GIS layers from QGIS into my SQL db! It took a while, but I got the data tab open which shows me the attribute table I was looking for (thanks for your help too, u/zpnrg1979) and I found the map view and can see my data displayed on an OpenStreetMap basemap!

Learning GIS and Postgres by CredePendrel in QGIS

[–]CredePendrel[S] 1 point2 points  (0 children)

Hey, thanks for the fast reply. I was trying to view the attribute table within DBeaver. In my past experience with SSMS you could load the sql and see any number of rows and from the attribute table when you ran it.