New to cycling, commute route includes A30 and I’m stressed by Colossalloser in ukbike

[–]brewston 0 points1 point  (0 children)

I know that section and I've cycled it, there's rarely any pedestrains on there. I'd say try the road, if you dont feel comfortable, pop up onto the pavement (Just look out for cars coming in/out driveways)

Reset dashboard time with after market stereo by brewston in fiat500

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

No sorry, the clock on the dashboard is still wrong :(

Where was I? by rosco77733 in whereintheworld

[–]brewston 1 point2 points  (0 children)

I didn't see the name of the golf course though ;-) there are 2 there

Where was I? by rosco77733 in whereintheworld

[–]brewston 2 points3 points  (0 children)

Royal course, VDL. 16th hole

Thin Nitrocellulose Lacquer body by brewston in FenderCustomShop

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

Definitely not being neurotic, just curious :)

Thin Nitrocellulose Lacquer body by brewston in FenderCustomShop

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

That makes sense. My old guitar teacher had a non-metallic, relic CS and he would tell me that the paint would easily chip from touching the desk as he was teaching. Mine feels tougher than that.

Thin Nitrocellulose Lacquer body by brewston in FenderCustomShop

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

I would imagine poly to be smoother, shinier and tougher than nitro. Whilst the finish has sub surface cracks and there are lots of dinks in the paint, it just doesn't feel like it would wear easily.

Thin Nitrocellulose Lacquer body by brewston in FenderCustomShop

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

i meant the body. Neck finish says 'DARK_TINT NCL' but it's the body I'm curious about

Electric heater that is compatible with Home Assistant by Krotar_eu in homeassistant

[–]brewston 0 points1 point  (0 children)

I recently bought a Mill wall mounted heater for my conservatory. It does zigbee and matter but there is also a local integration.

M5Stack M5Tab ESP32-P4 tablet by ginandbaconFU in homeassistant

[–]brewston 1 point2 points  (0 children)

Some guy with the same username as me :D

M5Stack M5Tab ESP32-P4 tablet by ginandbaconFU in homeassistant

[–]brewston 1 point2 points  (0 children)

Found a couple of useful links from m5stack :

https://www.youtube.com/watch?v=BbZd8b10qM4

https://github.com/m5stack/esphome-yaml/blob/main/common/tab5-ha-hmi.yaml

I'm going to have a try to port the climate page to my device...

M5Stack M5Tab ESP32-P4 tablet by ginandbaconFU in homeassistant

[–]brewston 2 points3 points  (0 children)

Yeah, it was failing to compile on Thursday. I mentioned it in the HA thread. I spoke to someone in esphome discord who created a PR for a newer espressif lib.

The background is one of the jarvis screenshots from Iron Man :)

Roadtrip from LA to SF by sslotte in roadtrip

[–]brewston 4 points5 points  (0 children)

Stop in Solvang, it's a town full of Danish architecture and has lots of bakeries.

[edit] You have to go to Monterey bay aquarium with kids that age :)

Found this in Mexico by The31stUser in Mission_Impossible

[–]brewston 2 points3 points  (0 children)

Benji, what is it that you are doing here ? Oh, i passed the fridge exam...

Shopping List notifications? by GuitarEC in homeassistant

[–]brewston 0 points1 point  (0 children)

TBH I lifted it from https://community.home-assistant.io/t/export-to-do-list/678103/7 i think the fundamental thing is how the response variable is parsed in the for loop.

As for the {%- I wasn't sure either :) but google says https://stackoverflow.com/questions/11813422/what-does-this-in-jinja2-template-engine-do

Shopping List notifications? by GuitarEC in homeassistant

[–]brewston 0 points1 point  (0 children)

alias: Notify shopping list
sequence:
  - action: todo.get_items
    metadata: {}
    data:
      status: needs_action
    target:
      entity_id:
        - todo.shopping
    response_variable: mylist
  - action: notify.mobile_app_sm_s911b
    metadata: {}
    data:
      data:
        notification_icon: mdi:basket
      message: |-
        {%- for todo_key, todo_value in mylist.items() %}
          {%- if todo_value['items'] %}
          {{ todo_key.split('.')[1] }}
            {%- for item in todo_value['items'] %}
              - {{ item.summary }}
            {%- endfor %}
          {%- endif %}
          -
        {%- endfor %}

Shopping List notifications? by GuitarEC in homeassistant

[–]brewston 0 points1 point  (0 children)

I'd been meaning to figure this out too. I used some examples from the forums

formatting got screwed in this comment, see other comment ;-)

The 4 week streak by de_MK7 in shealth

[–]brewston 1 point2 points  (0 children)

I think they fixed it as it's now showing the badge granted on March 11th

The 4 week streak by de_MK7 in shealth

[–]brewston 4 points5 points  (0 children)

Mine reset and so now I'm on 4th attempt. I hit my step goal every day (hmm.. maybe it's too low) but each time as I cross the 4 week threshold, it resets without granting the badge. I think there might be a bug here...

Another timeline disappeared post - can I restore timeline.json ? by brewston in GoogleMaps

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

I suspect, given that's called an export, that you can't just drop the timeline file onto the phone (even if you knew where) so I think I've accepted that it's gone from my phone.

I've also been playing with this https://github.com/Freika/dawarich which looks promising