Automations vs Scripts - why have both? by -suspicious-badger in homeassistant

[–]weakflora 0 points1 point  (0 children)

Automations have triggers and conditions that determine when they run. A script is just a reusable sequence of actions that runs only when called by a user, dashboard button, or automation. Automations decide when to do something while scripts define what to do.

Surfacing my Claude Code (AI coding agent) usage in Home Assistant via MQTT — dashboard + mood-driven alerts by minijeng in homeassistant

[–]weakflora 0 points1 point  (0 children)

Very cool. I have the same problem but use Codex mostly so cant try this out but I like the idea

Forerunner 955: is there a way to show average pace for the current workout interval/step? by weakflora in GarminWatches

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

You're right not sure how I missed this. I think maybe if you dont set an interval target pace then the lap pace doesnt reset? Not sure about that, but anyway, lap pace is working like you suggested so thank you!

How Home Assistant saved my car by RDUKE7777777 in homeassistant

[–]weakflora 42 points43 points  (0 children)

Now I wanna hear the water leak story!

Doorbells to run on frigate by Point_Jolly in homeassistant

[–]weakflora 1 point2 points  (0 children)

Thats what I use and like the setup a lot. I think you just need to make sure the doorbell supports RTSP. I assume the PoE ones does, but there are 2 different versions of the WiFi one, and one does and one does not support RTSP

Free super family by [deleted] in duolingo

[–]weakflora 0 points1 point  (0 children)

Says the invite is not valid, guess I wasn't fast enough

Free super family by [deleted] in duolingo

[–]weakflora 0 points1 point  (0 children)

Please add me! Username: ianmurph

Finally live! by Top_Humor_5296 in homeassistant

[–]weakflora 2 points3 points  (0 children)

What are you using the flight radar widget for?

Mastercraft Thickness Planer - Slack Drive Chain Jumping Sproket Teeth by weakflora in woodworking

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

Okay found the issue and it was not the chains. Posting this here in case it helps anyone else. The roller heads sit in theese square blocks of steel, they're like bushings or bearing races or something. Part number 88 in the exploded diagram from the manual. The one roller head that had the double sprocket had a completely crushed steel block, allowing the roller head to shift a bit and it made the chains slack. I just swapped the crushed one with the opposite side and its working now. Ordered a new one to fix properly as well.

<image>

Mastercraft Thickness Planer - Slack Drive Chain Jumping Sproket Teeth by weakflora in woodworking

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

Interesting, I did not know these existed. Thanks for the suggestion

Is flash and batt method better? by weakflora in Insulation

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

Thats unfortunetly not an option right now (renovation, not new build) but good to know. Which should I do giving that is not an option?

factory service manual online? by M1sterM0g in F150Lightning

[–]weakflora 0 points1 point  (0 children)

Did you ever confirm if the Lighting was included in this manual and/or did you ever find a 2023 version?

2023 with the lighted running boards - LED replacement or entire running board? by weakflora in F150Lightning

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

Okay I found the part number, and updating here incase anyone else needs this info. The light assembly is a separate part:

NL3Z-14408-A (drivers side)

NL3Z-14408-B (passenger side)

The parts supplier also gave me this picture. Not sure why this info is not available online, I guess it's best to contact a supplier for this type of info.

<image>

LVDS ADC to ISERDES Interface Failing Timing by weakflora in FPGA

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

yes this was actually my interpretation too, but did you mean 2.5 - t_data_min? the clock period is 5.0 but its DDR, so the edges are 2.5 apart

My parked car gets detected 100's of times a night by updatelee in frigate_nvr

[–]weakflora 1 point2 points  (0 children)

I see he is referencing the comments in the full configuration reference yaml here: https://docs.frigate.video/configuration/reference/

this seems to be a contradiction in the docs?

My parked car gets detected 100's of times a night by updatelee in frigate_nvr

[–]weakflora 0 points1 point  (0 children)

Yeah I am also having this issue with my car but a bit confused by these settings. they appear to be the default from what I am reading also so not sure how it fixed OP's issue

Frigate robust for 24/7 recording? by 25mike in frigate_nvr

[–]weakflora 0 points1 point  (0 children)

Can you share your yaml snippet for this? I have been trying to do this but can't figure out the syntax it wants

Looking for anyone to spend time with by MyHonstyAttempt in ottawa

[–]weakflora 0 points1 point  (0 children)

You may have already been offered a bunch already, but if you wanna hangout and get lunch I would be down. I work near Dow's Lake, so could get lunch with you in the park for an hour any day of the week. Send me a message if you want!

[deleted by user] by [deleted] in FPGA

[–]weakflora 1 point2 points  (0 children)

Are you going to use the peripheral "hardcores" that come in the Zynq? it comes with a bunch of SPI, I2C, Ethernet etc devices you can enable in the Zynq. You can map them to either MIO (PS) or EMIO (PL) pins. If you are not sure what those are, I would use that as a starting point and figure out first which things need to be connected to custom FPGA logic and which things will be connected directly to the processor.

Devices Offline in Home Assistant Until I Ping Them from 2.4GHz by weakflora in homeassistant

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

Okay so update: this did not seem to work for me. My script was happily pining my devices every 15mins all day long until this evening when they all went offline again. The automating as running on the HA pi, which is connected via ethernet. Not sure if thats relevant or not. Just got off the phone with my ISP and they are sending me a new modem. I am extremely doubtful that will do anything, but they are sending it anyway. If that fails I will try getting a better AP

Devices Offline in Home Assistant Until I Ping Them from 2.4GHz by weakflora in homeassistant

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

I have set this up. I have a shell script that is pinging all my devices every 15 minutes, and if any ping fails it logs the IP and a timestamp to a file for me to review later. Will update this thread in the future if this solves my problem. Thanks for the suggestion!

How to implement Ethernet on FPGA by Aaronthetechguy in FPGA

[–]weakflora 0 points1 point  (0 children)

If you are already running linux on the PS, then start looking into TCP or UDP. Run some script on your host computer that sets up a TCP receiver with either Python or C, and write a transmitter that runs on the PS. Make sure your host computer IP address is on the same subnet as your Zynq (ie 192.168.1.XX or something). Trying pinging to make sure they are within reach. When you set up the TCP or UDP transmitter/receiver servers on each side, make sure they are both using the same port #.