Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. oranggila

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    O
    • Profile
    • Following 0
    • Followers 1
    • Topics 5
    • Posts 92
    • Best 1
    • Groups 1

    oranggila

    @oranggila

    1
    Reputation
    53
    Profile views
    92
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    oranggila Follow
    Starter

    Best posts made by oranggila

    • RE: Adapter für MG iSmart MG Motors Fahrzeuge

      @johgre Steht so in der Github Doku https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway:
      2e770323-5481-4d90-8e73-45c588bab23a-image.png
      Ich nutze bisher nur "on" zum Einschalten der Heizung und funktioniert:
      a51e8435-4065-4477-aace-b0960650c409-image.png

      Ich nutze python Gateway. Für java Gateway soll der Befehl laut Doku https://github.com/SAIC-iSmart-API/saic-java-client/tree/main/saic-java-mqtt-gateway so lauten:
      climate/remoteClimateState {true|false}

      posted in ioBroker Allgemein
      O
      oranggila

    Latest posts made by oranggila

    • RE: (gelöst) request auf httpGet umstellen für Snapshot

      @bahnuhr Vielen Dank! 👍

      { responseType: 'arraybuffer' }
      

      war die Lösung.

      posted in JavaScript
      O
      oranggila
    • RE: (gelöst) request auf httpGet umstellen für Snapshot

      @bahnuhr Ich habe es auch anhand der Beispiele versucht. Es sind keine Syntaxfehler drin, aber es klappt noch nicht. Das File erhält zwar einen aktualisierten Timestamp und console.log wird auch ausgegeben, aber es wird nichts über Telegram gesendet. Was mache ich z.B. aus dem

      encoding: 'binary'
      

      ? Das fehlt aktuell.

      Hier mein umgestelltes Script:

      var fs = require('fs');
      httpGet('http://192.x.x.x:2323/?cmd=getCamshot&password=xxx', (err, response) => {
          fs.writeFile("/home/Pictures/snap.jpg", response.data, 'binary', function (err) {
              if (err) {
                  console.error(err);
              } else {
                  var info_text = 'Snapshot';
                  console.log('Snapshot sent');
                  sendTo('telegram.0', { text: '/home/Pictures/snap.jpg', caption: info_text });
               }
          });
      }); 
      
      posted in JavaScript
      O
      oranggila
    • (gelöst) request auf httpGet umstellen für Snapshot

      Re: Hilfe bei Skripte von request auf httpGet umbauen
      Ich habe mehrere JavaScripte, die per Telegram einen fullybrowser Snapshot schicken. Könnt Ihr mir bitte beim Umbauen auf httpGet helfen?

      var request = require('request');
              var fs      = require('fs');
             request.get({url: 'http://192.x.x.x:2323/?cmd=getCamshot&password=xxx', encoding: 'binary'}, function (err, response, body) {
                  fs.writeFile("/home/Pictures/snap.jpg", body, 'binary', function(err) {
                      if (err) {
                          console.error(err);
                      } else {
                          var info_text = 'Snapshot';
                          console.log('Snapshot sent');
                          sendTo('telegram.0', {text: '/home/Pictures/snap.jpg', caption: info_text });
                      }
                  });
              });		
      
      posted in JavaScript
      O
      oranggila
    • RE: Test : Wasserenthärtung judo i-soft plus Adapter

      @arteck Hab neu von git installiert und dann wieder Residual Hardness von 8 auf 1 geändert. Aber sehe keinen Unterschied, nur der eine error:

      2024-06-02 14:50:16.949 - info: host.iobroker-forstern iobroker url arteck/ioBroker.judoisoft --host iobroker-forstern --debug
      2024-06-02 14:50:19.569 - info: host.iobroker-forstern iobroker install arteck/ioBroker.judoisoft
      2024-06-02 14:50:19.986 - info: host.iobroker-forstern iobroker NPM version: 10.5.2
      2024-06-02 14:50:19.989 - info: host.iobroker-forstern iobroker Installing arteck/ioBroker.judoisoft... (System call)
      2024-06-02 14:50:55.444 - info: host.iobroker-forstern iobroker
      2024-06-02 14:50:55.445 - info: host.iobroker-forstern iobroker added 1 package, removed 105 packages, and changed 2 packages in 35s
      2024-06-02 14:50:55.450 - info: host.iobroker-forstern iobroker 265 packages are looking for funding run `npm fund` for details
      2024-06-02 14:50:55.675 - info: host.iobroker-forstern iobroker upload [4] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/adapter-settings.js adapter-settings.js application/javascript
      2024-06-02 14:50:55.719 - info: host.iobroker-forstern iobroker upload [3] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/index_m.html index_m.html text/html
      2024-06-02 14:50:55.733 - info: host.iobroker-forstern iobroker upload [2] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/judo.png judo.png image/png
      2024-06-02 14:50:55.753 - info: host.iobroker-forstern iobroker upload [1] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/style.css style.css text/css
      2024-06-02 14:50:55.761 - info: host.iobroker-forstern iobroker upload [0] judoisoft.admin /opt/iobroker/node_modules/iobroker.judoisoft/admin/words.js words.js application/javascript
      2024-06-02 14:50:55.865 - info: host.iobroker-forstern "system.adapter.judoisoft.0" disabled
      2024-06-02 14:50:55.865 - info: host.iobroker-forstern stopInstance system.adapter.judoisoft.0 (force=false, process=true)
      2024-06-02 14:50:55.878 - info: judoisoft.0 (112756) Got terminate signal TERMINATE_YOURSELF
      2024-06-02 14:50:55.885 - info: host.iobroker-forstern "system.adapter.judoisoft.0" enabled
      2024-06-02 14:50:55.885 - info: host.iobroker-forstern stopInstance system.adapter.judoisoft.0 (force=false, process=true)
      2024-06-02 14:50:55.882 - info: judoisoft.0 (112756) cleaned everything up...
      2024-06-02 14:50:55.883 - info: judoisoft.0 (112756) terminating
      2024-06-02 14:50:55.885 - info: judoisoft.0 (112756) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      2024-06-02 14:50:55.897 - info: host.iobroker-forstern stopInstance system.adapter.judoisoft.0 send kill signal
      2024-06-02 14:50:55.898 - info: host.iobroker-forstern iobroker Adapter "system.adapter.judoisoft.0" restarted.
      2024-06-02 14:50:55.903 - info: judoisoft.0 (112756) Got terminate signal TERMINATE_YOURSELF
      2024-06-02 14:50:56.016 - info: host.iobroker-forstern stopInstance system.adapter.judoisoft.0 send kill signal
      2024-06-02 14:50:56.333 - info: host.iobroker-forstern iobroker Update "system.adapter.judoisoft.0"
      2024-06-02 14:50:56.390 - info: judoisoft.0 (112756) terminating
      2024-06-02 14:50:56.473 - info: host.iobroker-forstern stopInstance system.adapter.judoisoft.0 (force=false, process=true)
      2024-06-02 14:50:56.732 - info: host.iobroker-forstern stopInstance system.adapter.judoisoft.0 send kill signal
      2024-06-02 14:50:56.902 - info: host.iobroker-forstern stopInstance system.adapter.judoisoft.0 killing pid 112756
      2024-06-02 14:50:57.062 - info: host.iobroker-forstern instance system.adapter.judoisoft.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
      2024-06-02 14:50:57.695 - info: host.iobroker-forstern iobroker exit 0
      2024-06-02 14:51:00.147 - info: host.iobroker-forstern instance system.adapter.judoisoft.0 started with pid 2431842
      2024-06-02 14:51:02.033 - debug: judoisoft.0 (2431842) Redis Objects: Use Redis connection: 0.0.0.0:9001
      2024-06-02 14:51:02.137 - debug: judoisoft.0 (2431842) Objects client ready ... initialize now
      2024-06-02 14:51:02.142 - debug: judoisoft.0 (2431842) Objects create System PubSub Client
      2024-06-02 14:51:02.143 - debug: judoisoft.0 (2431842) Objects create User PubSub Client
      2024-06-02 14:51:02.370 - debug: judoisoft.0 (2431842) Objects client initialize lua scripts
      2024-06-02 14:51:02.386 - debug: judoisoft.0 (2431842) Objects connected to redis: 0.0.0.0:9001
      2024-06-02 14:51:02.500 - debug: judoisoft.0 (2431842) Redis States: Use Redis connection: 0.0.0.0:9000
      2024-06-02 14:51:02.616 - debug: judoisoft.0 (2431842) States create System PubSub Client
      2024-06-02 14:51:02.618 - debug: judoisoft.0 (2431842) States create User PubSub Client
      2024-06-02 14:51:02.788 - debug: judoisoft.0 (2431842) States connected to redis: 0.0.0.0:9000
      2024-06-02 14:51:03.508 - info: judoisoft.0 (2431842) starting. Version 1.1.0 (non-npm: arteck/ioBroker.judoisoft) in /opt/iobroker/node_modules/iobroker.judoisoft, node: v18.17.1, js-controller: 5.0.19
      2024-06-02 14:51:03.551 - debug: judoisoft.0 (2431842) base url https://192.168.0.xx:8124/?group=
      2024-06-02 14:51:03.552 - debug: judoisoft.0 (2431842) create state
      2024-06-02 14:51:04.359 - debug: judoisoft.0 (2431842) get statusURL for local
      2024-06-02 14:51:21.730 - debug: judoisoft.0 (2431842) getSerialnumber : {"group":"register","command":"show","msgnumber":"2","token":"xxx","status":"ok","data":[{"wtuType":"i-soft plus","serial number":"123456"}]}
      2024-06-02 14:51:21.741 - debug: judoisoft.0 (2431842) getwtuType i-soft plus
      2024-06-02 14:51:21.793 - debug: judoisoft.0 (2431842) getserialN 123456
      2024-06-02 14:51:24.184 - debug: judoisoft.0 (2431842) connect Result: {"group":"register","command":"connect","msgnumber":"1","token":"xxx","parameter":"i-soft plus","serial number":"123456","status":"ok"}
      2024-06-02 14:51:24.286 - debug: judoisoft.0 (2431842) get Information Static Local
      2024-06-02 14:51:35.064 - info: judoisoft.0 (2431842) State value to set for "judoisoft.0.InstallationDate" has to be type "number" but received type "object"
      2024-06-02 14:51:37.468 - debug: judoisoft.0 (2431842) get Consumption data Local
      2024-06-02 14:51:37.552 - info: judoisoft.0 (2431842) State value to set for "judoisoft.0.ServiceDate" has to be type "number" but received type "object"
      2024-06-02 14:51:56.971 - debug: judoisoft.0 (2431842) -> WaterCurrent
      2024-06-02 14:51:59.102 - debug: judoisoft.0 (2431842) --> stateID judoisoft.0.ResidualHardness changed: 8 (ack = true)
      2024-06-02 14:51:59.102 - debug: judoisoft.0 (2431842) -> ResidualHardness
      2024-06-02 14:52:01.685 - debug: judoisoft.0 (2431842) -> SaltRange
      2024-06-02 14:52:05.675 - debug: judoisoft.0 (2431842) -> SaltQuantity
      2024-06-02 14:52:10.088 - debug: judoisoft.0 (2431842) -> WaterAverage
      2024-06-02 14:52:11.991 - debug: judoisoft.0 (2431842) -> NaturalHardness
      2024-06-02 14:52:15.099 - debug: judoisoft.0 (2431842) -> FlowRate
      2024-06-02 14:52:19.149 - debug: judoisoft.0 (2431842) -> Quantity
      2024-06-02 14:52:23.648 - debug: judoisoft.0 (2431842) -> WaterTotaal 176981 107869
      2024-06-02 14:52:26.716 - debug: judoisoft.0 (2431842) WaterYearly.01 5644 5644
      2024-06-02 14:52:26.726 - debug: judoisoft.0 (2431842) WaterYearly.02 6209 6209
      2024-06-02 14:52:26.776 - debug: judoisoft.0 (2431842) WaterYearly.03 6834 6834
      2024-06-02 14:52:26.828 - debug: judoisoft.0 (2431842) WaterYearly.04 3835 3835
      2024-06-02 14:52:26.880 - debug: judoisoft.0 (2431842) WaterYearly.05 7812 7812
      2024-06-02 14:52:26.932 - debug: judoisoft.0 (2431842) WaterYearly.06 281 281
      2024-06-02 14:52:26.984 - debug: judoisoft.0 (2431842) WaterYearly.07 -1 -1
      2024-06-02 14:52:27.044 - debug: judoisoft.0 (2431842) WaterYearly.08 -1 -1
      2024-06-02 14:52:27.104 - debug: judoisoft.0 (2431842) WaterYearly.09 -1 -1
      2024-06-02 14:52:27.160 - debug: judoisoft.0 (2431842) WaterYearly.10 -1 -1
      2024-06-02 14:52:27.219 - debug: judoisoft.0 (2431842) WaterYearly.11 -1 -1
      2024-06-02 14:52:27.274 - debug: judoisoft.0 (2431842) WaterYearly.12 -1 -1
      2024-06-02 14:52:27.341 - debug: judoisoft.0 (2431842) -> WaterYearly
      2024-06-02 14:52:29.428 - debug: judoisoft.0 (2431842) -> StandBy
      2024-06-02 14:52:35.070 - debug: judoisoft.0 (2431842) --> stateID judoisoft.0.WaterStop changed: false (ack = true)
      2024-06-02 14:52:35.071 - debug: judoisoft.0 (2431842) -> ValveState
      2024-06-02 14:54:48.145 - debug: judoisoft.0 (2431842) --> stateID judoisoft.0.ResidualHardness changed: 1 (ack = false)
      2024-06-02 14:54:48.146 - debug: judoisoft.0 (2431842) set ResidualHardness Local1
      2024-06-02 14:54:48.160 - debug: judoisoft.0 (2431842) --> stateID judoisoft.0.StandBy changed: false (ack = false)
      2024-06-02 14:54:48.160 - debug: judoisoft.0 (2431842) set StandBy Localfalse
      2024-06-02 14:55:48.157 - error: judoisoft.0 (2431842) set ResidualHardness Local ERROR
      2024-06-02 14:57:35.129 - debug: judoisoft.0 (2431842) get Consumption data Local
      2024-06-02 14:57:50.024 - debug: judoisoft.0 (2431842) -> WaterCurrent
      2024-06-02 14:57:52.991 - debug: judoisoft.0 (2431842) --> stateID judoisoft.0.ResidualHardness changed: 1 (ack = true)
      2024-06-02 14:57:52.991 - debug: judoisoft.0 (2431842) -> ResidualHardness
      2024-06-02 14:57:55.228 - debug: judoisoft.0 (2431842) -> SaltRange
      2024-06-02 14:57:57.902 - debug: judoisoft.0 (2431842) -> SaltQuantity
      2024-06-02 14:58:00.325 - debug: judoisoft.0 (2431842) -> WaterAverage
      2024-06-02 14:58:02.811 - debug: judoisoft.0 (2431842) -> NaturalHardness
      2024-06-02 14:58:05.678 - debug: judoisoft.0 (2431842) -> FlowRate
      2024-06-02 14:58:07.521 - debug: judoisoft.0 (2431842) -> Quantity
      2024-06-02 14:58:10.730 - debug: judoisoft.0 (2431842) -> WaterTotaal 176981 107869
      2024-06-02 14:58:12.531 - debug: judoisoft.0 (2431842) WaterYearly.01 5644 5644
      2024-06-02 14:58:12.701 - debug: judoisoft.0 (2431842) WaterYearly.02 6209 6209
      2024-06-02 14:58:12.751 - debug: judoisoft.0 (2431842) WaterYearly.03 6834 6834
      2024-06-02 14:58:12.804 - debug: judoisoft.0 (2431842) WaterYearly.04 3835 3835
      2024-06-02 14:58:12.856 - debug: judoisoft.0 (2431842) WaterYearly.05 7812 7812
      2024-06-02 14:58:12.908 - debug: judoisoft.0 (2431842) WaterYearly.06 281 281
      2024-06-02 14:58:12.960 - debug: judoisoft.0 (2431842) WaterYearly.07 -1 -1
      2024-06-02 14:58:13.012 - debug: judoisoft.0 (2431842) WaterYearly.08 -1 -1
      2024-06-02 14:58:13.064 - debug: judoisoft.0 (2431842) WaterYearly.09 -1 -1
      2024-06-02 14:58:13.117 - debug: judoisoft.0 (2431842) WaterYearly.10 -1 -1
      2024-06-02 14:58:13.172 - debug: judoisoft.0 (2431842) WaterYearly.11 -1 -1
      2024-06-02 14:58:13.224 - debug: judoisoft.0 (2431842) WaterYearly.12 -1 -1
      2024-06-02 14:58:13.276 - debug: judoisoft.0 (2431842) -> WaterYearly
      2024-06-02 14:58:16.065 - debug: judoisoft.0 (2431842) -> StandBy
      2024-06-02 14:58:18.080 - debug: judoisoft.0 (2431842) --> stateID judoisoft.0.WaterStop changed: false (ack = true)
      2024-06-02 14:58:18.080 - debug: judoisoft.0 (2431842) -> ValveState
      
      
      posted in Tester
      O
      oranggila
    • RE: Test : Wasserenthärtung judo i-soft plus Adapter

      @smarthomer-0 Richtig, ich gehe nicht über das Internet, sondern lokal über WLAN. Ich habe das original eingebaute WLAN-Modul. Meine i-soft plus ist von 01/2022.
      Die Einstellungen im Adapter sind:

      • lokale IP der Judo
      • Cloud Login NICHT angekreuzt
      • Nutzer + Passwort wie in der App
        59593672-f960-4215-b93c-b48ba183d838-image.png
      posted in Tester
      O
      oranggila
    • RE: Test : Wasserenthärtung judo i-soft plus Adapter

      @arteck Hallo, aktuell verhält sich der Adapter seltsam. Ich habe Judo i-soft plus lokal verbunden, Abfrage aller 300sec. Die Datenpunkte werden auch gefüllt. Aber immer wenn ich den Datenpunkt ResidualHardness ändere, läuft er auf set ResidualHardness Local ERROR Siehe log, hier hatte ich die Härte von 8 auf 1°dH geändert (wenn Waschmaschine läuft). Die 1 wurde aber an der judo korrekt geändert. Teilweise geht der Adapter auch auf rot gelb. Wann genau das passiert, kann ich aber noch nicht reproduzieren. Diesmal ist er grün geblieben. Am nächsten Morgen war er gelb.

      2024-05-25 15:52:08.794 - debug: judoisoft.0 (1514728) --> stateID judoisoft.0.ResidualHardness changed: 1 (ack = false)
      2024-05-25 15:52:08.795 - debug: judoisoft.0 (1514728) set ResidualHardness Local1
      2024-05-25 15:52:08.802 - debug: judoisoft.0 (1514728) --> stateID judoisoft.0.StandBy changed: false (ack = false)
      2024-05-25 15:52:08.803 - debug: judoisoft.0 (1514728) set StandBy Localfalse
      2024-05-25 15:53:08.800 - error: judoisoft.0 (1514728) set ResidualHardness Local ERROR
      2024-05-25 15:54:08.612 - debug: judoisoft.0 (1514728) get Consumption data Local
      2024-05-25 15:54:23.610 - debug: judoisoft.0 (1514728) -> WaterCurrent
      2024-05-25 15:54:26.298 - debug: judoisoft.0 (1514728) --> stateID judoisoft.0.ResidualHardness changed: 1 (ack = true)
      2024-05-25 15:54:26.299 - debug: judoisoft.0 (1514728) -> ResidualHardness
      2024-05-25 15:54:28.663 - debug: judoisoft.0 (1514728) -> SaltRange
      2024-05-25 15:54:30.744 - debug: judoisoft.0 (1514728) -> SaltQuantity
      2024-05-25 15:54:32.877 - debug: judoisoft.0 (1514728) -> WaterAverage
      2024-05-25 15:54:34.903 - debug: judoisoft.0 (1514728) -> NaturalHardness
      2024-05-25 15:54:37.467 - debug: judoisoft.0 (1514728) -> FlowRate
      2024-05-25 15:54:39.319 - debug: judoisoft.0 (1514728) -> Quantity
      2024-05-25 15:54:41.642 - debug: judoisoft.0 (1514728) -> WaterTotaal 175825 106991
      2024-05-25 15:54:43.965 - debug: judoisoft.0 (1514728) WaterYearly.01 5644 5644
      2024-05-25 15:54:43.973 - debug: judoisoft.0 (1514728) WaterYearly.02 6209 6209
      2024-05-25 15:54:44.035 - debug: judoisoft.0 (1514728) WaterYearly.03 6834 6834
      2024-05-25 15:54:44.112 - debug: judoisoft.0 (1514728) WaterYearly.04 3835 3835
      2024-05-25 15:54:44.208 - debug: judoisoft.0 (1514728) WaterYearly.05 6937 6937
      2024-05-25 15:54:44.260 - debug: judoisoft.0 (1514728) WaterYearly.06 -1 -1
      2024-05-25 15:54:44.312 - debug: judoisoft.0 (1514728) WaterYearly.07 -1 -1
      2024-05-25 15:54:44.366 - debug: judoisoft.0 (1514728) WaterYearly.08 -1 -1
      2024-05-25 15:54:44.423 - debug: judoisoft.0 (1514728) WaterYearly.09 -1 -1
      2024-05-25 15:54:44.484 - debug: judoisoft.0 (1514728) WaterYearly.10 -1 -1
      2024-05-25 15:54:44.538 - debug: judoisoft.0 (1514728) WaterYearly.11 -1 -1
      2024-05-25 15:54:44.606 - debug: judoisoft.0 (1514728) WaterYearly.12 -1 -1
      2024-05-25 15:54:44.656 - debug: judoisoft.0 (1514728) -> WaterYearly
      2024-05-25 15:54:46.800 - debug: judoisoft.0 (1514728) -> StandBy
      2024-05-25 15:54:49.217 - debug: judoisoft.0 (1514728) --> stateID judoisoft.0.WaterStop changed: false (ack = true)
      2024-05-25 15:54:49.236 - debug: judoisoft.0 (1514728) -> ValveState
      
      posted in Tester
      O
      oranggila
    • RE: Nous A1Z Aktualisierungsintervall Zigbee-Adapter

      @oranggila Hat auch bei mir geklappt.👏

      posted in Hardware
      O
      oranggila
    • RE: Nous A1Z Aktualisierungsintervall Zigbee-Adapter

      @hene42 Super danke, probier ich gerade aus. Musste etwas stöbern, um herauszufinden, wie man ein OTA update macht, aber hier stehts, falls es noch wer sucht OTA Update
      Update läuft, dauert aber noch ne Weile...
      f3ffb1d9-b647-4807-bcf0-0ce9c362f889-image.png

      posted in Hardware
      O
      oranggila
    • RE: Nous A1Z Aktualisierungsintervall Zigbee-Adapter

      @hene42 Ich habe heute ein A1Z unter Zigbee Adapter 1.9.7. angelernt, bekomme aber gar keine Leistung angezeigt. Load Power bleibt bei 0W, Stromstärke kann auch nicht stimmen, sollte max. 12 A sein bei einem Ladeziegel an Hausstromanschluss. Habt Ihr den Stecker kalibriert, wenn ja, wie geht das?

      b92377b7-6b97-4bf2-b2b6-b290b5695f81-image.png

      posted in Hardware
      O
      oranggila
    • RE: Adapter für MG iSmart MG Motors Fahrzeuge

      @manuel_k Ich hatte da auch meine Schwierigkeiten, ohne Vorkenntnisse zu Docker Deployment. Habe es über Portainer gemacht. Hier die Schritte:
      cd6ab77d-36ee-48e2-93d8-992cb73fe2ce-image.png
      8bfb246c-fce1-4603-8712-7f8476f2f95d-image.png
      64345aef-716e-412b-a9fe-f3f5fe77a442-image.png

      Beispiel:
      a1fb5d98-0133-461e-b3a7-25b8f4b8ef12-image.png

      Dann Container deployen:
      8cf8d0df-b5ba-4b32-85ab-c7ec8fb00602-image.png

      zurück in die Container Liste, sollte der container als "running" erscheinen. Unter Quick Actions kann man das Log anschauen.

      posted in ioBroker Allgemein
      O
      oranggila
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo