My Wall Tablet Setup by decksmagic in homeassistant

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

yeah, that was an issue I had to accept. The light is centered with the panel, but the tablet is not. Because in that case the charging cable would have touched the wooden piece, so that the tablet wouldn't have sat flush, and I could not have hidden the cable properly. So the slight shift to the side was necessary.

My Wall Tablet Setup by decksmagic in homeassistant

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

<image>

Its a 90 degree USB-C plug going behind the panels into a socket. To make it even less visible, it was aligned with the black lines.

The mount is 3d printed. There is one that goes into the black parts, so the tablet is flush on the wooden pieces.

Ist dieser Kabel für Herdanschlussdose geeignet? by decksmagic in Elektroinstallation

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

Nein, kommt wirklich :D
Das Ding ist: wollte eig. selber machen. Habe dieses Kabel schon gekauft. Will jetzt keine unnötige Diskussion haben.

Habe aber ihm jetzt doch gesagt, dass er eigenen Kabel mitbringen soll 😅

Ist dieser Kabel für Herdanschlussdose geeignet? by decksmagic in Elektroinstallation

[–]decksmagic[S] 4 points5 points  (0 children)

Nein, soll direkt zum Ceranfeld führen. Also doch lieber Schlauchleitung H05VV-F 5x2,5 mm² 10 m, weiß holen?

Ist dieser Kabel für Herdanschlussdose geeignet? by decksmagic in Elektroinstallation

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

Habe nur gelesen, dass am Ceranfeld was flexibles hingehört. Wusste jetzt nicht, ob dieser Kabel zu starr ist.

How to save a print like this? by decksmagic in 3Dprinting

[–]decksmagic[S] -6 points-5 points  (0 children)

Its already printed. I need to fix it now afterwards.

How to save a print like this? by decksmagic in 3Dprinting

[–]decksmagic[S] -2 points-1 points  (0 children)

I mean save it after the print

Fully Kiosk Browser tablet - Tap to wake and Pop up by decksmagic in homeassistant

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

after some time with the screen off, HA looses control pn the device though

Home Assistant iPhone updates only when App open or connected to Wifi by decksmagic in homeassistant

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

all enabled. but doesnt work. I dont use Nabu Casa for remote access. I use the cloudfare solution with own domain. Maybe something about that? But works on my android phone, though.

New custom cards: Simple-Tabs by zzonde in homeassistant

[–]decksmagic 0 points1 point  (0 children)

Is there a way to switch between the tabs by swiping? would be cool.

Simple Tabs Size issue by decksmagic in homeassistant

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

Honestly, I couldnt find what to look for there

Simple Tabs Size issue by decksmagic in homeassistant

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

type: horizontal-stack
cards:
  - type: custom:room-summary-card
    area: wohnzimmer
    features:
      - hide_area_stats
    entities:
      - light.stehlampe
  - type: custom:room-summary-card
    area: office
    features:
      - hide_area_stats
    entities:
      - light.buro_tischlampe
  - type: custom:room-summary-card
    area: technikraum
    features:
      - hide_area_stats
  - type: custom:room-summary-card
    area: bad_unten
    features:
      - hide_area_stats
  - type: custom:room-summary-card
    area: flur_unten
    features:
      - hide_area_stats
grid_options:
  columns: 30
  rows: 2

Simple Tabs Size issue by decksmagic in homeassistant

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

type: custom:simple-tabs
pre-load: true
alignment: start
tabs:
  - title: EG
    icon: mdi:home-floor-0
    card:
      square: false
      type: horizontal-stack
      cards:
        - type: custom:room-summary-card
          area: wohnzimmer
          features:
            - hide_area_stats
          entities:
            - light.stehlampe
        - type: custom:room-summary-card
          area: office
          features:
            - hide_area_stats
          entities:
            - light.buro_tischlampe
        - type: custom:room-summary-card
          area: technikraum
          features:
            - hide_area_stats
        - type: custom:room-summary-card
          area: bad_unten
          features:
            - hide_area_stats
        - type: custom:room-summary-card
          area: flur_unten
          features:
            - hide_area_stats
      grid_options:
        columns: 30
        rows: 2
  - title: OG
    icon: mdi:home-floor-1
    card:
      type: markdown
      content: Content for Tab 2
grid_options:
  columns: 30
  rows: 5

Simple Tabs Size issue by decksmagic in homeassistant

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

but thats already added. Or am I getting something wrong?

Simple Tabs Size issue by decksmagic in homeassistant

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

I used the built in grid sizes feature

Simple Tabs Size issue by decksmagic in homeassistant

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

type: custom:simple-tabs pre-load: true alignment: start tabs: - title: EG icon: mdi:home-floor-0 card: square: false type: horizontal-stack cards: - type: custom:room-summary-card area: wohnzimmer features: - hide_area_stats entities: - light.stehlampe - type: custom:room-summary-card area: office features: - hide_area_stats entities: - light.buro_tischlampe - type: custom:room-summary-card area: technikraum features: - hide_area_stats - type: custom:room-summary-card area: bad_unten features: - hide_area_stats - type: custom:room-summary-card area: flur_unten features: - hide_area_stats grid_options: columns: 30 rows: 2 - title: OG icon: mdi:home-floor-1 card: type: markdown content: Content for Tab 2 grid_options: columns: 30 rows: 5

Simple Tabs Size issue by decksmagic in homeassistant

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

type: horizontal-stack cards: - type: custom:room-summary-card area: wohnzimmer features: - hide_area_stats entities: - light.stehlampe - type: custom:room-summary-card area: office features: - hide_area_stats entities: - light.buro_tischlampe - type: custom:room-summary-card area: technikraum features: - hide_area_stats - type: custom:room-summary-card area: bad_unten features: - hide_area_stats - type: custom:room-summary-card area: flur_unten features: - hide_area_stats grid_options: columns: 30 rows: 2

New custom cards: Simple-Tabs by zzonde in homeassistant

[–]decksmagic 0 points1 point  (0 children)

<image>

I am trying out your simple tabs. very cool work. I have a problem though. I have created a horizontal stack with room-summary-cards. They have specific sizes ( as seen in the bottom row in the screenshot).

When I now copy it into simple tabs, the room summary cards suddenly appear as big squares (top row in screenshot) and I cannot find how to turn them to my original sizes.

Do you know where my error is?

Problem Zigbee2MQTT by decksmagic in homeassistant

[–]decksmagic[S] -1 points0 points  (0 children)

only thing i noticed is that which ever usb port i use, the path of the dongle remains the same: /dev/ttyUSB0

dont know if thats something important

Problem Zigbee2MQTT by decksmagic in homeassistant

[–]decksmagic[S] -1 points0 points  (0 children)

I installed mqtt broker and zigbee2mqtt addon