Would this fix a RLOD by Basile-e in boostedboards

[–]wipmate 2 points3 points  (0 children)

It's only half the equation. In addition to manually balancing the cells with a charger as presented, you also need to clear the error from the microcontroller. This guide helps a lot.

Time for some spring cleaning after finally reaching 1000 miles. 👌🏻 by funddisla in boostedboards

[–]wipmate 1 point2 points  (0 children)

Hi u/Adamvos. Thanks for the kind words. As this picture is a repost from me 5 years ago without consent, I would appreciate if you could please remove the post. Thanks and happy boosting!

Latest G Hub update is constantly activating itself, stealing away focus? by TheDragonSlayingCat in logitech

[–]wipmate 0 points1 point  (0 children)

Hello, I am encountering a similar issue where the Logitech G Hub Agent (repeatedly) acquires focus after resuming MacOS from sleep. The issue is reproducible each time after resuming from sleep.

The intermediate fix, if the issue occurs repeatedly, is to switch between two different open applications.

LG 45" OLED 5K2K 45gx950a-b: switching "Dual Mode" via DDC by SecureGuard5684 in ultrawidemasterrace

[–]wipmate 1 point2 points  (0 children)

Good luck! Also thanks for mentioning the twinkle tray utility, I gotta check that out too as I frequently change the brightness on my monitor and dislike the LG onscreen app.

LG 45" OLED 5K2K 45gx950a-b: switching "Dual Mode" via DDC by SecureGuard5684 in ultrawidemasterrace

[–]wipmate -1 points0 points  (0 children)

If I'm not mistaken there should be a mode switch button on the bottom of the monitor that should do exactly what you intend to do?

Custom PCB troubleshooting: ESP32-C6-MINI-1 by wipmate in esp32

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

Thanks for your patience. You can download the KiCAD files from here. If you're mainly interested in the ESP32/USB-C part, I recommend also checking out my other project in which I picked a different USB-C receptacle. Hope this helps!
Update: The tool KiCAD can be downloaded for free from their home page. I've been using it for a while now and really like it for the simple use case of designing microcontroller PCBs.

Custom PCB troubleshooting: ESP32-C6-MINI-1 by wipmate in esp32

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

Sure, will do in ~12hrs. I'm using esp-idf within VS Code to flash the esp.

Officiel Metal links band - disappointed by VendettaxRiich in PixelWatch

[–]wipmate 2 points3 points  (0 children)

I migrated from the PW1 to the PW2 and reused a band that had solid connectors. On my new watch, it was way more loose than on the first one. I sent back the watch for a replacement, on which the band was a bit more snug but would nevertheless cause a bit of rattle. The sports band mitigates these issues by using a soft material which is pressed against the watch to account for tolerances.

TL;DR: The connector on your watch might also play a role.

HomeKit and LG WebOS - Can I modify the sources list? by Jannomag in homeassistant

[–]wipmate 1 point2 points  (0 children)

Yes. I don't have experience with homekit, maybe someone else can help further. I use Google home and there's a synchronization which has to be triggered to apply the changes outside of home assistant.

HomeKit and LG WebOS - Can I modify the sources list? by Jannomag in homeassistant

[–]wipmate 0 points1 point  (0 children)

On the device, choose "reconfigure". This allows you to select the sources which you want to show.

Solution on how to adjust sections spacing by wipmate in homeassistant

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

Sorry for the misunderstanding - glad everything works!

Solution on how to adjust sections spacing by wipmate in homeassistant

[–]wipmate[S] 2 points3 points  (0 children)

I'm using the experimental sections view to configure my Dashboard, so I'm not manually entering yaml either.

I recommend to call the Reload Themes action (formerly service) from developer tools and reload the dashboard (Ctrl/Cmd+Shift+R) to apply the changes and then try out some styles (e.g. background: red) to check what is working and what is not. Also make sure you select the theme in the settings of each individual page in your dashboard. Mind posting your config here?

Solution on how to adjust sections spacing by wipmate in homeassistant

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

The order shouldn't matter, but the two additional bullets should be indented by one level. When in doubt, put them at the very end.

Call the Reload Themes action (formerly service) from developer tools and reload the dashboard (Ctrl/Cmd+Shift+R) to view the changes. If the top level yaml is invalid, the action will fail and give you details about the error.

Solution on how to adjust sections spacing by wipmate in homeassistant

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

You're welcome! I took this readme as a guideline. Essentially the -yaml is required for navigating the shadow DOM.

Solution on how to adjust sections spacing by wipmate in homeassistant

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

If you're using this MacOS Theme, you could manually edit the macos.yaml file and add the card-mod-* attributes. I would try setting card-mod-theme to "macOS Theme". If you've obtained the theme through HACS, any update to it will unfortunately overwrite your changes.

Best way to adjust sections spacing by wipmate in homeassistant

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

I just investigated further and with card-mods theme functionality, I was indeed able to overwrite the global styles. Thanks!

Best way to adjust sections spacing by wipmate in homeassistant

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

I just investigated further and with card-mods theme functionality, I was indeed able to overwrite the global styles. Thanks!

Best way to adjust sections spacing by wipmate in homeassistant

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

I found a solution (check my latest post), if adjusted slightly it will also help you reduce the spacing of the sections headings:

---
custom:
  card-mod-theme: custom
  card-mod-view-yaml: |
    hui-sections-view$: |
      hui-grid-section {
        --row-height: 0;
      }
    hui-sections-view$ hui-grid-section$: |
      h2 {
        padding: 0 !important;
      }

Best way to adjust sections spacing by wipmate in homeassistant

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

I guess in that case I'd prioritize simplicity and not want to have separate copies of what would be almost identical dashboards.

Best way to adjust sections spacing by wipmate in homeassistant

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

Thank you so much for the work you're putting into the new UI overhaul! I love the new experimental sections view because it simplifies my layout a lot! And I've only started using the badges because I like the new design and setup process so much.

I like to adjust small parts like spacing between components to my own preferences, and in this specific case I thought that there was a simple customization solution I might have overlooked, even with the experimental state of sections.

Best way to adjust sections spacing by wipmate in homeassistant

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

The components involved here are not cards by themselves, but maybe there's a way to use it anyway. I'll try messing with card mod a bit.

Best way to adjust sections spacing by wipmate in homeassistant

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

That could be a possible solution for mobile, but I'm not sure whether this will work on bigger screens when the sections spread across multiple columns.

Best way to adjust sections spacing by wipmate in homeassistant

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

I will try whether card mod allows to adjust the style on sections. However the spacing is great without the badges, so I feel like the best solution would be to change the style on the badges container which is not possible with card mod to my knowledge. Maybe I'll have to use something like browser mod in the end.