I know its a bit of a hot topic but I’ve always seen people (online anyways) are either a hard yes or absolutely no on using AI. There are many types of “AI” that have already been part of technology before this hype, I’m talking about LLMs specifically (ChatGPT, Claude, Gemini, etc…). When this bubble burst its absolutely not going anywhere. I’m wondering if there is case where you’ve personally used it and found it beneficial (not something you’ve read or seen somewhere). The ethics of essentially stealing vast amount of data for training without compensation or enshitification of products with “AI” is a whole other topic but there is absolutely no way that the use of the technology itself is not beneficial somehow. Like everything else divisive the truth is definitely somewhere in the middle. I’ve been using lumo from proton for the last three weeks and its not bad. I’ve personally found it useful in helping me troubleshoot issues, search or just use it to help with applying for jobs:

  • its very good at looking past SEO slop plaguing the internet and it just gets me the information I need. I’ve tried alternative search engine (mojeek, startpage, searXNG, DDG, Qwant, etc…) Most of them unfortunately aren’t very good or are just another way to use google or bing.
  • I was having some wifi problem on a pc i was setting up and i couldn’t figure out why. i told it exactly what was happening with my computer along with exact specs. It gave gave me some possible reasons and some steps to try and analyze my computer it was very very useful.
  • I’ve been applying for so many jobs and it so exhausting to read hundreds of description see one tiny thing in the middle that disqualifies me so I pass it my resume with links and tell it to compare what i say on my resume and what the job is looking for to see if im a fit. When i find a good job i ask rewriting tips to better focus on what will stand out to a recruiter (or an application filtering system to be real).

