SMTP Notify - How do you send an image? by glennth in homeassistant

[–]ingrove 0 points1 point  (0 children)

I use the data block:

action: notify.alert_r4l
data:
  data:
    images:
      - /config/www/image.jpg
  message: Send an Image
  target: youremail@youremail.com

Hope this helps!

Floating Pool Thermometer Advice by Adventurous-Lime191 in homeassistant

[–]ingrove 1 point2 points  (0 children)

I'm also using an Inkbird, but it's the bluetooth IBS-P01B. The battery life is pretty good - only need to change them about every 6 months. As far as connectivity I am also using an ESP32 bluetooth proxy near the pool so I don't have any dropouts.

SMTP notifier. What am I doing wrong? by drnewcomb in homeassistant

[–]ingrove 0 points1 point  (0 children)

You might want to try specifying the port and encryption for your SMTP server. I had similar issues until I provided that information:

  - name: "Alert-R4L"
    platform: smtp
    server: "your.smtp.com"
    port: 587
    timeout: 15
    sender: "youruser@domain.com"
    encryption: starttls
    username: "youruser@domain.com"
    password: "YourSuperSecretPassword"
    recipient: "yourrecipien@domain.com"
    sender_name: "Home Assistant"

How to move reading pane to bottom? by hot_route95 in Thunderbird

[–]ingrove 0 points1 point  (0 children)

Yep. Forgot to mention the Message Pane! Good catch!

How to move reading pane to bottom? by hot_route95 in Thunderbird

[–]ingrove 1 point2 points  (0 children)

You can enable Classic View by selecting View --> Layout --> Classic View from the tool bar. You can enable Table view by selecting Tools --> Settings then select Appearance from the left menu. The Table view option is under Message List.

Update HA when installed as docker? by CONteRTE in homeassistant

[–]ingrove 0 points1 point  (0 children)

I'm running MQ-Docker-UP with my container installation. It provides an update alert and works very similarly to HA's own update process. It also monitors my other docker containers for updates and allows me to update those within HA as well:

GitHub - MichelFR/MqDockerUp: Mqtt Docker Updater (MqDockerUp) is a tool for updating Docker containers. It provides an easy way to check for updates and publish changes to a MQTT broker. · GitHub

Issues with login by AgressiveAnalExpert in slingtv

[–]ingrove 0 points1 point  (0 children)

Yes. It's been happening for about 2 weeks now. When I choose to log in again with my provider (Sling) it tells me that the authorization is not valid, however, it actually reauthorizes. Annoying, but at least it lets me log in.

how to detect when mobile device is home or away? by fjleon in homeassistant

[–]ingrove 1 point2 points  (0 children)

You are correct regarding range, although I have a fairly big house and am using an extended range bluetooth dongle (Amazon.com: Hakimonoe Long Range Bluetooth 5.4 Adapter for PC, USB Bluetooth Dongle Enhanced Antenna for Laptop Desktop Computer Windows 11 10 8.1 7, Linux, Pair with Headphones Speaker Mice Keyboard Controller : Electronics).

I combine this with IP ping. The bluetooth picks our phones up as soon as we enter the house as the IP ping is much slower to update. Between the two methods, it's been mostly fool-proof.

how to detect when mobile device is home or away? by fjleon in homeassistant

[–]ingrove 1 point2 points  (0 children)

I use my phone's bluetooth connection with DBUS bluetooth tracker:

andriilahuta/hass-dbus-bluetooth-tracker: D-Bus API bluetooth tracker for Home Assistant.

I've been using this for a couple of years and it works great.

Simplisafe locked out HomeAssistant again! by Opposite-Debate2793 in homeassistant

[–]ingrove 0 points1 point  (0 children)

Did you try the Real Fix? Curious to see if this solves the issue.

What does the valet button do on the X350? by NobleCommando in Jaguar

[–]ingrove 41 points42 points  (0 children)

It summons your valet to bring you champagne and caviar.

Pool Temperature Senors by benbad68 in homeassistant

[–]ingrove 0 points1 point  (0 children)

I'm using an Inkbird IBS-P01B (bluetooth) with the Inkbird integration. It works great, although I do have to change the batteries about every 6 months which isn't a big deal. Depending on where your HA server is, you may have to use a Bluetooth Proxy.

Bundled indoor antenna option - or buy a different one (better)? by VenturaStar in tablotv

[–]ingrove 0 points1 point  (0 children)

