• 3 Posts
  • 103 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle



  • Anecdotal, but my personal experience with an Ioniq 5 in -28C increased the power consumption by about 50% over summer driving. My test was about 42 km, done with comfortable, driver-only cabin heat on a flat highway with no wind.

    Average highway consumption is about 20 kWh/100km, that test was 29.3 kWh/100km.

    Saying that, an EV is quite practical in Saskatchewan, Canada. Charging is finally getting to a point where that extreme winter range limitation is less of an issue. Having a second ICE vehicle does take the pressure off if one absolutely has to travel when it’s that cold out though.





  • For sure, a level 2 is much faster. My point was more if you go to say a cottage for the weekend, you’re still able to plug in there and would likely be close to full in the 2-3 days you’re parked there.

    In my Ioniq 5, I’d be pretty much full with level 2 (240V) overnight, but the level 1 (120V) would only get around 20%. But, the slow charging isn’t too much of a concern if I’m staying somewhere for a couple days.

    All I’m saying is that it’s possible to fuel your car nearly any time it’s parked.




  • I found that even if the salesperson is excited, there are still some knowledge gaps. I asked for my Ioniq to be charged to 100% on pickup (had a ways to drive), but found it was only 70% or so. The salesman said their charger was “too slow” (?) but they’d pay for the fast charge, so he came with me to the charger to authorize it.

    My charge request was a few days prior to pickup, so in reality, they could’ve just plugged the 120v in the day before and it would’ve been full, and they didn’t need to accompany me to the charger to start it if I just told them which to activate through the app when I was there.

    Saying that, he was quite knowledgeable about their EVs, just obviously wasn’t familiar with some of the more nuanced operational things.




  • Unfortunately there isn’t really an all-in-one guide. TechnoTim has info on the Pi-hole config side and wildcard certificates, but I think he uses it with traefik.

    NPM is pretty straightforward. If you find a site isn’t working, try turning on Web Socket support.

    I’d say just search for guides on each part individually:

    1. Get all the services installed and up and running
    2. Get SSL certificates from Cloudflare for your domain.
    3. Set up NPM for the services you want to reverse proxy with your Cloudflare SSL certs (they wont work until the next step is done)
    4. Set up pi-hole to be your local DNS (there’s also adblock lists to add) and configure it to send all service(.lan).mydomain.com to the ip of NPM.
    5. Set up the Cloudflare tunnel.

    I can try to help if you run into any issues.





  • Yep, but the method is separate from HA. Could do it two ways, I use Pi-hole so that it’s still able to contact the NTP server (could also set the time server to something local through the desktop app, I believe) but block all other external traffic, or you can block external access through your router firewall. I noticed the time would occasionally be inaccurate if I had blocked all internet access.

    Either way you can use a VPN or other tunnel service to access while you’re away from home. I use WG-tunnel on my phone to auto connect to VPN when I disconnect from my home network, it’s quite handy.


  • I have the Reolink doorbell, among a couple other Reolink cams. It integrates very nicely with HA. I have it set up for essentially what you’re looking for, audio/video feed, notifications with an image attached when the bell is rung (also motion detection notification from another cam, but could do the doorbell too), and the ability to have it play quick reply messages, including custom ones.

    I believe you can have the two way audio in HA as well, but I haven’t explored it. The Reolink app has this functionality if I really need it, but haven’t come across an instance where I needed to use it.

    You should be able to do all this with just the Reolink integration.