Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. English
  3. Scripting / Logic
  4. AI - which are you using?

NEWS

  • Der neue Monatsrückblick für Mai und Juni 2026 ist online!
    BluefoxB
    Bluefox
    8
    1
    855

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    10
    1
    3.5k

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    5.8k

AI - which are you using?

Geplant Angeheftet Gesperrt Verschoben Scripting / Logic
4 Beiträge 3 Kommentatoren 134 Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • HumidorH Offline
    HumidorH Offline
    Humidor
    schrieb am zuletzt editiert von
    #1

    This isn't for people who can't relate to this or are opposed to it. Therefore, I'm only asking those who use AI to create scripts and have had successes. Failures are part of the process, and that's where my question comes in, for sharing experiences.

    My experience is based on Codex (Pro subscription). It works about 50% of the time, but I haven't yet found the chat startup script that makes it work reliably. Sometimes it doesn't work at all, sometimes it works immediately. Having Codex develop directly consumes the subscription very quickly, so I introduced Chatgpt. With it, the documentation on GitHub was generated, and the commands for Codex were developed. Ultimately, Chatgpt, due to internal loops and other issues, didn't recognize itself as the architect, and I've currently discontinued it.

    What do you do when you have a task that needs to be implemented by AI?

    I look forward to constructive input.

    Anyone who can't accept this or has a negative view should please refrain from expressing their opinion here. This thread is pro-AI, and opponents are welcome to start their own thread.

    With that in mind, let's discuss it.

    BG

    OliverIOO 1 Antwort Letzte Antwort
    0
    • FernetMentaF Online
      FernetMentaF Online
      FernetMenta
      Developer
      schrieb am zuletzt editiert von FernetMenta
      #2

      I have tried several AI coding agents. Until a couple of weeks ago I did the most of my work with github copilot inside VS Code. Then I got some promo credits for Kiro. Kiro is absolutely great, I loved it after the first few minutes I worked with it. It is more than only vibe coding because it has an additional spec/desing mode where you can do requirements, architecture and design upfront. I haven't used Kiro to develop iobroker scripts, yet but I wrote a complete adapter with it. I am sure it can do user scripts as well.

      1 Antwort Letzte Antwort
      1
      • HumidorH Humidor

        This isn't for people who can't relate to this or are opposed to it. Therefore, I'm only asking those who use AI to create scripts and have had successes. Failures are part of the process, and that's where my question comes in, for sharing experiences.

        My experience is based on Codex (Pro subscription). It works about 50% of the time, but I haven't yet found the chat startup script that makes it work reliably. Sometimes it doesn't work at all, sometimes it works immediately. Having Codex develop directly consumes the subscription very quickly, so I introduced Chatgpt. With it, the documentation on GitHub was generated, and the commands for Codex were developed. Ultimately, Chatgpt, due to internal loops and other issues, didn't recognize itself as the architect, and I've currently discontinued it.

        What do you do when you have a task that needs to be implemented by AI?

        I look forward to constructive input.

        Anyone who can't accept this or has a negative view should please refrain from expressing their opinion here. This thread is pro-AI, and opponents are welcome to start their own thread.

        With that in mind, let's discuss it.

        OliverIOO Offline
        OliverIOO Offline
        OliverIO
        schrieb am zuletzt editiert von OliverIO
        #3

        @Humidor

        How do you use Codex? Via the web interface, the JavaScript adapter function, or the shell program? You also mentioned ChatGPT at one point.

        When I use Codex via the shell program, I get excellent results. Very often, the output is right the first time—or requires at most one or two minor corrections.

        With the JavaScript adapter function (does that even use Codex?), a relatively large prompt is transmitted alongside your actual instructions.

        When using the web interface, Codex has to gather the necessary information first, which also consumes (input) tokens.

        I would recommend using Codex via the shell and asking it to create a "skill" for ioBroker scripts.
        It then saves this in the appropriate directory for future use.

        If Codex does things you don't want it to, just tell it so or modify the skill (or have it modified).

        The same applies if Codex implements things that are incompatible with ioBroker.

        Over time, it causes fewer issues.
        That said, my results are actually very good even without using a skill.

        You mentioned that it consumes a lot of tokens—could you explain that in a bit more detail?
        In my experience, consumption stays within reasonable limits.
        It’s also important to ensure the context fill level doesn't drop too far below 50%; that’s when you start getting nonsensical or unnecessary results.

        Meine Adapter und Widgets
        TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
        Links im Profil

        1 Antwort Letzte Antwort
        1
        • HumidorH Offline
          HumidorH Offline
          Humidor
          schrieb zuletzt editiert von
          #4

          I've only recently started using AI, and these initial scripts and context level settings don't mean much to me yet. This is likely a major area where I need to optimize. I'd like to learn more about this.

          I'm using Codex and Chgpt in the app on my MacBook. I'm letting Codex directly apply changes to the Synology Docker ioBroker instance, directly in the live system (I also have a trial version).

          Scripts usually work, but then it forgets how or which functions work, and I have to rework them. Should I create a plugin or something similar for this? Changes in VIS2 initially worked immediately, but now they don't work at all.

          BG

          1 Antwort Letzte Antwort
          0

          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

          Registrieren Anmelden
          Antworten
          • In einem neuen Thema antworten
          Anmelden zum Antworten
          • Älteste zuerst
          • Neuste zuerst
          • Meiste Stimmen


          Support us

          ioBroker
          Community Adapters
          Donate

          459

          Online

          33.0k

          Benutzer

          83.5k

          Themen

          1.3m

          Beiträge
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2026
          logo
          • Anmelden

          • Du hast noch kein Konto? Registrieren

          • Anmelden oder registrieren, um zu suchen
          • Erster Beitrag
            Letzter Beitrag
          0
          • Home
          • Aktuell
          • Tags
          • Ungelesen 0
          • Kategorien
          • Unreplied
          • Beliebt
          • GitHub
          • Docu
          • Hilfe