I thought I would share my Mushroom Gauge. I like how it turned out. This combo card requires in addition to the Mushroom cards, apexcharts-card, stack-in-card and card-mod.
This is awesome, I just started working on this too. I have some huge HP Latex printers and thereâs not really a lot of documentation about IDâs how are you figuring them out for your sensors?
A little bit OT for this thread, but I use MIB Browser to do an SNMP Walk. Make sure you load the appropriate MIBs for printers, usually RFC1213 and Printer-MIB. Most of the OIDs are standardized with minor differences, such as the number of toner/ink supplies and the order of them, while the base OID remains the same.
Yeah I was using a different program and there was thousands of OIDâs. Still trying to find a few but got the card looking very nice! Thanks for saving me some time and making a great looking card!
Thanks for posting these and for being so willing to help the community throughout this thread. These examples are great and get the creativity flowing for sure. Couple of quick questions:
in the first two side-by-side examples, it appears weâre looking at the base âwelcome screenâ as it has the overall dashboard indicators e.g. presence, door, alarm, weather. However, the stuff underneath is different in each example (now playing is first in one, rooms is first in the other). Can I infer from this the top pane is âlockedâ such that you can scroll vertically below the header and see the rest of the content? I fiddled briefly with trying to do this in CSS with contentContainer and such but never quite made it work. Or, does the top scroll off as you scroll down?
generally, what strategy would you consider if you were to adapt the mobile-friendly layout you have here to a wider screen e.g. a wall-mounted tablet? The room cards should be easy - they could be popups or just navigate to a new page. But for the âfront pageâ, I think itâd be basically creating a grid and carving out the sections of the primary layout into cards that made sense in my own implementation, is that right?
Thanks again, still fighting through getting mine to even somewhat look like yours and others here, but the sharing and collaboration is so very helpful.
No, the top pane is not locked, it scrolls off the top. The âCurrently Playingâ uses Universal Media Player to show any playing media and is hidden if there is nothing playing. I wanted a quick way to pause, skip or adjust volume without having to go into a room card. This way the media player doesnât take up space when it is not needed. I also use Universal Media Players in rooms that have more than one media source, ie TV, Squeezebox & Plex, to reduce clutter.
I havenât started on a tablet layout yet, but would probably have a side card with room navigation down the left and expand content out to the right.
This is probably a simple one, but I canât for the life of me work it out⌠can anyone tell me what the magic code is to make a template chip follow the icon of the entity rather than having to specify it manually as part of the yaml ?
Iâm thinking there must be a template way to get the entities icon ??
I inspected the elements of my chip cards and found that there are two color styles being defined for my icons. Its unfortunately defaulting to the rgb(225,225,225) making all of my chip icons white. I have no idea why or where this value is coming from.
This was seen by inspecting an existing chip, but I created a new light chip with a color light and saw the same issue. This is also only being applied to the chip cards. All other cards, even other mushroom cards (from the ones I tested), are working as expected.
I feel like iâm closer to figuring out whatâs wrong but I have no idea what I need to do to fix it.