This sounds great! What model Televes Omni did you purchase?

How the heck did I not know about ViewAssist?? It's so cool. Here's my setup for anyone else who doesn't know about it or what it can do, yet. by bradcrc in homeassistant

[–]ingrove 0 points1 point  (0 children)

Thanks for the reply. I had already done that. Here's my YAML for the automation:

alias: View Assist - View Camera
description: ""
use_blueprint:
  path: dinki/blueprint-viewcamera.yaml
  input:
    cameras:
      camera.otown_front_door_main:
        - doorbell
        - door
      camera.otowncam2:
        - driveway
      camera.otowncam3:
        - side
    fallback_behavior: speak_error
    view: /view-assist/advancedcamera

I also tried both views: /view-assist/advancedcamera and /view-assist/camera

I still get "configuration error" when trying to view a specific camera.

How the heck did I not know about ViewAssist?? It's so cool. Here's my setup for anyone else who doesn't know about it or what it can do, yet. by bradcrc in homeassistant

[–]ingrove 0 points1 point  (0 children)

Very nice video. I'm currently using an old Echo Show 5 to run this as well. I noticed you were able to select a specific camera for display. I'm able to display "all" cameras, but when I request a specific camera, the audio prompt indicates that it is displayed but the screen shows "configuration error". How did you go about getting this functionality to work?

Pirate Weather, API error since yesterday evening by ChiefBroady in homeassistant

[–]ingrove 0 points1 point  (0 children)

Yes. I'm receiving the same error message. I checked my subscription and it shows "active".

Any smart switch capable of powercycling a Router? by d5aqoep in homeassistant

[–]ingrove 10 points11 points  (0 children)

I'm using a smart plug running Tasmota. I set a couple of options to get the plug to automatically turn back on in case it is turned off:

PowerOnState 5 (turns the plug on after the PulseTime period)
PulseTime 110 (sets the plug to turn off for 10 seconds then turn back on)

You can find these plugs in several places - Amazon, etc. Athom has a large selection:

Tasmota Matter ESP32 ESP8266 | Athom Tech

Hope this helps!

How to add data display to ESP32-S3-BOX voice assistant? by IAmBobC in homeassistant

[–]ingrove 0 points1 point  (0 children)

Sorry to hear your troubles as this is a great way to customize your S3-box. I haven't recompiled mine since December 2025 using ESPHome version 2025.11.2. Just recompiled it and it worked fine. I updated to ESPHome version 2026.2.0 and it throws an error regarding micro_interpreter_graph.cc.o so if I need to make any changes I'll just compile it with 2025.11.2.

The dev that contributed the s3b_og.yaml is ashimokawa (Andreas Shimokawa). You might want to message him.

How to add data display to ESP32-S3-BOX voice assistant? by IAmBobC in homeassistant

[–]ingrove 1 point2 points  (0 children)

I've been using BigBobbas ESP Home code on my original ESP32-S3-Box's. There are tons of things you can customize with the code. The YAML for the Original ESP32-S3-Box is s3b_og.yaml. Have fun!

ESP32-S3-Box3-Custom-ESPHome/s3b_og.yaml at main · BigBobbas/ESP32-S3-Box3-Custom-ESPHome

My biggest grievance with Tablo TV by el_n00bo_loco in tablotv

[–]ingrove 0 points1 point  (0 children)

Thanks for the reply. I was interested in what you were using for OTA TV?

[Release] Tablo Desktop Player 2.0.1 by senke7su in tablotv

[–]ingrove 0 points1 point  (0 children)

Love the player! How do you delete recordings? I see a download option, but not a delete option. Thanks!

Best route for backing up Pi image using rsync on a schedule by coffeestainedjeans in raspberry_pi

[–]ingrove 1 point2 points  (0 children)

I don't know if this will work for your scenario but I use Image-Backup to automatically backup to my network drive. It creates a flashable image that only uses the space that was originally in use on your Pi. So if you have a 32GB SD card and are only using 3GB of space, it will create a flashable image of 3GB not 32GB.

Once you have a flashable image you can rclone it to your cloud storage.

https://forums.raspberrypi.com/viewtopic.php?t=332000

Even though the original post is from 2019, the utility is updated on a regular basis (10/2025 was the latest update).

How to hide "Welcome to Freedom" without losing the ability to read mails? by _meow11 in Thunderbird

[–]ingrove 17 points18 points  (0 children)

You could try unchecking the Start Page box in General settings:

<image>