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. Deutsch
  3. Visualisierung
  4. Zeigt her eure Bambu Lab Vis

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    516

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    421

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    992

Zeigt her eure Bambu Lab Vis

Geplant Angeheftet Gesperrt Verschoben Visualisierung
29 Beiträge 12 Kommentatoren 5.5k Aufrufe 13 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.
  • C Offline
    C Offline
    Cover1987
    schrieb am zuletzt editiert von
    #17

    Ich habe dann auch mal angefangen mit meiner VIS für den X1C:
    e3e774fa-843c-476a-8df8-5368a2ee0fa6-image.png

    Die Linke "Spalte" sehe ich mit der Smartphone App, den Rest noch zusätzlich über den Browser

    1 Antwort Letzte Antwort
    0
    • M mdumbsky

      @darkmann2000

      Hier die Dateien für meinen BambuLab P1P-View:
      P1P_view.txt

      Hier die verwendeten Blockly-Scripte:
      Blockly_Farben_AMS_aktualisieren.txt
      Blockly_Anzeige_Werte_AMS.txt
      Blockly_Anzeige_Farben_Pfade_AMS.txt

      Hier die von mir angelegten und verwendeten Datenpunkte:
      Bild_2023-10-16_234652239.png

      Hier das verwendete Bild für den Druckkopf:
      Druckkopf_Zeichnung_Neu_P1P.png

      Viel Spaß damit.

      Gruß
      Michael

      ostseereiterO Offline
      ostseereiterO Offline
      ostseereiter
      schrieb am zuletzt editiert von
      #18

      @mdumbsky
      Hallo ich habe deine VIS runtergeladen soweit habe ich alles hinbekommen nur die arben im AMSwie hast du diese dargestellt.Mit welchen Widget?

      Gruß OSR

      Plattform
      Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

      M 1 Antwort Letzte Antwort
      0
      • ostseereiterO ostseereiter

        @mdumbsky
        Hallo ich habe deine VIS runtergeladen soweit habe ich alles hinbekommen nur die arben im AMSwie hast du diese dargestellt.Mit welchen Widget?

        M Offline
        M Offline
        mdumbsky
        schrieb am zuletzt editiert von
        #19

        @ostseereiter

        Entschuldige die späte Antwort, bin leider im Moment selten hier.
        Ich ändere einfach dynamisch zur Laufzeit die Hintergrundfarbe für das Widget (vis-inventwo-Value List), mit dem ich auch die Texte im AMS anzeige.
        Hier z.B. der Eintrag für das AMS0, 1. Slot:
        {0_userdata.0.vis.BambuLab.AMS.0.Farbe_Tray_0}
        AMS0, 2. Slot:
        0_userdata.0.vis.BambuLab.AMS.0.Farbe_Tray_1}
        Die dynamische Farbänderung funktioniert also über Bindings, direkt zwischen dem entsprechenden Datenpunkt (aktuelle Farbe des AMS und Slots) und der Vorgabe zur Hintergrundfarbe des Widgets (gelbe Markierung im Bild.)
        Bitte beachten: Die geschweiften Klammern gehören dazu, ohne funktioniert es nicht.
        Damit der Text immer lesbar bleibt, (kein schwarzer Text auf schwarzem Filament) ändere ich auch die Textfarbe dynamisch zur Laufzeit:
        {0_userdata.0.vis.BambuLab.AMS.0.Schriftfarbe_Tray_0}
        Dieses Binding gehört in die Textfarbe des Widgets (orange Markierung).
        Bild_2024-04-14_112701721.png

        Die entsprechenden Blocklys zur Farbänderung und die dazugehörigen Datenpunkte findest Du in meinem ursprünglichen Post.

        Ein schönes Wochenende.

        Gruß
        Michael

        ostseereiterO 1 Antwort Letzte Antwort
        0
        • M mdumbsky

          @ostseereiter

          Entschuldige die späte Antwort, bin leider im Moment selten hier.
          Ich ändere einfach dynamisch zur Laufzeit die Hintergrundfarbe für das Widget (vis-inventwo-Value List), mit dem ich auch die Texte im AMS anzeige.
          Hier z.B. der Eintrag für das AMS0, 1. Slot:
          {0_userdata.0.vis.BambuLab.AMS.0.Farbe_Tray_0}
          AMS0, 2. Slot:
          0_userdata.0.vis.BambuLab.AMS.0.Farbe_Tray_1}
          Die dynamische Farbänderung funktioniert also über Bindings, direkt zwischen dem entsprechenden Datenpunkt (aktuelle Farbe des AMS und Slots) und der Vorgabe zur Hintergrundfarbe des Widgets (gelbe Markierung im Bild.)
          Bitte beachten: Die geschweiften Klammern gehören dazu, ohne funktioniert es nicht.
          Damit der Text immer lesbar bleibt, (kein schwarzer Text auf schwarzem Filament) ändere ich auch die Textfarbe dynamisch zur Laufzeit:
          {0_userdata.0.vis.BambuLab.AMS.0.Schriftfarbe_Tray_0}
          Dieses Binding gehört in die Textfarbe des Widgets (orange Markierung).
          Bild_2024-04-14_112701721.png

          Die entsprechenden Blocklys zur Farbänderung und die dazugehörigen Datenpunkte findest Du in meinem ursprünglichen Post.

          Ein schönes Wochenende.

          Gruß
          Michael

          ostseereiterO Offline
          ostseereiterO Offline
          ostseereiter
          schrieb am zuletzt editiert von
          #20

          @mdumbsky sagte in Zeigt her eure Bambu Lab Vis:

          vis-inventwo-

          danke ich habe es hinbekommen.Mein Fehler war ich hatte den Adapter vis-inventwo nicht installiert.

          Gruß OSR

          Plattform
          Linux x64 CPUs2 AMD G-T56N Processor 1646 MHz 8GB RAM

          1 Antwort Letzte Antwort
          0
          • skvarelS skvarel

            ... update :)

            Meine neue VIS für ein ausrangiertes Tablet im Büro:
            80d1cbbf-ffb4-45a4-89d4-c8d12cb60b14-image.png

            Die Haupt-VIS:
            272cc84c-d780-4a0d-aa80-3c3bb9d41e6c-image.png

            Die Handy-VIS:
            d36e8556-696e-4a57-a6b6-7b7ccf111ddd-image.png

            E Offline
            E Offline
            Eggi
            schrieb am zuletzt editiert von
            #21

            @skvarel
            Hallo
            Deine VIS vom P1S gefällt mir sehr gut.
            Darf ich diese Verwenden? Wenn ja, bitte um Deine View (und alles was dazugehört)
            Vielen Dank im Voraus

            W 1 Antwort Letzte Antwort
            1
            • E Eggi

              @skvarel
              Hallo
              Deine VIS vom P1S gefällt mir sehr gut.
              Darf ich diese Verwenden? Wenn ja, bitte um Deine View (und alles was dazugehört)
              Vielen Dank im Voraus

              W Offline
              W Offline
              wolfgangkt
              schrieb am zuletzt editiert von
              #22

              Das wäre meine.

              Screenshot 2025-07-16 142824.png

              E 1 Antwort Letzte Antwort
              0
              • W wolfgangkt

                Das wäre meine.

                Screenshot 2025-07-16 142824.png

                E Offline
                E Offline
                Eggi
                schrieb am zuletzt editiert von
                #23

                @wolfgangkt
                Hallo Wolgang
                Darf ich bitte Deine VIS verwebden?!
                Danke im Voraus.

                W 1 Antwort Letzte Antwort
                0
                • E Eggi

                  @wolfgangkt
                  Hallo Wolgang
                  Darf ich bitte Deine VIS verwebden?!
                  Danke im Voraus.

                  W Offline
                  W Offline
                  wolfgangkt
                  schrieb am zuletzt editiert von
                  #24

                  @eggi
                  kann die Vis-Seite gerne zu Verfügung stellen.
                  Sind aber auch sehr viele Blockly-Skripte dahinter.

                  E 1 Antwort Letzte Antwort
                  0
                  • W wolfgangkt

                    @eggi
                    kann die Vis-Seite gerne zu Verfügung stellen.
                    Sind aber auch sehr viele Blockly-Skripte dahinter.

                    E Offline
                    E Offline
                    Eggi
                    schrieb am zuletzt editiert von
                    #25

                    @wolfgangkt
                    ...Blockly-Scripte sind kein Problem - ich pick mir raus, was ich für meine Zwecke brauche (um das Rad nicht neu erfinden zu müssen)
                    Danke im Voraus

                    W 1 Antwort Letzte Antwort
                    0
                    • E Eggi

                      @wolfgangkt
                      ...Blockly-Scripte sind kein Problem - ich pick mir raus, was ich für meine Zwecke brauche (um das Rad nicht neu erfinden zu müssen)
                      Danke im Voraus

                      W Offline
                      W Offline
                      wolfgangkt
                      schrieb am zuletzt editiert von
                      #26

                      @eggi
                      ok, dann hier Bambu.zip

                      1 Antwort Letzte Antwort
                      0
                      • H Offline
                        H Offline
                        helfi9999
                        schrieb am zuletzt editiert von
                        #27

                        Hallo zusammen, habe hier meine Bambulab VIS:
                        ![Bild Text](da64e99c-da8e-4852-b59e-8128ec19c8e0-image.jpeg Bild Link)

                        Habe dieses Skript


                        /***********************

                        • BambuLab AMS MINIMAL + TEMP + PRINT + MEROSS
                          ***********************/
                          const printerId = '01S00C321500283';

                        const baseBambu = bambulab.0.${printerId};
                        const baseTray = ${baseBambu}.ams.ams.0.tray;

                        const baseAMS = '0_userdata.0.Bambulab.AMS';
                        const baseTemp = '0_userdata.0.Bambulab.Temp';
                        const basePrint = '0_userdata.0.Bambulab.Print';

                        const merossId = 'meross.0.2303167546755151200348e1e9beebff.0';
                        const adapterId = 'system.adapter.bambulab.0';

                        const trayNowId = ${baseBambu}.ams.tray_now;

                        const trayCount = 4;
                        const defaultColor = '#D3D3D3';
                        const refreshMs = 10000;

                        const tempSources = {
                        bedActual: ${baseBambu}.bed_temper,
                        bedTarget: ${baseBambu}.bed_target_temper,
                        nozzleActual: ${baseBambu}.nozzle_temper,
                        nozzleTarget: ${baseBambu}.nozzle_target_temper
                        };

                        const printSources = {
                        percent: ${baseBambu}.mc_percent,
                        file: ${baseBambu}.gcode_file,
                        state: ${baseBambu}.gcode_state,
                        remaining: ${baseBambu}.mc_remaining_time
                        };

                        function create(id, def, type = null, role = 'state') {
                        if (!existsState(id)) {
                        createState(id, {
                        name: id.split('.').pop(),
                        type: type || typeof def,
                        role,
                        read: true,
                        write: true,
                        def
                        }, () => setState(id, def, true));
                        }
                        }

                        function get(id) {
                        return getState(id)?.val;
                        }

                        function set(id, val) {
                        if (getState(id)?.val !== val) {
                        setState(id, val, true);
                        }
                        }

                        function normalizeColor(raw) {
                        let c = String(raw ?? '').replace('#', '').trim();
                        c = c.replace(/[^0-9A-Fa-f]/g, '');

                        if (c.length === 8) return `#${c.substring(0, 6)}`.toUpperCase();
                        if (c.length === 6) return `#${c}`.toUpperCase();
                        
                        return defaultColor;
                        

                        }

                        function parseFilament(type, brand) {
                        const text = ${type ?? ''} ${brand ?? ''}.toUpperCase();

                        let material = 'UNKNOWN';
                        
                        if (text.includes('PLA')) material = 'PLA';
                        else if (text.includes('PETG')) material = 'PETG';
                        else if (text.includes('ABS')) material = 'ABS';
                        else if (text.includes('ASA')) material = 'ASA';
                        else if (text.includes('TPU')) material = 'TPU';
                        else if (text.includes('NYLON') || text.includes('PA')) material = 'PA';
                        else if (text.includes('PC')) material = 'PC';
                        
                        let variant = String(brand ?? '').trim();
                        
                        if (material !== 'UNKNOWN') {
                            variant = variant
                                .replace(new RegExp(material, 'gi'), '')
                                .replace(/BAMBU|LAB|FILAMENT/gi, '')
                                .trim();
                        }
                        
                        const u = variant.toUpperCase();
                        
                        if (u.includes('MATTE')) variant = 'Matte';
                        else if (u.includes('BASIC')) variant = 'Basic';
                        else if (u.includes('SILK')) variant = 'Silk';
                        else if (u.includes('+') || u.includes('PLUS')) variant = '+';
                        else if (u.includes('PRO')) variant = 'Pro';
                        else if (u.includes('TOUGH')) variant = 'Tough';
                        else if (u.includes('CF') || u.includes('CARBON')) variant = 'CF';
                        else if (u.includes('WOOD')) variant = 'Wood';
                        else if (u.includes('METAL')) variant = 'Metal';
                        else if (u.includes('GLOW')) variant = 'Glow';
                        else if (u.includes('TRANSPARENT') || u.includes('TRANS')) variant = 'Transparent';
                        else if (u.includes('SUPPORT')) variant = 'Support';
                        
                        return { material, variant };
                        

                        }

                        function formatTemp(v) {
                        const n = Number(v);
                        return isNaN(n) ? '-- °C' : ${Math.floor(n)} °C;
                        }

                        function parseRemaining(value) {
                        if (value === null || value === undefined || value === '') return 0;

                        const s = String(value).trim();
                        
                        const hm = s.match(/^(\d+):(\d+)$/);
                        if (hm) return Number(hm[1]) * 60 + Number(hm[2]);
                        
                        if (!isNaN(Number(s))) return Number(s);
                        
                        return 0;
                        

                        }

                        function formatRemaining(value) {
                        const minutes = parseRemaining(value);
                        if (minutes <= 0) return '--';

                        const h = Math.floor(minutes / 60);
                        const m = Math.floor(minutes % 60);
                        
                        return h > 0 ? `${h}h ${m}m` : `${m} min`;
                        

                        }

                        function finishTime(value) {
                        const minutes = parseRemaining(value);
                        if (minutes <= 0) return '--';

                        const end = new Date(Date.now() + minutes * 60000);
                        
                        return end.toLocaleTimeString('de-DE', {
                            hour: '2-digit',
                            minute: '2-digit'
                        });
                        

                        }

                        function createStates() {
                        create(${baseAMS}.Aktiver_Tray, 255, 'number', 'value');
                        create(${baseAMS}.Farbe_aktiv, defaultColor, 'string', 'value.color');

                        for (let i = 0; i < trayCount; i++) {
                            create(`${baseAMS}.Farbe_Tray_${i}`, defaultColor, 'string', 'value.color');
                            create(`${baseAMS}.Werte_Tray_${i}`, '', 'string', 'text');
                        }
                        
                        create(`${baseTemp}.Ist_Druckbett`, '-- °C', 'string', 'text');
                        create(`${baseTemp}.Soll_Druckbett`, '-- °C', 'string', 'text');
                        create(`${baseTemp}.Ist_Duese`, '-- °C', 'string', 'text');
                        create(`${baseTemp}.Soll_Duese`, '-- °C', 'string', 'text');
                        
                        create(`${basePrint}.Fortschritt`, 0, 'number', 'value');
                        create(`${basePrint}.Datei`, '', 'string', 'text');
                        create(`${basePrint}.Status`, 'BEREIT', 'string', 'text');
                        create(`${basePrint}.Restzeit`, '--', 'string', 'text');
                        create(`${basePrint}.Fertig_um`, '--', 'string', 'text');
                        

                        }

                        function updateAMS() {
                        const trayNow = Number(get(trayNowId));

                        for (let i = 0; i < trayCount; i++) {
                            const type = get(`${baseTray}.${i}.tray_type`);
                            const brand = get(`${baseTray}.${i}.tray_sub_brands`);
                            const color = normalizeColor(get(`${baseTray}.${i}.tray_color`));
                            const f = parseFilament(type, brand);
                        
                            set(`${baseAMS}.Farbe_Tray_${i}`, color);
                            set(`${baseAMS}.Werte_Tray_${i}`, `${f.material};\n${f.variant || ''}`);
                        }
                        
                        if (!isNaN(trayNow) && trayNow >= 0 && trayNow < trayCount) {
                            set(`${baseAMS}.Aktiver_Tray`, trayNow);
                            set(`${baseAMS}.Farbe_aktiv`, get(`${baseAMS}.Farbe_Tray_${trayNow}`) || defaultColor);
                        } else {
                            set(`${baseAMS}.Aktiver_Tray`, 255);
                            set(`${baseAMS}.Farbe_aktiv`, defaultColor);
                        }
                        

                        }

                        function updateTemp() {
                        set(${baseTemp}.Ist_Druckbett, formatTemp(get(tempSources.bedActual)));
                        set(${baseTemp}.Soll_Druckbett, formatTemp(get(tempSources.bedTarget)));
                        set(${baseTemp}.Ist_Duese, formatTemp(get(tempSources.nozzleActual)));
                        set(${baseTemp}.Soll_Duese, formatTemp(get(tempSources.nozzleTarget)));
                        }

                        function updatePrint() {
                        const percent = Number(get(printSources.percent)) || 0;
                        const file = String(get(printSources.file) ?? '');
                        const rawState = String(get(printSources.state) ?? '').toUpperCase();
                        const remainingRaw = get(printSources.remaining);
                        const remaining = parseRemaining(remainingRaw);

                        let status = rawState || 'BEREIT';
                        
                        if (remaining > 0 && percent > 0 && percent < 100) {
                            status = 'DRUCKT';
                        } else if (percent >= 100) {
                            status = 'FERTIG';
                        } else if (
                            rawState.includes('FAIL') ||
                            rawState.includes('CANCEL') ||
                            rawState.includes('ABORT')
                        ) {
                            status = 'ABGEBROCHEN';
                        } else if (remaining <= 0 && percent <= 0) {
                            status = 'BEREIT';
                        }
                        
                        set(`${basePrint}.Status`, status);
                        
                        if (status === 'DRUCKT') {
                            set(`${basePrint}.Fortschritt`, percent);
                            set(`${basePrint}.Datei`, file);
                            set(`${basePrint}.Restzeit`, formatRemaining(remainingRaw));
                            set(`${basePrint}.Fertig_um`, finishTime(remainingRaw));
                        } else {
                            set(`${basePrint}.Fortschritt`, 0);
                            set(`${basePrint}.Datei`, '');
                            set(`${basePrint}.Restzeit`, '--');
                            set(`${basePrint}.Fertig_um`, '--');
                        }
                        

                        }

                        function updateAll() {
                        updateAMS();
                        updateTemp();
                        updatePrint();
                        }

                        on({ id: merossId, change: 'any' }, obj => {
                        const isOn = obj.state.val === true || obj.state.val === 1 || obj.state.val === 'true';

                        setState(`${adapterId}.alive`, isOn);
                        
                        if (isOn) {
                            setTimeout(updateAll, 8000);
                        }
                        

                        });

                        on({
                        id: [
                        trayNowId,
                        new RegExp(^bambulab\\.0\\.${printerId}\\.ams\\.ams\\.0\\.tray\\.[0-3]\\.)
                        ],
                        change: 'any'
                        }, updateAMS);

                        on({
                        id: Object.values(tempSources),
                        change: 'any'
                        }, updateTemp);

                        on({
                        id: Object.values(printSources),
                        change: 'any'
                        }, updatePrint);

                        createStates();

                        setTimeout(updateAll, 3000);
                        setInterval(updateAll, refreshMs);


                        Der Drucker wird über Steckdose von Meross gestartet zugleich wird der bambulab.adapter mit gestartet (da der Adapter sonst Meldungen macht wenn der Drucker ausgeschaltet ist im Log). Das Skript liest die Farben aus etc.

                        Intel NUC mit Iobroker

                        1 Antwort Letzte Antwort
                        0
                        • M mdumbsky

                          @darkmann2000

                          Hier die Dateien für meinen BambuLab P1P-View:
                          P1P_view.txt

                          Hier die verwendeten Blockly-Scripte:
                          Blockly_Farben_AMS_aktualisieren.txt
                          Blockly_Anzeige_Werte_AMS.txt
                          Blockly_Anzeige_Farben_Pfade_AMS.txt

                          Hier die von mir angelegten und verwendeten Datenpunkte:
                          Bild_2023-10-16_234652239.png

                          Hier das verwendete Bild für den Druckkopf:
                          Druckkopf_Zeichnung_Neu_P1P.png

                          Viel Spaß damit.

                          Gruß
                          Michael

                          H Offline
                          H Offline
                          helfi9999
                          schrieb am zuletzt editiert von
                          #28

                          @mdumbsky Hi habe ein wenig deine Blckly Skripte geändert in Java Skript vielleicht ist das was für dich:

                          /***********************
                          * BambuLab AMS MINIMAL + TEMP + PRINT + MEROSS
                          ***********************/
                          const printerId = '01S00C321500283';
                          
                          const baseBambu = `bambulab.0.${printerId}`;
                          const baseTray  = `${baseBambu}.ams.ams.0.tray`;
                          
                          const baseAMS   = '0_userdata.0.Bambulab.AMS';
                          const baseTemp  = '0_userdata.0.Bambulab.Temp';
                          const basePrint = '0_userdata.0.Bambulab.Print';
                          
                          const merossId  = 'meross.0.2303167546755151200348e1e9beebff.0';
                          const adapterId = 'system.adapter.bambulab.0';
                          
                          const trayNowId = `${baseBambu}.ams.tray_now`;
                          
                          const trayCount = 4;
                          const defaultColor = '#D3D3D3';
                          const refreshMs = 10000;
                          
                          const tempSources = {
                             bedActual: `${baseBambu}.bed_temper`,
                             bedTarget: `${baseBambu}.bed_target_temper`,
                             nozzleActual: `${baseBambu}.nozzle_temper`,
                             nozzleTarget: `${baseBambu}.nozzle_target_temper`
                          };
                          
                          const printSources = {
                             percent: `${baseBambu}.mc_percent`,
                             file: `${baseBambu}.gcode_file`,
                             state: `${baseBambu}.gcode_state`,
                             remaining: `${baseBambu}.mc_remaining_time`
                          };
                          
                          function create(id, def, type = null, role = 'state') {
                             if (!existsState(id)) {
                                 createState(id, {
                                     name: id.split('.').pop(),
                                     type: type || typeof def,
                                     role,
                                     read: true,
                                     write: true,
                                     def
                                 }, () => setState(id, def, true));
                             }
                          }
                          
                          function get(id) {
                             return getState(id)?.val;
                          }
                          
                          function set(id, val) {
                             if (getState(id)?.val !== val) {
                                 setState(id, val, true);
                             }
                          }
                          
                          function normalizeColor(raw) {
                             let c = String(raw ?? '').replace('#', '').trim();
                             c = c.replace(/[^0-9A-Fa-f]/g, '');
                          
                             if (c.length === 8) return `#${c.substring(0, 6)}`.toUpperCase();
                             if (c.length === 6) return `#${c}`.toUpperCase();
                          
                             return defaultColor;
                          }
                          
                          function parseFilament(type, brand) {
                             const text = `${type ?? ''} ${brand ?? ''}`.toUpperCase();
                          
                             let material = 'UNKNOWN';
                          
                             if (text.includes('PLA')) material = 'PLA';
                             else if (text.includes('PETG')) material = 'PETG';
                             else if (text.includes('ABS')) material = 'ABS';
                             else if (text.includes('ASA')) material = 'ASA';
                             else if (text.includes('TPU')) material = 'TPU';
                             else if (text.includes('NYLON') || text.includes('PA')) material = 'PA';
                             else if (text.includes('PC')) material = 'PC';
                          
                             let variant = String(brand ?? '').trim();
                          
                             if (material !== 'UNKNOWN') {
                                 variant = variant
                                     .replace(new RegExp(material, 'gi'), '')
                                     .replace(/BAMBU|LAB|FILAMENT/gi, '')
                                     .trim();
                             }
                          
                             const u = variant.toUpperCase();
                          
                             if (u.includes('MATTE')) variant = 'Matte';
                             else if (u.includes('BASIC')) variant = 'Basic';
                             else if (u.includes('SILK')) variant = 'Silk';
                             else if (u.includes('+') || u.includes('PLUS')) variant = '+';
                             else if (u.includes('PRO')) variant = 'Pro';
                             else if (u.includes('TOUGH')) variant = 'Tough';
                             else if (u.includes('CF') || u.includes('CARBON')) variant = 'CF';
                             else if (u.includes('WOOD')) variant = 'Wood';
                             else if (u.includes('METAL')) variant = 'Metal';
                             else if (u.includes('GLOW')) variant = 'Glow';
                             else if (u.includes('TRANSPARENT') || u.includes('TRANS')) variant = 'Transparent';
                             else if (u.includes('SUPPORT')) variant = 'Support';
                          
                             return { material, variant };
                          }
                          
                          function formatTemp(v) {
                             const n = Number(v);
                             return isNaN(n) ? '-- °C' : `${Math.floor(n)} °C`;
                          }
                          
                          function parseRemaining(value) {
                             if (value === null || value === undefined || value === '') return 0;
                          
                             const s = String(value).trim();
                          
                             const hm = s.match(/^(\d+):(\d+)$/);
                             if (hm) return Number(hm[1]) * 60 + Number(hm[2]);
                          
                             if (!isNaN(Number(s))) return Number(s);
                          
                             return 0;
                          }
                          
                          function formatRemaining(value) {
                             const minutes = parseRemaining(value);
                             if (minutes <= 0) return '--';
                          
                             const h = Math.floor(minutes / 60);
                             const m = Math.floor(minutes % 60);
                          
                             return h > 0 ? `${h}h ${m}m` : `${m} min`;
                          }
                          
                          function finishTime(value) {
                             const minutes = parseRemaining(value);
                             if (minutes <= 0) return '--';
                          
                             const end = new Date(Date.now() + minutes * 60000);
                          
                             return end.toLocaleTimeString('de-DE', {
                                 hour: '2-digit',
                                 minute: '2-digit'
                             });
                          }
                          
                          function createStates() {
                             create(`${baseAMS}.Aktiver_Tray`, 255, 'number', 'value');
                             create(`${baseAMS}.Farbe_aktiv`, defaultColor, 'string', 'value.color');
                          
                             for (let i = 0; i < trayCount; i++) {
                                 create(`${baseAMS}.Farbe_Tray_${i}`, defaultColor, 'string', 'value.color');
                                 create(`${baseAMS}.Werte_Tray_${i}`, '', 'string', 'text');
                             }
                          
                             create(`${baseTemp}.Ist_Druckbett`, '-- °C', 'string', 'text');
                             create(`${baseTemp}.Soll_Druckbett`, '-- °C', 'string', 'text');
                             create(`${baseTemp}.Ist_Duese`, '-- °C', 'string', 'text');
                             create(`${baseTemp}.Soll_Duese`, '-- °C', 'string', 'text');
                          
                             create(`${basePrint}.Fortschritt`, 0, 'number', 'value');
                             create(`${basePrint}.Datei`, '', 'string', 'text');
                             create(`${basePrint}.Status`, 'BEREIT', 'string', 'text');
                             create(`${basePrint}.Restzeit`, '--', 'string', 'text');
                             create(`${basePrint}.Fertig_um`, '--', 'string', 'text');
                          }
                          
                          function updateAMS() {
                             const trayNow = Number(get(trayNowId));
                          
                             for (let i = 0; i < trayCount; i++) {
                                 const type = get(`${baseTray}.${i}.tray_type`);
                                 const brand = get(`${baseTray}.${i}.tray_sub_brands`);
                                 const color = normalizeColor(get(`${baseTray}.${i}.tray_color`));
                                 const f = parseFilament(type, brand);
                          
                                 set(`${baseAMS}.Farbe_Tray_${i}`, color);
                                 set(`${baseAMS}.Werte_Tray_${i}`, `${f.material};\n${f.variant || ''}`);
                             }
                          
                             if (!isNaN(trayNow) && trayNow >= 0 && trayNow < trayCount) {
                                 set(`${baseAMS}.Aktiver_Tray`, trayNow);
                                 set(`${baseAMS}.Farbe_aktiv`, get(`${baseAMS}.Farbe_Tray_${trayNow}`) || defaultColor);
                             } else {
                                 set(`${baseAMS}.Aktiver_Tray`, 255);
                                 set(`${baseAMS}.Farbe_aktiv`, defaultColor);
                             }
                          }
                          
                          function updateTemp() {
                             set(`${baseTemp}.Ist_Druckbett`, formatTemp(get(tempSources.bedActual)));
                             set(`${baseTemp}.Soll_Druckbett`, formatTemp(get(tempSources.bedTarget)));
                             set(`${baseTemp}.Ist_Duese`, formatTemp(get(tempSources.nozzleActual)));
                             set(`${baseTemp}.Soll_Duese`, formatTemp(get(tempSources.nozzleTarget)));
                          }
                          
                          function updatePrint() {
                             const percent = Number(get(printSources.percent)) || 0;
                             const file = String(get(printSources.file) ?? '');
                             const rawState = String(get(printSources.state) ?? '').toUpperCase();
                             const remainingRaw = get(printSources.remaining);
                             const remaining = parseRemaining(remainingRaw);
                          
                             let status = rawState || 'BEREIT';
                          
                             if (remaining > 0 && percent > 0 && percent < 100) {
                                 status = 'DRUCKT';
                             } else if (percent >= 100) {
                                 status = 'FERTIG';
                             } else if (
                                 rawState.includes('FAIL') ||
                                 rawState.includes('CANCEL') ||
                                 rawState.includes('ABORT')
                             ) {
                                 status = 'ABGEBROCHEN';
                             } else if (remaining <= 0 && percent <= 0) {
                                 status = 'BEREIT';
                             }
                          
                             set(`${basePrint}.Status`, status);
                          
                             if (status === 'DRUCKT') {
                                 set(`${basePrint}.Fortschritt`, percent);
                                 set(`${basePrint}.Datei`, file);
                                 set(`${basePrint}.Restzeit`, formatRemaining(remainingRaw));
                                 set(`${basePrint}.Fertig_um`, finishTime(remainingRaw));
                             } else {
                                 set(`${basePrint}.Fortschritt`, 0);
                                 set(`${basePrint}.Datei`, '');
                                 set(`${basePrint}.Restzeit`, '--');
                                 set(`${basePrint}.Fertig_um`, '--');
                             }
                          }
                          
                          function updateAll() {
                             updateAMS();
                             updateTemp();
                             updatePrint();
                          }
                          
                          on({ id: merossId, change: 'any' }, obj => {
                             const isOn = obj.state.val === true || obj.state.val === 1 || obj.state.val === 'true';
                          
                             setState(`${adapterId}.alive`, isOn);
                          
                             if (isOn) {
                                 setTimeout(updateAll, 8000);
                             }
                          });
                          
                          on({
                             id: [
                                 trayNowId,
                                 new RegExp(`^bambulab\\.0\\.${printerId}\\.ams\\.ams\\.0\\.tray\\.[0-3]\\.`)
                             ],
                             change: 'any'
                          }, updateAMS);
                          
                          on({
                             id: Object.values(tempSources),
                             change: 'any'
                          }, updateTemp);
                          
                          on({
                             id: Object.values(printSources),
                             change: 'any'
                          }, updatePrint);
                          
                          createStates();
                          
                          setTimeout(updateAll, 3000);
                          setInterval(updateAll, refreshMs);
                          

                          Intel NUC mit Iobroker

                          S 1 Antwort Letzte Antwort
                          0
                          • H helfi9999

                            @mdumbsky Hi habe ein wenig deine Blckly Skripte geändert in Java Skript vielleicht ist das was für dich:

                            /***********************
                            * BambuLab AMS MINIMAL + TEMP + PRINT + MEROSS
                            ***********************/
                            const printerId = '01S00C321500283';
                            
                            const baseBambu = `bambulab.0.${printerId}`;
                            const baseTray  = `${baseBambu}.ams.ams.0.tray`;
                            
                            const baseAMS   = '0_userdata.0.Bambulab.AMS';
                            const baseTemp  = '0_userdata.0.Bambulab.Temp';
                            const basePrint = '0_userdata.0.Bambulab.Print';
                            
                            const merossId  = 'meross.0.2303167546755151200348e1e9beebff.0';
                            const adapterId = 'system.adapter.bambulab.0';
                            
                            const trayNowId = `${baseBambu}.ams.tray_now`;
                            
                            const trayCount = 4;
                            const defaultColor = '#D3D3D3';
                            const refreshMs = 10000;
                            
                            const tempSources = {
                               bedActual: `${baseBambu}.bed_temper`,
                               bedTarget: `${baseBambu}.bed_target_temper`,
                               nozzleActual: `${baseBambu}.nozzle_temper`,
                               nozzleTarget: `${baseBambu}.nozzle_target_temper`
                            };
                            
                            const printSources = {
                               percent: `${baseBambu}.mc_percent`,
                               file: `${baseBambu}.gcode_file`,
                               state: `${baseBambu}.gcode_state`,
                               remaining: `${baseBambu}.mc_remaining_time`
                            };
                            
                            function create(id, def, type = null, role = 'state') {
                               if (!existsState(id)) {
                                   createState(id, {
                                       name: id.split('.').pop(),
                                       type: type || typeof def,
                                       role,
                                       read: true,
                                       write: true,
                                       def
                                   }, () => setState(id, def, true));
                               }
                            }
                            
                            function get(id) {
                               return getState(id)?.val;
                            }
                            
                            function set(id, val) {
                               if (getState(id)?.val !== val) {
                                   setState(id, val, true);
                               }
                            }
                            
                            function normalizeColor(raw) {
                               let c = String(raw ?? '').replace('#', '').trim();
                               c = c.replace(/[^0-9A-Fa-f]/g, '');
                            
                               if (c.length === 8) return `#${c.substring(0, 6)}`.toUpperCase();
                               if (c.length === 6) return `#${c}`.toUpperCase();
                            
                               return defaultColor;
                            }
                            
                            function parseFilament(type, brand) {
                               const text = `${type ?? ''} ${brand ?? ''}`.toUpperCase();
                            
                               let material = 'UNKNOWN';
                            
                               if (text.includes('PLA')) material = 'PLA';
                               else if (text.includes('PETG')) material = 'PETG';
                               else if (text.includes('ABS')) material = 'ABS';
                               else if (text.includes('ASA')) material = 'ASA';
                               else if (text.includes('TPU')) material = 'TPU';
                               else if (text.includes('NYLON') || text.includes('PA')) material = 'PA';
                               else if (text.includes('PC')) material = 'PC';
                            
                               let variant = String(brand ?? '').trim();
                            
                               if (material !== 'UNKNOWN') {
                                   variant = variant
                                       .replace(new RegExp(material, 'gi'), '')
                                       .replace(/BAMBU|LAB|FILAMENT/gi, '')
                                       .trim();
                               }
                            
                               const u = variant.toUpperCase();
                            
                               if (u.includes('MATTE')) variant = 'Matte';
                               else if (u.includes('BASIC')) variant = 'Basic';
                               else if (u.includes('SILK')) variant = 'Silk';
                               else if (u.includes('+') || u.includes('PLUS')) variant = '+';
                               else if (u.includes('PRO')) variant = 'Pro';
                               else if (u.includes('TOUGH')) variant = 'Tough';
                               else if (u.includes('CF') || u.includes('CARBON')) variant = 'CF';
                               else if (u.includes('WOOD')) variant = 'Wood';
                               else if (u.includes('METAL')) variant = 'Metal';
                               else if (u.includes('GLOW')) variant = 'Glow';
                               else if (u.includes('TRANSPARENT') || u.includes('TRANS')) variant = 'Transparent';
                               else if (u.includes('SUPPORT')) variant = 'Support';
                            
                               return { material, variant };
                            }
                            
                            function formatTemp(v) {
                               const n = Number(v);
                               return isNaN(n) ? '-- °C' : `${Math.floor(n)} °C`;
                            }
                            
                            function parseRemaining(value) {
                               if (value === null || value === undefined || value === '') return 0;
                            
                               const s = String(value).trim();
                            
                               const hm = s.match(/^(\d+):(\d+)$/);
                               if (hm) return Number(hm[1]) * 60 + Number(hm[2]);
                            
                               if (!isNaN(Number(s))) return Number(s);
                            
                               return 0;
                            }
                            
                            function formatRemaining(value) {
                               const minutes = parseRemaining(value);
                               if (minutes <= 0) return '--';
                            
                               const h = Math.floor(minutes / 60);
                               const m = Math.floor(minutes % 60);
                            
                               return h > 0 ? `${h}h ${m}m` : `${m} min`;
                            }
                            
                            function finishTime(value) {
                               const minutes = parseRemaining(value);
                               if (minutes <= 0) return '--';
                            
                               const end = new Date(Date.now() + minutes * 60000);
                            
                               return end.toLocaleTimeString('de-DE', {
                                   hour: '2-digit',
                                   minute: '2-digit'
                               });
                            }
                            
                            function createStates() {
                               create(`${baseAMS}.Aktiver_Tray`, 255, 'number', 'value');
                               create(`${baseAMS}.Farbe_aktiv`, defaultColor, 'string', 'value.color');
                            
                               for (let i = 0; i < trayCount; i++) {
                                   create(`${baseAMS}.Farbe_Tray_${i}`, defaultColor, 'string', 'value.color');
                                   create(`${baseAMS}.Werte_Tray_${i}`, '', 'string', 'text');
                               }
                            
                               create(`${baseTemp}.Ist_Druckbett`, '-- °C', 'string', 'text');
                               create(`${baseTemp}.Soll_Druckbett`, '-- °C', 'string', 'text');
                               create(`${baseTemp}.Ist_Duese`, '-- °C', 'string', 'text');
                               create(`${baseTemp}.Soll_Duese`, '-- °C', 'string', 'text');
                            
                               create(`${basePrint}.Fortschritt`, 0, 'number', 'value');
                               create(`${basePrint}.Datei`, '', 'string', 'text');
                               create(`${basePrint}.Status`, 'BEREIT', 'string', 'text');
                               create(`${basePrint}.Restzeit`, '--', 'string', 'text');
                               create(`${basePrint}.Fertig_um`, '--', 'string', 'text');
                            }
                            
                            function updateAMS() {
                               const trayNow = Number(get(trayNowId));
                            
                               for (let i = 0; i < trayCount; i++) {
                                   const type = get(`${baseTray}.${i}.tray_type`);
                                   const brand = get(`${baseTray}.${i}.tray_sub_brands`);
                                   const color = normalizeColor(get(`${baseTray}.${i}.tray_color`));
                                   const f = parseFilament(type, brand);
                            
                                   set(`${baseAMS}.Farbe_Tray_${i}`, color);
                                   set(`${baseAMS}.Werte_Tray_${i}`, `${f.material};\n${f.variant || ''}`);
                               }
                            
                               if (!isNaN(trayNow) && trayNow >= 0 && trayNow < trayCount) {
                                   set(`${baseAMS}.Aktiver_Tray`, trayNow);
                                   set(`${baseAMS}.Farbe_aktiv`, get(`${baseAMS}.Farbe_Tray_${trayNow}`) || defaultColor);
                               } else {
                                   set(`${baseAMS}.Aktiver_Tray`, 255);
                                   set(`${baseAMS}.Farbe_aktiv`, defaultColor);
                               }
                            }
                            
                            function updateTemp() {
                               set(`${baseTemp}.Ist_Druckbett`, formatTemp(get(tempSources.bedActual)));
                               set(`${baseTemp}.Soll_Druckbett`, formatTemp(get(tempSources.bedTarget)));
                               set(`${baseTemp}.Ist_Duese`, formatTemp(get(tempSources.nozzleActual)));
                               set(`${baseTemp}.Soll_Duese`, formatTemp(get(tempSources.nozzleTarget)));
                            }
                            
                            function updatePrint() {
                               const percent = Number(get(printSources.percent)) || 0;
                               const file = String(get(printSources.file) ?? '');
                               const rawState = String(get(printSources.state) ?? '').toUpperCase();
                               const remainingRaw = get(printSources.remaining);
                               const remaining = parseRemaining(remainingRaw);
                            
                               let status = rawState || 'BEREIT';
                            
                               if (remaining > 0 && percent > 0 && percent < 100) {
                                   status = 'DRUCKT';
                               } else if (percent >= 100) {
                                   status = 'FERTIG';
                               } else if (
                                   rawState.includes('FAIL') ||
                                   rawState.includes('CANCEL') ||
                                   rawState.includes('ABORT')
                               ) {
                                   status = 'ABGEBROCHEN';
                               } else if (remaining <= 0 && percent <= 0) {
                                   status = 'BEREIT';
                               }
                            
                               set(`${basePrint}.Status`, status);
                            
                               if (status === 'DRUCKT') {
                                   set(`${basePrint}.Fortschritt`, percent);
                                   set(`${basePrint}.Datei`, file);
                                   set(`${basePrint}.Restzeit`, formatRemaining(remainingRaw));
                                   set(`${basePrint}.Fertig_um`, finishTime(remainingRaw));
                               } else {
                                   set(`${basePrint}.Fortschritt`, 0);
                                   set(`${basePrint}.Datei`, '');
                                   set(`${basePrint}.Restzeit`, '--');
                                   set(`${basePrint}.Fertig_um`, '--');
                               }
                            }
                            
                            function updateAll() {
                               updateAMS();
                               updateTemp();
                               updatePrint();
                            }
                            
                            on({ id: merossId, change: 'any' }, obj => {
                               const isOn = obj.state.val === true || obj.state.val === 1 || obj.state.val === 'true';
                            
                               setState(`${adapterId}.alive`, isOn);
                            
                               if (isOn) {
                                   setTimeout(updateAll, 8000);
                               }
                            });
                            
                            on({
                               id: [
                                   trayNowId,
                                   new RegExp(`^bambulab\\.0\\.${printerId}\\.ams\\.ams\\.0\\.tray\\.[0-3]\\.`)
                               ],
                               change: 'any'
                            }, updateAMS);
                            
                            on({
                               id: Object.values(tempSources),
                               change: 'any'
                            }, updateTemp);
                            
                            on({
                               id: Object.values(printSources),
                               change: 'any'
                            }, updatePrint);
                            
                            createStates();
                            
                            setTimeout(updateAll, 3000);
                            setInterval(updateAll, refreshMs);
                            

                            S Nicht stören
                            S Nicht stören
                            stenmic
                            schrieb am zuletzt editiert von
                            #29

                            ich bin noch nicht ganz fertig, aber so wird meine aussehen.

                            IMG_1475.PNG

                            IMG_1476.PNG

                            1 Antwort Letzte Antwort
                            2

                            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

                            330

                            Online

                            32.8k

                            Benutzer

                            82.9k

                            Themen

                            1.3m

                            Beiträge
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                            ioBroker Community 2014-2025
                            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