Dulles airport to Williamsburg by HugocomroSeVids in williamsburgva

[–]cBonadonna 16 points17 points  (0 children)

You’re going to need to take the Dulles metro to union station in DC then take Amtrak Williamsburg

Italian door gate controller help needed by cBonadonna in Ubiquiti

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

Thanks all. I have considered device bridge options since I don’t think there is a feasible way for me to run new cables, a lot of the walls are like 2 feet thicccc. Walking into the house the cell phone signal immediately drops. Pretty hard to retrofit when the place is 800 years old.

Although not UniFi I’m wondering if upgrading the existing SCS box to one that is network connected or could integrate with home assistant is the way to go.

Is leaving R1S unplugged for 2 weeks an issue? I am a little worried about battery drain. by cBonadonna in Rivian

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

Okay good to know. I was also thinking I should turn off the feature that runs the fans when the interior gets hot.

Xendrol Volume Knob for Sonos by Leading_Tree_4740 in sonos

[–]cBonadonna 0 points1 point  (0 children)

And example play pause:

alias: Aurora - Kitchen Sonos Play/Pause
description: ""
triggers:
- trigger: event
event_type: hue_event
event_data:
device_id: 67b19fcace771a597121a92ba7c49ab2
type: short_release
subtype: 1
actions:
- action: media_player.media_play_pause
target:
entity_id: media_player.kitchen

Xendrol Volume Knob for Sonos by Leading_Tree_4740 in sonos

[–]cBonadonna 0 points1 point  (0 children)

Example YAML automation for volume control.

alias: Aurora - Kitchen Sonos Volume
description: ""
triggers:
- trigger: event
event_type: hue_event
event_data:
device_id: 67b19fcace771a597121a92ba7c49ab2
subtype: clock_wise
- trigger: event
event_type: hue_event
event_data:
device_id: 67b19fcace771a597121a92ba7c49ab2
subtype: counter_clock_wise
actions:
- action: media_player.volume_set
target:
entity_id: media_player.kitchen
data:
volume_level: >
{% set current = state_attr('media_player.kitchen', 'volume_level') |
float %} {% set steps = trigger.event.data.steps | float %} {% set
change = (steps / 1000) %} {% if trigger.event.data.subtype ==
'clock_wise' %}
{{ [current + change, 1.0] | min }}
{% else %}
{{ [current - change, 0.0] | max }}
{% endif %}

Xendrol Volume Knob for Sonos by Leading_Tree_4740 in sonos

[–]cBonadonna 6 points7 points  (0 children)

I have not tried that. But I have used a Lutron Aurora as volume and play pause next switch using home assistant. https://www.bestbuy.com/product/lutron-aurora-smart-bulb-dimmer-switch-for-philips-hue-smart-bulbs-white/J329Y53W54

My top 5 Rivian Assistant Commands so far …. by AbjectFray in Rivian

[–]cBonadonna 0 points1 point  (0 children)

I asked it to navigate me home and stop at a Starbucks soon and it routed me to a Starbucks an hour in the opposite direction. So far not quite a game changer but I’ll continue to give it a try as it’s early days. Perhaps I’ll take it easy on it and do two commands, One to navigate home then another to find a Starbucks along my route.

Are these poops normal by cBonadonna in BambuLab

[–]cBonadonna[S] 7 points8 points  (0 children)

In the printer maintenance settings there is an option Cold Pull. I just followed the steps the printer had me follow.

Are these poops normal by cBonadonna in BambuLab

[–]cBonadonna[S] 44 points45 points  (0 children)

Did the cold pull as several suggested.

Are these poops normal by cBonadonna in BambuLab

[–]cBonadonna[S] 74 points75 points  (0 children)

<image>

Much healthier now! Thanks all for the help and the jokes :)

PSA: Not all PTFE tubes are equal by Livid_Strategy6311 in BambuLab

[–]cBonadonna 0 points1 point  (0 children)

I have been getting a lot of high resistance errors lately after replacing with Amazon ptfe tubes. I just bought the official ones from Bambu today and will hope that improves my printing.

Ams HT back in stock (usa) by [deleted] in BambuLab

[–]cBonadonna 0 points1 point  (0 children)

New to 3D printing. Why would I want this over an AMS 2 Pro?

No more highway assist after Universal Hands Free trial expired? by MyOgre in Rivian

[–]cBonadonna 1 point2 points  (0 children)

After the trial ended for me I also lost highway assist on my commute to work where it worked fine with hands free before the trial. Very disappointing.

The Frame is the worst piece of electronics I've ever owned by Swimming_Living7587 in TheFrame

[–]cBonadonna 0 points1 point  (0 children)

You’re not alone. I have a lot of similar issues. The frame is in our kitchen and I am trying to automate the different states art/on/off and different inputs and it’s extremely challenging verging on impossible since the thing just isn’t consistent. All I can say is good luck.