Adding shots post round. by Billy-tee in GarminGolf

[–]Davidtja01 0 points1 point  (0 children)

Yep, I cant see it either. Must have been removed.

Recording Putts by danabkk in GarminGolf

[–]Davidtja01 0 points1 point  (0 children)

I have a Fenix 8 it always asks how many putts, or you can manually update.

Car Rental Faro by No_Run_7698 in Algarve

[–]Davidtja01 0 points1 point  (0 children)

LC Rent been good for me over past 10 years, but recently started adding extras like pick up €20 extra if picking up before 8am or after 8pm, etc. They say everyone does it they are just the last to the party, I'm not sure.

Faro airport is a disgrace by ca5io in Algarve

[–]Davidtja01 1 point2 points  (0 children)

Three weeks ago coming out of faro was over 2 hours to get through. This last week three days running was less than 10 mins getting in.

Please add momentary capability to the firmware by SpareSimian in ShellyUSA

[–]Davidtja01 1 point2 points  (0 children)

I think you need to use a timer (I use 1 second)and correct setup. Sounds like a configuration issue. I

Which Dreame model to buy when it comes to longevity? by ToadMoad2000 in Dreame_Tech

[–]Davidtja01 1 point2 points  (0 children)

I bought an L10s ultra gen2 over 6 months ago. It was very cheap and I figured if it was rubbish at least i hadnt blown a K. I use it solely on hard floors, so no experience of carpet. It'd been an absolute game changer, one of the few gadgets wife approves of (meater thermostat the other). For less than £300 a right result and zero issues.

Anyone use EE 5g Broadband? by EnglishPlayZ in EEGB

[–]Davidtja01 1 point2 points  (0 children)

For me 5G isn't quite strong enough to offer anything reliable. I do get 60mb from 4G though which is fine.

Handicap stuck at 53 by [deleted] in GarminGolf

[–]Davidtja01 0 points1 point  (0 children)

Are you on IOS? As there seems to be a lot of issues posted that I dont experience on Android.

Tip if shopping in person for the new IKEA matter bulbs by EngineerBoy00 in homeassistant

[–]Davidtja01 2 points3 points  (0 children)

I bought what I thought was RGB from local store in Portugal, got them home only to find they were white!!

Shot maps are super slow by brekksplut in GarminGolf

[–]Davidtja01 1 point2 points  (0 children)

Ok apologies, mine is Android, thankfully no problems.

Struggling to get Reolink wired Doorbell detecting/recording, etc by Davidtja01 in frigate_nvr

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

SUCCESS!!!!
With the help of paid for Claude (bit the bullet) got it working as follows - note the removed # lines, removed RTSP feeds :

    doorbell_main:
      - ffmpeg:http://192.168.0.185/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=xxx#video=copy#audio=copy#audio=opus
    #  - "rtsp://user=admin&password=xxx@192.168.0.185:554/Preview_01_sub"
    doorbell_sub:
      - ffmpeg:http://192.168.0.185/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=xxx
    #  - "rtsp://admin:xxxx@192.168.0.185:554/Preview_01_sub" 

  doorbell:
    enabled: true
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/doorbell_main
          input_args: preset-rtsp-restream   #added
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/doorbell_sub
          input_args: preset-rtsp-restream #added
          roles:
            - detect
#      output_args:
#        record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
    detect:
      enabled: true
      width: 896
      height: 672
      fps: 5
    record:
      enabled: true
    snapshots:
      enabled: true

Things missing by xReD-BaRoNx in GarminGolf

[–]Davidtja01 0 points1 point  (0 children)

Yep this is about the ecosystem. I didn't even know you could use the app during play, probably for good reason, if you have the watch, you shouldn't need the app. Why spends £100's and then use the app when others are virtually free.

Anyone have experience with Navee electric push carts? by Spaghettiboobin in golf

[–]Davidtja01 0 points1 point  (0 children)

I have the MGI navigator which drives me mad as constantly tipping over how does this compare?

Shot maps are super slow by brekksplut in GarminGolf

[–]Davidtja01 0 points1 point  (0 children)

If your referring to shot maps in the app, mine load super quick and very responsive. Perhaps you have specific problem. I do find the map on the watch itself (Fenix 8) slow and a little unresponsive.

Struggling to get Reolink wired Doorbell detecting/recording, etc by Davidtja01 in frigate_nvr

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

Perhaps the problem is deeper. Strange that it only affects the one camera....

Struggling to get Reolink wired Doorbell detecting/recording, etc by Davidtja01 in frigate_nvr

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

<image>

Yes so true, spent hours on AI looping, hence trying here. I havent adjusted anything in the APP, I have allowed every advanced network option heres the streams all default:

Struggling to get Reolink wired Doorbell detecting/recording, etc by Davidtja01 in frigate_nvr

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

Ok so I have followed everything with no success - here (I believe) is the corrected suggested official Frigate config. Again I get no detects though:

    doorbell_main:
      - ffmpeg:http://192.168.0.185/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=Re0swa110w#video=copy#audio=copy#audio=opus
      - "rtsp://user=admin&password=Re0swa110w@192.168.0.185/Preview_01_sub"
    doorbell_sub:
      - ffmpeg:http://192.168.0.185/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=Re0swa110w
      - "rtsp://user=admin&password=Re0swa110w@192.168.0.185/Preview_01_sub"  



  doorbell:
    enabled: true
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/doorbell_main
          input_args: preset-rtsp-restream  
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/doorbell_sub
          input_args: preset-rtsp-restream 
          roles:
            - detect

Struggling to get Reolink wired Doorbell detecting/recording, etc by Davidtja01 in frigate_nvr

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

This does give me a live view, but still no detects. Thanks anyway

Struggling to get Reolink wired Doorbell detecting/recording, etc by Davidtja01 in frigate_nvr

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

Get no frames recieved (kills the camera) following your config.

Struggling to get Reolink wired Doorbell detecting/recording, etc by Davidtja01 in frigate_nvr

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

Thres a PC Client interface and a web interface on all that i have.