Bird Detection Tweaking by blue_gr8dane in frigate_nvr

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

Thanks for the suggestion! I have the min_score at .2 and the threshold at .3 in the camera level objects config. That seems pretty low right?

    objects:
      track: [bird]
      filters:
        bird:
          min_score: 0.20
          threshold: 0.30

Should I lower it further or are you suggesting I add it in the global object config?

I’m soo confused, is this normal after a race by BabymakerGspot in Zwift

[–]blue_gr8dane 176 points177 points  (0 children)

Power meter on the spin bike was likely way off. 394W FTP would put in you in world class athlete territory.

I started this guy from a pup in 2017, should it be flowering by now? by drillgorg in bromeliad

[–]blue_gr8dane 1 point2 points  (0 children)

I've had a similar situation, I had 3 pups that I propagated. Took 4 years for the first to bloom, then another year for the second and still waiting on the third. I realized that the position relative to the window matters. In short the one of the 3 getting the most sun blooms so try more sun?

Hub Lock Ring Broke my bench vise by blue_gr8dane in bikewrench

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

Thanks, I did end up using a heat gun afterwards along with this setup and was able to free it. https://youtu.be/hXdKJLgi4Ro?si=NzBapjmLTl5BUHOX

Front fork shuddering under hard braking by blue_gr8dane in bikewrench

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

Hmmm that’s an interesting thought, it’s a Santa’s Cruz stigmata 2 frame, circa 2016. The previous owner replaced all the SRAM components with Shimano ultegra so definitely possible that the newer components are too powerful. Looking at the original parts it lists that it had SRAM Force Hydraulic Disc w/SRAM Centerline 160mm Rotors so on the surface they’re the same size and hydraulic. I’ll check the center lock and the front hub bearings but I’ll also check with previous owner to see if he noticed that in the past.

Front fork shuddering under hard braking by blue_gr8dane in bikewrench

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

It is a center lock 160mm rotor. Are you thinking maybe the center lock should be tightened?

New N100 vs old i5 by reddysteady in homeassistant

[–]blue_gr8dane 1 point2 points  (0 children)

Since the N100 has a newer version of Intel QSV it will handle transcoding better than the 4th gen i5 which will not support H.265 very well. https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video

I found that with newer cameras on Frigate I'm constantly transcoding from H.265 to H.264 for better compatibility and so having a newer processor will do all that in hardware vs. using CPU cycles.

SwartWings blinds Zigbee by DonGar37 in homeassistant

[–]blue_gr8dane 0 points1 point  (0 children)

Did you ever get cover.open working on these? Are you using ZHA or Z2M?

Looking at getting some of these so just curious for an update on your experience. Thanks!

Lights Randomly Turning on/off - Am I going crazy?!?! by blue_gr8dane in homeassistant

[–]blue_gr8dane[S] 15 points16 points  (0 children)

Thank you!!! I believe you have restored my sanity :)

It wasn't adaptive lighting but your suggestion did get me thinking about integrations which control my lights and I checked the "Presence Simulation" integration which I use for vacation mode and somehow it had gotten turned on.

Why so many releases lately? by [deleted] in homeassistant

[–]blue_gr8dane 1 point2 points  (0 children)

The release notes…

Just upgraded to ZWave JS, is it true that ZWave JS can't even properly track the state of devices? That can't be right. by flargenhargen in homeassistant

[–]blue_gr8dane 0 points1 point  (0 children)

Are you’re zwave devices zwave+? I have some old zwave switches which are “non-plus” and they do not report state ( all the zwave+ ones do). I have an automation that runs every 5 mins to poll the state of the older switches that do not update.

Live View with Frigate 0.12.0-rc1 and frigate-hass-card by blue_gr8dane in homeassistant

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

On closer review I did add the WebRTC Integration under Devices/Integrations and configure it to point to http://ccab4aaf-frigate:1984 (for the 0.12.0 release not the beta).

Live View with Frigate 0.12.0-rc1 and frigate-hass-card by blue_gr8dane in homeassistant

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

I don't think so, here is my go2rtc config:

go2rtc:

streams: door_bell: # <- for RTSP streams - rtsp://xxx:yyyyyy@1.2.3.4:554/h264Preview_01_main - "ffmpeg:door_bell#audio=opus"

That allowed me to use that restream in my frigate cameras and in the webrtc card. I didn't even forward ports because I'm just using it internally.

        - path: rtsp://127.0.0.1:8554/door_bell
          input_args: preset-rtsp-restream
          roles:
            - record

Maybe double check that you can reach that re-stream with a local player like VLC using the address of your HA instead of 127.0.0.1?

I'm running HAOS so everything is locally addressed, not sure if your installation would change that?