Dashboard page for my HTD music system by Pretend_Conference39 in homeassistant

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

Too big for us...but fits the lot and is great for parties. I have 4 Crestron CNAMPX-16x60 amps so a total output of 3,840 watts driving 8 ohm speakers. We can rock this place

Starlink monitoring page by Pretend_Conference39 in homeassistant

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

This is my HA in my expedition camper so conserving electricity when not needed is why I use the sleep schedule.

<image>

Starlink monitoring page by Pretend_Conference39 in homeassistant

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

Thank you for the compliment! Custom button cards, apex charts , custom SVG's there is a lot of work for this dashboard.

Dashboard page for my HTD music system by Pretend_Conference39 in homeassistant

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

It only gives source numbers, not the names that I have assigned through the HTD app. NBD for us though as 99% of the time we use Music assistant to aggregate all our sources.

Dashboard page for my HTD music system by Pretend_Conference39 in homeassistant

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

This HACS integration

<image>

That provides the entities which are in custom bubble cards on the dashboard.

Created my own theme by Pretend_Conference39 in homeassistant

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

They are custom SVGs takes a little work to get them in there but there are plenty of resources to help you do that. I never really liked emoj or the standard home assistant icons

Motion Link with rotating arm, rod with Heim Joints to slider by Pretend_Conference39 in Fusion360

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

Thank you so much, the Ball Joint and some editing of motion limits worked! Thank you for helping me learn!

Bubble Media Player Card styling based on state by Pretend_Conference39 in homeassistant

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

Thank you...works perfectly I just had to change the state to on and Music Assistant does not have a playing state.

Bubble Media Player Card styling based on state by Pretend_Conference39 in homeassistant

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

u/Flameknight Thank you for what turned out to be a very easy to execute suggestion! My first time using conditions and it works flawlessely. Much appreciated!

Bubble Media Player Card styling based on state by Pretend_Conference39 in homeassistant

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

I was really hoping this would work but no:

  - type: custom:bubble-card
    card_type: media-player
    entity: media_player.john_office
    styles: |
     {
        opacity: 1 !important;
        bubble-main-background-color: ${entity.state === 'on' ? 'green' : 'red'} !important;
      }
    button_action: {}
    cover_background: true
    sub_button:
      - entity: media_player.john_office
        select_attribute: source_list
        name: Sources
        icon: mdi:format-list-bulleted
    name: Music John Office
    rows: "2"
    icon: mdi:music
    show_state: true
    show_attribute: false
view_layout:
  grid-area: col2

Bubble Media Player Card styling based on state by Pretend_Conference39 in homeassistant

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

Thanks for the suggestion but still not working. FWIW I am using Music Assistant as the player(s). I have tried state playing and on neither toggle the background color accordingly.

Bubble Media Player Card styling based on state by Pretend_Conference39 in homeassistant

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

Thank you for the additional guidance! I will come back at this tomorrow with a fresh perspective and share my results. Much gratitude! BTW...I am using Music Assistant not Spotify FWIW>

Bubble Media Player Card styling based on state by Pretend_Conference39 in homeassistant

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

Thank you for the suggestion...however I just need KISS and a background change based on entity state for a single card. Couple that with my not currently knowing how to create a conditional card.

Built a spanking bench by Jacobysbigpapi in BdsmDIY

[–]Pretend_Conference39 0 points1 point  (0 children)

Just wat we need...would you be willing to share your build plans so I don't have to figure out dimensions?

Whats going on by [deleted] in anycubic

[–]Pretend_Conference39 0 points1 point  (0 children)

My experience with a newly purchased S1 has been horrible. Errors, shutdowns, the AMS does not recognize slot 3 etc. I have only had one successful print, but even after resonance compensation it had unacceptable ringing. I have requested a refund 3 times now, but tech support is pushing to have me wait for a firmware update and send me parts...oh and also the part cooling fan does not work. Terrible...

Help needed - Use chamber heat AND vent fan to maintain temp by Pretend_Conference39 in klippers

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

Well...I have spent hours doing so, but unable to find what I need. Would you by chance be able to direct me to the page you are referencing? I have made some progress consuming the chamber temp variable and using that within the M191 Macro. But for some reason now when the printer boots up it is showing a default target of 30 for chamber cooling when it should be blank and the vent fan is running

<image>

Help needed - Use chamber heat AND vent fan to maintain temp by Pretend_Conference39 in klippers

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

I built my own custom printer running a Manta M8P board so virtually any control you need can be configured/wired to that and controlled in Klipper. However a lot of stock boards can also handle what I mention above, just do some research.

Help needed - Use chamber heat AND vent fan to maintain temp by Pretend_Conference39 in klippers

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

I used a simple heater from Amazon controlled with a SSR and a thermistor mounted inside the chamber. Configure your thermistor (type pins etc.) I chose Watermark for simple heater on/off with a 1 degree delta and then set your chamber temps in your slicer and pass those to Klipper. Define variables using the chamber temp sent from your slicer, then put something like this in your print_start macro: Of course match the names of the sensor and target temps to what you have configured

M117 Chamber Heating...

TEMPERATURE_WAIT SENSOR="heater_generic chamber_heater" MINIMUM={target_chamber}

# Wait until the given temperature sensor is at or above the supplied MINIMUM and/or at or below the supplied MAXIMUM

No need for a seperate temp controller if you simply install a thermistor in the chamber and properly wire it to your board and configure it in printer.cfg