I guess what I’m trying to say is it cant all be bad.

  • Chaser@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    5 days ago

    Sure thing, buddy! However, the actual todos are in german. But I’m sure that doesn’t matter, as you want to adapt these to your own cases. The Idea is to gain xp points for daily routines like hanging up the laundry or emptying the dishwasher. Our machines are very old and not-smart. However I noticed, that the Shelly Plus Plug S can also measure the current wattage. You can use this to see if a device is running. I’m just sharing the automations for the washing machine as they’re all working the same. I also splitted it up in 2 separate automations to make it easier to debug. This utilizes a boolean helper (can be added in Settings → Devices and integrations → Helpers)

    The first one just monitors the usage and sets the bool. Notice the debounce in the triggers section. This is important to avoid false positives:

    alias: Wäsche ist fertig
    description: ""
    triggers:
      - trigger: numeric_state
        entity_id:
          - sensor.waschmaschine_power
        above: 4
        for:
          hours: 0
          minutes: 1
          seconds: 0
      - trigger: numeric_state
        entity_id:
          - sensor.waschmaschine_power
        below: 3
        for:
          hours: 0
          minutes: 1
          seconds: 0
    actions:
      - if:
          - condition: numeric_state
            entity_id: sensor.waschmaschine_power
            below: 3
        then:
          - action: input_boolean.turn_on
            metadata: {}
            data: {}
            target:
              entity_id: input_boolean.wasche_ist_fertig
      - if:
          - condition: numeric_state
            entity_id: sensor.waschmaschine_power
            above: 4
        then:
          - action: input_boolean.turn_off
            metadata: {}
            data: {}
            target:
              entity_id: input_boolean.wasche_ist_fertig
    mode: single
    

    This one handles the actual notifications and todos. It also adds a second todo 12 hours later to get the clothes off the hanger, fold it and put it in the closet. So you may remove it. It also sends me and my wife a notification on our phones, so the laundry don’t get damp in the machine.

    alias: Wäsche Benachrichtigung
    description: ""
    triggers:
      - trigger: state
        entity_id:
          - input_boolean.wasche_ist_fertig
        to: "on"
        from: "off"
    conditions: []
    actions:
      - action: notify.mobile_app_pixel_7_pro
        metadata: {}
        data:
          message: Die Wäsche ist fertig
      - action: notify.mobile_app_pixel_9_pro
        metadata: {}
        data:
          message: Die Wäsche ist fertig
      - action: todo.add_item
        metadata: {}
        data:
          item: Der Marsch der Wäschetrommel
          description: >-
            Tief unten im dunklen Reich des Kellers ruht eine magische Trommel,
            gefüllt mit gereinigten Gewändern. Doch der Zauber hält nicht ewig –
            wenn die Wäsche zu lange verweilt, wird sie feucht und muffig, und all
            deine Mühen wären umsonst. Es liegt an dir, mutiger Held, die Gewänder
            an die frische Luft zu bringen und sie ordnungsgemäß aufzuhängen, damit
            sie im Lichte der Sonne oder der Wärme des Raumes trocknen können.
    
    
            **Aufgabe:**
    
            1.  Steige hinab in die Tiefen des Kellers.
                Sei auf der Hut vor der Trägheit der Schatten, die dich dazu verführen wollen, den Gang zu vertagen.
            2.  Öffne die magische Trommel und befreie die Wäsche aus ihrem
            rotierenden Gefängnis.
    
            3.  Trage die Last hinauf in die oberen Gemächer.
                Achte darauf, den Korb oder Armstapel sicher zu balancieren, ohne etwas fallen zu lassen.
            4.  Hänge die Gewänder mit Sorgfalt auf, damit sie möglichst schnell
            trocknen.
                Nutze Klammern oder Leinenklammer, um ihre Position zu sichern.
    
            **Herausforderung:**
    
            Der Weg ist steil, und die Gefahr von „Ich mache das später“ lauert an
            jeder Ecke. Überwinde die Schwere der eigenen Motivation und werde zum
            Meister der Wäschereinigung!
    
    
            **Belohnung:**
    
            - Ein Korb voll frischer Wäsche, bereit für die nächste Phase des
            Lebenszyklus.
    
            - Der Stolz, eine weitere Alltags-Herausforderung gemeistert zu haben.
    
            - (Optional) ein Kaffee, Tee oder Snack zur Feier deines Erfolgs.
    
    
            **Möge dein Weg frei von Stolperfallen und deine Wäsche frei von
            Knitterfalten sein!**
        target:
          entity_id: todo.chaser_to_dos
      - delay:
          hours: 12
          minutes: 0
          seconds: 0
      - action: todo.add_item
        metadata: {}
        target:
          entity_id: todo.chaser_to_dos
        data:
          item: Der Tanz der gefalteten Gewänder
          description: >-
            Die Wäsche, die einst in der Trommel des Kellers gereinigt und sorgsam
            zum Trocknen aufgehängt wurde, ist nun bereit für den nächsten Schritt.
            Doch ihre Reise ist noch nicht vorbei. Es ist deine Aufgabe, mutiger
            Held, die getrockneten Gewänder abzunehmen und sie ordentlich zu falten,
            damit sie auf ihren nächsten Einsatz warten können.
    
            **Aufgabe:**
    
            1. Gehe zur Wäscheleine oder zum Wäscheständer und überprüfe, ob die
            Wäsche vollständig getrocknet ist.  
               Sollten einzelne Teile noch feucht sein, lasse sie etwas länger hängen.  
    
            2. Nimm die getrocknete Wäsche ab und sortiere sie nach Kategorien (z.
            B. T-Shirts, Hosen, Handtücher).  
    
            3. Falte jedes Stück mit Bedacht und Sorgfalt, sodass es ordentlich
            aufgestapelt werden kann.  
    
            **Herausforderung:**
    
            Die Versuchung, die gefaltete Wäsche einfach liegenzulassen, ist groß.
            Doch ein wahrer Held schließt diesen Schritt ab, um Chaos zu
            vermeiden.  
    
            **Belohnung:**
    
            - Ein leerer Wäscheständer oder eine freie Wäscheleine, bereit für neue
            Herausforderungen.  
    
            - Perfekt gefaltete Gewänder, die ordentlich auf ihren Einsatz warten.  
    
            - (Optional) ein Moment der Zufriedenheit, während du dein Werk
            bewunderst.  
    
            **Möge der Tanz der gefalteten Gewänder dich inspirieren, das Chaos zu
            bändigen!**
    mode: parallel
    max: 10
    

    Happy gamification, adventurer!