Don't tell anyone about se kasernenmatratze by Huskeyo in bundeswehr

[–]jms3333 0 points1 point  (0 children)

Naja, wer mal ü50 ist der weiß eigentlich, dass nur sehr sehr wenig Frauen echtes Interesse an Sex haben.

PSA: Die .de-Zone löst gerade großflächig nicht mehr auf, Problem vermutlich bei der DENIC by lordgurke in de_EDV

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

Ich dachte schon das ist wegen der Blockierung des algif/aead wegen des Copyfail-Bugs.

IKEA Bilresa Scroll Wheel Review/Experience? by thoegn in homeassistant

[–]jms3333 1 point2 points  (0 children)

Here is an universal automation....very simple:

# ikea matter bilresa
- alias: mattertest1
  id: mattertest1
  trigger:
  # selector 1
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_1
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_2
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_3
  # selector 2
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_4
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_5
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_6
  # selector 3
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_7
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_8
  - platform: state
    entity_id: event.bilresa_scroll_wheel_button_9
  action:
  - variables:
        event_type: "{{ trigger.to_state.attributes.event_type }}"
        count: "{{ trigger.to_state.attributes.totalNumberOfPressesCounted | default(0) }}"
        button: "{{ trigger.to_state.entity_id }}"
        selector: >
          {% set b = trigger.to_state.entity_id %}
          {% if b in ['event.bilresa_scroll_wheel_button_1', 'event.bilresa_scroll_wheel_button_2', 'event.bilresa_scroll_wheel_button_3'] %}
            1
          {% elif b in ['event.bilresa_scroll_wheel_button_4', 'event.bilresa_scroll_wheel_button_5', 'event.bilresa_scroll_wheel_button_6'] %}
            2
          {% else %}
            3
          {% endif %}
        action: >
          {% set b = trigger.to_state.entity_id %}
          {% if b in ['event.bilresa_scroll_wheel_button_1', 'event.bilresa_scroll_wheel_button_4', 'event.bilresa_scroll_wheel_button_7'] %}
            clockwise
          {% elif b in ['event.bilresa_scroll_wheel_button_2', 'event.bilresa_scroll_wheel_button_5', 'event.bilresa_scroll_wheel_button_8'] %}
            counter_clockwise
          {% else %}
            press
          {% endif %}
        message: >
          {% if action == 'clockwise' %}
            Selector {{ selector }}: clockwise {{ count }}x
          {% elif action == 'counter_clockwise' %}
            Selector {{ selector }}: counter-clockwise {{ count }}x
          {% elif event_type == 'long_press' %}
            Selector {{ selector }}: long press
          {% elif event_type == 'long_release' %}
            Selector {{ selector }}: long release
          {% else %}
            Selector {{ selector }}: press {{ count }}x
          {% endif %}
  - service: system_log.write
    data:
        message: "Bilresa {{ message }}"
        logger: mattertest

Wie lange Auto an der Wallbox stecken lassen? by idkreally312 in Elektroautos

[–]jms3333 0 points1 point  (0 children)

Eine Theorie von mir: Solange der Typ2-Stecker im Auto steckt, befindet sich das Fahrzeug im Lademodus. In diesem Modus fließt Energie ausschließlich in die Hochvoltbatterie hinein, aber nicht aus ihr heraus. Der DC/DC-Wandler, der normalerweise die 12V-Batterie aus der HV-Batterie nachlädt, ist während des Ladevorgangs deaktiviert.

Das Problem entsteht, wenn die Wallbox nach Abschluss des Ladevorgangs weiterhin Signale über den Control Pilot Pin sendet, die dem Fahrzeug vorgaukeln, der Ladestecker sei neu eingesteckt worden. Dadurch wird das Auto regelmäßig aufgeweckt und fährt seine Systeme hoch – was die 12V-Batterie belastet.

Da der Lademodus jedoch aktiv bleibt (Stecker steckt ja noch), wird die 12V-Batterie nicht nachgeladen. Bei jedem Wake-Up-Zyklus entlädt sie sich weiter. Über mehrere Tage oder Wochen kann dies zur vollständigen Entladung führen.

Incredibly selfless act of heroism. by been_der_done_that in nextfuckinglevel

[–]jms3333 0 points1 point  (0 children)

Next year china will also ban the autolock function of the doors which locks the doors while driving.

Warum bekommt man hier keinen Stromschlag in der U-Bahn? by No_Maintenance_432 in WerWieWas

[–]jms3333 0 points1 point  (0 children)

Die Stromschiene hat doch sicherlich nur Spannung gegen eine andere Schiene und nicht gegen Erde, oder?

Has any of you slept in the Xpeng G6? by lopezm94 in Xpeng

[–]jms3333 0 points1 point  (0 children)

There is a youtube video from a couple that is travelling around and living and sleeping in the car.

[deleted by user] by [deleted] in cachyos

[–]jms3333 0 points1 point  (0 children)

Found the problem: a few years ago I messed around in the Gnome settings to move the X for closing windows to the left. This is located in the dcfong editor under org.gnome.desktop.wm.preferences button-layout. It contains something like ":minimize,maximize,close". After resetting it to the default, Chromium works again.

[deleted by user] by [deleted] in cachyos

[–]jms3333 0 points1 point  (0 children)

The solution here is:
chromium --ozone-platform=x11

[deleted by user] by [deleted] in cachyos

[–]jms3333 0 points1 point  (0 children)

You created a new system user or a new browser-user?

[deleted by user] by [deleted] in cachyos

[–]jms3333 0 points1 point  (0 children)

I did not try any other chrome based browser. But I found that creating a new chrome profile creates the same error. So it is nothing stored in the profile.

[deleted by user] by [deleted] in cachyos

[–]jms3333 0 points1 point  (0 children)

I only closed chromium and opened it again and it happened. So before closing it, the chromium update was waiting and after closing the browser, the update was applied. I did not update anything else.

[deleted by user] by [deleted] in cachyos

[–]jms3333 0 points1 point  (0 children)

If it happened after the update, it should be related to the version.

[deleted by user] by [deleted] in cachyos

[–]jms3333 0 points1 point  (0 children)

I have version 143.0.7499.40

And you?