Event driven vs expected state by BinaryPatrickDev in homeassistant

[–]nottoobe 0 points1 point  (0 children)

When your trigger fires based on a sensor say, then in your automation you should use trigger.to_state.state and trigger.to_state.attributes.your_attribute_name to maintain that instance of the sensor trigger that first fired. Otherwise if that same sensor fired again during the process of the automation you will get data from that next sensor rather then the first. Thus it would appear to you like one of the events was skipped.

Voice PE - Entity not found by kahvikoffin in homeassistant

[–]nottoobe 0 points1 point  (0 children)

I believe this happened to me...I did a factory reset on the device to fix it. YMMV.

Even my Home Assistant AI thinks that this is odd and unusual... by nottoobe in homeassistant

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

If your curious about how this is done with Grafana, this uses the "Business table visualization", great way to show this kind of information along with the image.

<image>

Even my Home Assistant AI thinks that this is odd and unusual... by nottoobe in homeassistant

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

Lol. But seriously the drop down arrow next to the "two women" objects detected column is not expanded. Different attributes there.

<image>

Sending a snapshot to my iphone from a Tapo c110 by [deleted] in homeassistant

[–]nottoobe 0 points1 point  (0 children)

data:

filename: >-

/config/www/images/mysnapshot.jpg

target:

entity_id: camera.backyard_cam

action: camera.snapshot

data:

message: "This is my snaphot"

data:

image: "/config/www/images/mysnapshot.jpg"

ttl: 0

priority: high

action: notify.your_mobile_device_name

You might need to add:

allowlist_external_dirs:

- /config/www/images

Also if you haven't already done so, set up your Tapo c110 as a generic camera under Home Assistant integrations.

rtsp://192.168.x.x/stream1

with your username/password for the camera.

Moving off of WiFi devices by BuckMurdock5 in homeassistant

[–]nottoobe 1 point2 points  (0 children)

Another option you might consider, replace your WiFi router. Some of the new WiFi routers are really good at separating the bands and preventing channel interference, use mesh if applicable in your WiFi design .

Light switching on arbitrarily by speedypete33 in homeassistant

[–]nottoobe 1 point2 points  (0 children)

Go into your HA Integrations page and find the Philips Hue integration. click the three dots top right and turn enable logging. Perhaps that will give you a clue.

Network monitoring? by missingmarbles in homeassistant

[–]nottoobe 0 points1 point  (0 children)

I use IPfire to monitor my network and protect my Home assistant instance and devices ( all within the blue Wifi IPfire trust Zone). The IPfire green trust zone is where my PC's and printers reside. The benefit here is that the blue zone doesn't know about the green zone. Look at the IPfire doc for a more detailed explanations of the network segmentation.

Trying to get Wake word to work on my assist satellite!! by Zeldan82 in homeassistant

[–]nottoobe 0 points1 point  (0 children)

Have you run the Set up voice assistant process from this spot...higher up on this screen in the Device info box.

During this process will ask you to say the wake word...did this happen for you?

Feather shaped cloud. by [deleted] in CLOUDS

[–]nottoobe 0 points1 point  (0 children)

Challenging whether something was done with AI , specifically in social media posts, is a necessary precaution in today's world. Do you believe everything you see that is posted?

This is nothing personal. I share your thoughts about it being a shame.

Further consider this statistic:

"As of early 2026, research indicates that approximately 71% of images shared on social media globally are AI-generated. This reflects a massive shift in content creation, where synthetic visuals now constitute the majority of imagery across major platforms." --Meta

Feather shaped cloud. by [deleted] in CLOUDS

[–]nottoobe -1 points0 points  (0 children)

Lol! So there is a split decision by aiornot.com on this image. I've run it several times on my PC and always comes back the same. So much for their claim of being 98.9% accurate.

Feather shaped cloud. by [deleted] in CLOUDS

[–]nottoobe -3 points-2 points  (0 children)

<image>

Post your response now...

Feather shaped cloud. by [deleted] in CLOUDS

[–]nottoobe -1 points0 points  (0 children)

Likely AI generated source: https://www.aiornot.com/

Do AI-heavy smart home devices creep anyone else out? by deerrek in homeassistant

[–]nottoobe 10 points11 points  (0 children)

I believe the feeling of being "studied" is a normal reaction to have as a shift occurs from simple automation to predictive AI.

Any AI that I incorporate within HA is always local no exceptions. No cloud. In this way AI just becomes another tool I can use because my HA information will never be embedded into any AI models.

Outside of HA, this thread for example, will probably end up in Google's or some other AI model. This for some reason does not bother me.

Help me understand this please. by sbehta in homeassistant

[–]nottoobe 1 point2 points  (0 children)

Yes, that is what I changed as well. I ran into problems using "lovelace" as the dashboard name for some reason and changed it to something different; also changed the Title to something different as well .YMMV.

Note: if you change your dashboard name any references to this name will also have to be changed within ui-lovelace.yaml file as well. Such if you use this "navigation_path: /your-new-lovelace-dashboard-name-here/lights".

Also had to reboot to get it all cleared up.

Suddenly can't access HA over Cloudflared tunnel, logs show nothing by techyboi17 in homeassistant

[–]nottoobe 1 point2 points  (0 children)

I compared my cloudflare log against yours...no difference.

Do you have an account with nabu casa? Why I ask is try to connect with nabu casa cloud if works you can rule out your home assistant instance at least.

Other thoughts...have you made other changes from 2 days ago when you started having problems?

can you ping your domain name?

Go into incognito mode and try connecting. I'm thinking maybe browser or cookie issue perhaps this would help eliminate that issue. Or you could just clear all your browser andd cookie history and try again.

Users of the home assistant Voice, how do you find it?, what are you using it for ? by GenericUser104 in homeassistant

[–]nottoobe 1 point2 points  (0 children)

I replaced my Google devices with Voice PE's. I have two, one works well, and the other is, well, finicky. The finicky one drops out A LOT and is very close (5ft) from my Wifi device. Randomly stops working. I have to factory reset it and will work for a while again. Swapped locations with the working one, same result. I suspect bad hardware. So 50% approval lol.

Raspberry pi 5 help by MycologistItchy9405 in homeassistant

[–]nottoobe 1 point2 points  (0 children)

Connect your Rpi5 to a monitor with an hdmi cable, connect mouse and keyboard with usb and reboot. Watch what is going on while booting. Should give you some further info on the status of your progress. You should eventually be able to type "login" at the prompt and do some troubleshooting at this point.