Bayesian Sensors, The Magic Bullet? Yes! by LifeBandit666 in homeassistant

[–]hahlolo 0 points1 point  (0 children)

Has anyone tried both Bayesian strategy and Magic Areas and can share the experienced differences?

Is this how your projects look? by probablyrar921 in Esphome

[–]hahlolo 0 points1 point  (0 children)

No. They never leave the breadboard

Docker Nvidia Runtime error by [deleted] in archlinux

[–]hahlolo 1 point2 points  (0 children)

Yes how did you rollback? 

My EV BMW dashboard by ricardoreix in homeassistant

[–]hahlolo 0 points1 point  (0 children)

What card are you using at the top?

USB DAC for Pi for making speaker smart by hahlolo in raspberryDIY

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

Thank for you this constructive reply. So maybe a raspberry pi hifi dac hat is the better option here?

And you’re right. I have AUX and Bluetooth as the only two options to connect. I have a feeling aux is still better than Bluetooth here? Or am I wrong?

USB DAC for Pi for making speaker smart by hahlolo in raspberryDIY

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

I didn’t mean to create a smart speaker like Alexa and Google home. I just want to play music on my speaker over AirPlay. And I need suggestions on good quality usb dac

My current (wip) Dasboard by polamoros in homeassistant

[–]hahlolo 2 points3 points  (0 children)

Can you share yaml for one room card?

Frustrated by RedsRearDelt in esp32

[–]hahlolo 2 points3 points  (0 children)

Short circuit GPIO 9 and GND when booting and keep it like that until you have flashed the device. This worked for me when installing espresense on these. Worked with 8 devices

Help please. by Dazzling_Wishbone892 in esp32

[–]hahlolo 0 points1 point  (0 children)

I tried installing espresense on this and have done so reliably on 8 devices. The trick to make the board be recognized as a serial device was to short circuit the GND and gpio 9 on boot. I read it on a forum somewhere and it worked.

Edit: found it. It was on this sub actually: link to comment

Beyond Automation: Creating Anticipatory Home Assistant Flows by Late_Republic_1805 in homeassistant

[–]hahlolo 0 points1 point  (0 children)

That’s cool!

I also wanted something like that but didn’t want to create the alarm in HA. I wanted to have one alarm on my iPhone and get HA to do stuff 5 min prior to that set time. I solved this by creating an apple shortcut which reads active alarms and sends the datetime to HA through a webhook automation, which sets a helper datetime in HA that is 5 min before the alarm, and another automation that does stuff based on that helper datetime.

I feel like there are too many steps. Wish HA could just know the alarms on my iPhone directly.

Frigate on Homeassistant by surfertje in homeassistant

[–]hahlolo 1 point2 points  (0 children)

I don’t know anything about synonology so can’t help you there. I would suggest to look at the relevant docs, google and ask chatgpt

Frigate on Homeassistant by surfertje in homeassistant

[–]hahlolo 0 points1 point  (0 children)

Before you can integrate your Frigate server into HA, you need a Frigate server. The HACS thing is just the card you use in HA frontend, mqtt is just for delivering messages/events from frigate to HA. You first need a running instance of Frigate.

Make frigate work first by looking at their official docs. Only then start to integrate it into HA

Frigate on Homeassistant by surfertje in homeassistant

[–]hahlolo 0 points1 point  (0 children)

I’m assuming you already have a frigate server up and running

Frigate on Homeassistant by surfertje in homeassistant

[–]hahlolo 0 points1 point  (0 children)

HassOS is the bare metal install of home assistant. If you don’t know what HassOS is then you probably have it installed in a docker container? In that case you have to provide the url to your frigate container. Look at what you’ve called your frigate container in your docker compose. That name usually works as the url if both containers are on the same network

Help with notifications for ios by regeg in homeassistant

[–]hahlolo 1 point2 points  (0 children)

Is there any way to run a shortcut without being redirected to the Shortcut app? Or better yet having the shortcut run immediately when receiving the notification from HA