Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. Tester
  4. MieleCloudService Adapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.6k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.8k

MieleCloudService Adapter

Geplant Angeheftet Gesperrt Verschoben Tester
mielemieleathomemielecloudservice
861 Beiträge 91 Kommentatoren 238.8k Aufrufe 96 Watching
  • Ä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.
  • M MarkA

    @grizzelbee said in MieleCloudService Adapter:

    @marka
    Hier mal ein Versuch dazu:

    V4.0.4 (2021-04-07) (Wastelands)

    • (grizzelbee) Fix: fixes ventilation step switch for hoods

    Die aktuelle Lüfterstufe wird jetzt angezeigt, soweit mehr als vorher.

    Das DropDown Feld ist leider immer noch leer. Ich kann über den Bleistift zwar eine 2 oder 3 eintragen, aber leider wird die dann rot und Action_Information auf {}

    Log:

    2021-04-07 17:42:25.000 - debug: mielecloudservice.0 (35850) ack is not set!
    2021-04-07 17:42:25.001 - debug: mielecloudservice.0 (35850) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep] [{"val":2,"ack":false,"ts":1617810144999,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617810144999}]
    2021-04-07 17:42:25.001 - debug: mielecloudservice.0 (35850) APIStartAction: received Action: [VentilationStep] with value: [2] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
    2021-04-07 17:42:25.002 - debug: mielecloudservice.0 (35850) APIStartAction: Executing Action: [undefined]
    2021-04-07 17:42:25.002 - debug: mielecloudservice.0 (35850) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
    2021-04-07 17:42:25.003 - error: mielecloudservice.0 (35850) [APIStartAction] {}
    

    leider geht das Licht jetzt nicht mehr zu schalten. Log:

    2021-04-07 17:44:42.666 - debug: mielecloudservice.0 (35850) ack is not set!
    2021-04-07 17:44:42.668 - debug: mielecloudservice.0 (35850) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Light] [{"val":"Off","ack":false,"ts":1617810282664,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617810282664}]
    2021-04-07 17:44:42.668 - debug: mielecloudservice.0 (35850) APIStartAction: received Action: [Light] with value: [Off] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
    2021-04-07 17:44:42.669 - debug: mielecloudservice.0 (35850) APIStartAction: Executing Action: [{"light":2}]
    2021-04-07 17:44:42.669 - debug: mielecloudservice.0 (35850) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
    2021-04-07 17:44:42.670 - error: mielecloudservice.0 (35850) [APIStartAction] {}
    
    GrizzelbeeG Offline
    GrizzelbeeG Offline
    Grizzelbee
    Developer
    schrieb am zuletzt editiert von
    #258

    @marka

    Ich bin ja auch sehr für Datensparsamkeit, aber leider sind die Log-Ausschnitte wieder sehr knapp gefasst. Für mich sind eigentlich immer zwei bis drei Abschnitte interessant:

    1. Unmittelbar nach dem Start ist der Adapter einmalig im Setup-Modus. Da werden alle Datenpunkte angelegt.
    2. Das aktuelle Statusupdate.
    3. Der aktuelle Fehler. Von der Initialisierung (wenn Action) bis zum kompletten Stacktrace.

    Kannst Du mir das für die beiden aktuellen Themen (VentilationStep und Light) mal liefern?

    M 1 Antwort Letzte Antwort
    0
    • GrizzelbeeG Grizzelbee

      @marka

      Ich bin ja auch sehr für Datensparsamkeit, aber leider sind die Log-Ausschnitte wieder sehr knapp gefasst. Für mich sind eigentlich immer zwei bis drei Abschnitte interessant:

      1. Unmittelbar nach dem Start ist der Adapter einmalig im Setup-Modus. Da werden alle Datenpunkte angelegt.
      2. Das aktuelle Statusupdate.
      3. Der aktuelle Fehler. Von der Initialisierung (wenn Action) bis zum kompletten Stacktrace.

      Kannst Du mir das für die beiden aktuellen Themen (VentilationStep und Light) mal liefern?

      M Offline
      M Offline
      MarkA
      schrieb am zuletzt editiert von MarkA
      #259

      @grizzelbee

      Guten Morgen,

      hier das Log als Anlage:

      mielecloudadapter.log

      Am Ende habe ich einmal das DropDown der Lüfterstufe geöffnet.

      GrizzelbeeG 1 Antwort Letzte Antwort
      0
      • M MarkA

        @grizzelbee

        Guten Morgen,

        hier das Log als Anlage:

        mielecloudadapter.log

        Am Ende habe ich einmal das DropDown der Lüfterstufe geöffnet.

        GrizzelbeeG Offline
        GrizzelbeeG Offline
        Grizzelbee
        Developer
        schrieb am zuletzt editiert von
        #260

        @marka

        V4.0.5 (2021-04-08) (The haunting)

        • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 2)
        • (grizzelbee) Fix: fixes error on creating TragetTemperature data points
        M 1 Antwort Letzte Antwort
        0
        • GrizzelbeeG Grizzelbee

          @marka

          V4.0.5 (2021-04-08) (The haunting)

          • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 2)
          • (grizzelbee) Fix: fixes error on creating TragetTemperature data points
          M Offline
          M Offline
          MarkA
          schrieb am zuletzt editiert von
          #261

          @grizzelbee

          Hallo,

          Jetzt kann ich die Lüfterstufe auswählen, das DropDown ist gefüllt - leider ist jetzt das Feld für das Licht nicht mehr änderbar. Der Lüfter wird jedoch nicht geschaltet.

          Weiterhin immer noch Action_Information auf {}

          Hier das neue Log:
          mielecloudadapter.log

          Gruß Mark

          GrizzelbeeG 1 Antwort Letzte Antwort
          0
          • M MarkA

            @grizzelbee

            Hallo,

            Jetzt kann ich die Lüfterstufe auswählen, das DropDown ist gefüllt - leider ist jetzt das Feld für das Licht nicht mehr änderbar. Der Lüfter wird jedoch nicht geschaltet.

            Weiterhin immer noch Action_Information auf {}

            Hier das neue Log:
            mielecloudadapter.log

            Gruß Mark

            GrizzelbeeG Offline
            GrizzelbeeG Offline
            Grizzelbee
            Developer
            schrieb am zuletzt editiert von Grizzelbee
            #262

            @marka

            Ich bin ganz guter Dinge ...

            V4.0.6 (2021-04-08) (The great mystery)

            • (grizzelbee) Fix: fixes Light switch for hoods and other devices supporting light
            • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 3)

            Danke für deine Geduld und Ausdauer das rauszufummeln. Die letzten beiden Logs waren wirklich sehr hilfreich dabei.

            Btw: Wenn ich das richtig vermute hattest Du zuletzt bei der Lüfterstufe Anzeigewerte wie: 0(Off), 1(Step 1), ... Das sollte jetzt aber genau anders herum sein. Also: Off(0), Step 1(1), ...

            M 1 Antwort Letzte Antwort
            0
            • GrizzelbeeG Grizzelbee

              @marka

              Ich bin ganz guter Dinge ...

              V4.0.6 (2021-04-08) (The great mystery)

              • (grizzelbee) Fix: fixes Light switch for hoods and other devices supporting light
              • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 3)

              Danke für deine Geduld und Ausdauer das rauszufummeln. Die letzten beiden Logs waren wirklich sehr hilfreich dabei.

              Btw: Wenn ich das richtig vermute hattest Du zuletzt bei der Lüfterstufe Anzeigewerte wie: 0(Off), 1(Step 1), ... Das sollte jetzt aber genau anders herum sein. Also: Off(0), Step 1(1), ...

              M Offline
              M Offline
              MarkA
              schrieb am zuletzt editiert von MarkA
              #263

              @grizzelbee

              Hallo Grizzelbee,

              leider keine Änderung...
              ...Log nach Neustart des Adapters, bei gelöschtem Objekt "Hood"

              mielecloudadapter.log

              2021-04-09 10:44:40.921 - warn: mielecloudservice.0 (48405) State "mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep" has no existing object, this might lead to an error in future versions
              2021-04-09 10:44:40.931 - warn: mielecloudservice.0 (48405) Object mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep is invalid: obj.common.type has an invalid value (integer) but has to be one of number, string, boolean, array, object, mixed, file, json
              2021-04-09 10:44:40.931 - warn: mielecloudservice.0 (48405) This object will not be created in future versions. Please report this to the developer.
              2021-04-09 10:44:40.936 - warn: mielecloudservice.0 (48405) Object mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep is invalid: obj.common.type has an invalid value (integer) but has to be one of number, string, boolean, array, object, mixed, file, json
              2021-04-09 10:44:40.937 - warn: mielecloudservice.0 (48405) This object will not be created in future versions. Please report this to the developer.
              

              546f7dcc-8fa8-43c8-9a36-54f8d95f8fca-image.png

              e2b9b3f3-9e96-4d0c-91ee-a20ac455c499-image.png

              37f3a136-cf03-45af-a6ea-e867d56af885-image.png

              GrizzelbeeG 1 Antwort Letzte Antwort
              0
              • M MarkA

                @grizzelbee

                Hallo Grizzelbee,

                leider keine Änderung...
                ...Log nach Neustart des Adapters, bei gelöschtem Objekt "Hood"

                mielecloudadapter.log

                2021-04-09 10:44:40.921 - warn: mielecloudservice.0 (48405) State "mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep" has no existing object, this might lead to an error in future versions
                2021-04-09 10:44:40.931 - warn: mielecloudservice.0 (48405) Object mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep is invalid: obj.common.type has an invalid value (integer) but has to be one of number, string, boolean, array, object, mixed, file, json
                2021-04-09 10:44:40.931 - warn: mielecloudservice.0 (48405) This object will not be created in future versions. Please report this to the developer.
                2021-04-09 10:44:40.936 - warn: mielecloudservice.0 (48405) Object mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep is invalid: obj.common.type has an invalid value (integer) but has to be one of number, string, boolean, array, object, mixed, file, json
                2021-04-09 10:44:40.937 - warn: mielecloudservice.0 (48405) This object will not be created in future versions. Please report this to the developer.
                

                546f7dcc-8fa8-43c8-9a36-54f8d95f8fca-image.png

                e2b9b3f3-9e96-4d0c-91ee-a20ac455c499-image.png

                37f3a136-cf03-45af-a6ea-e867d56af885-image.png

                GrizzelbeeG Offline
                GrizzelbeeG Offline
                Grizzelbee
                Developer
                schrieb am zuletzt editiert von
                #264

                @marka

                V4.0.8 (2021-04-09) (The seven angels)

                • (grizzelbee) Fix: fixed datatype of VentilationStep data point
                • (grizzelbee) Fix: fixed ventilation step switch for hoods (attempt 4)
                M 1 Antwort Letzte Antwort
                0
                • GrizzelbeeG Grizzelbee

                  @marka

                  V4.0.8 (2021-04-09) (The seven angels)

                  • (grizzelbee) Fix: fixed datatype of VentilationStep data point
                  • (grizzelbee) Fix: fixed ventilation step switch for hoods (attempt 4)
                  M Offline
                  M Offline
                  MarkA
                  schrieb am zuletzt editiert von MarkA
                  #265

                  @grizzelbee

                  So langsam wird es mir unangenehm - geht leider immer noch nicht...

                  mielecloudadapter.log

                  Was bedeutet "ack is not set!"?

                  GrizzelbeeG 1 Antwort Letzte Antwort
                  0
                  • M MarkA

                    @grizzelbee

                    So langsam wird es mir unangenehm - geht leider immer noch nicht...

                    mielecloudadapter.log

                    Was bedeutet "ack is not set!"?

                    GrizzelbeeG Offline
                    GrizzelbeeG Offline
                    Grizzelbee
                    Developer
                    schrieb am zuletzt editiert von Grizzelbee
                    #266

                    @marka sagte in MieleCloudService Adapter:

                    So langsam wird es mir unangenehm - geht leider immer noch nicht...

                    Muss es nicht.

                    Aber ...

                    2021-04-09 11:43:52.256 - debug: mielecloudservice.0 (6678) CurrentlyPermittedActions: {"processAction":[],"light":[],"ambientLight":[],"startTime":[],"ventilationStep":[],"programId":[],"targetTemperature":[],"deviceName":false,"powerOn":true,"powerOff":false,"colors":[],"modes":[]}
                    [...]
                    2021-04-09 11:43:59.090 - debug: mielecloudservice.0 (6678) ack is not set!
                    2021-04-09 11:43:59.095 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Light] [{"val":"On","ack":false,"ts":1617961439087,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617961439087}]
                    2021-04-09 11:43:59.097 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [Light] with value: [On] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                    2021-04-09 11:43:59.098 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"light":1}]
                    2021-04-09 11:43:59.100 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                    2021-04-09 11:43:59.101 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                    2021-04-09 11:44:02.966 - debug: mielecloudservice.0 (6678) ack is not set!
                    2021-04-09 11:44:02.967 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep] [{"val":2,"ack":false,"ts":1617961442963,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617961442963}]
                    2021-04-09 11:44:02.968 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [VentilationStep] with value: [2] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                    2021-04-09 11:44:02.969 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"ventilationStep":2}]
                    2021-04-09 11:44:02.971 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                    2021-04-09 11:44:02.972 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                    
                    

                    Wie man im Log sehen kann, ist die Haube gar nicht eingeschaltet:
                    CurrentlyPermittedActions: {"processAction":[],"light":[],"ambientLight":[],"startTime":[],"ventilationStep":[],"programId":[],"targetTemperature":[],"deviceName":false,"powerOn":true,"powerOff":false,"colors":[],"modes":[]}

                    Die einzige erlaubte Aktion ist: PowerOn.
                    Für das Licht sind die Werte 1 und 2 möglich (light":[1,2]).
                    Für die Lüftung sind die Werte 0, 1, 2, 4 und 4 möglich (ventilationStep":[0,1,2,3,4]). Wenn die Haube eingeschaltet aber nicht in Betrieb ist sind es: 1,2,3,4.

                    Die Zahlen spiegeln die Aktionen wieder, die gerade möglich sind:
                    Licht: 1=Einschalten, 2=Ausschalten
                    Lüfter: 0=Ausschalten, 1..4:=Stufe 1-4

                    Probiere es bitte noch einmal mit eingeschalteter Haube bzw. auch die haube über den Adapter einzuschalten.

                    Was bedeutet "ack is not set!"?

                    ACK ist die abkürzung für Acknowledge. Bedeutet hier folgendes:
                    Wenn Ack gesetzt ist, wurde der Status von der Hardware gesetzt. wenn ack nicht gesetzt ist, handelt es sich um eine manuelle Aktion. Sprich: Der Benutzer hat irgendetwas ausgelöst. Das kann übrigens z.B. auch in Blocklys genutzt werden.
                    Dort sieht das so aus:
                    ad8a896e-5c0d-4537-be27-fc93a6eb8dc1-grafik.png

                    M 1 Antwort Letzte Antwort
                    0
                    • GrizzelbeeG Grizzelbee

                      @marka sagte in MieleCloudService Adapter:

                      So langsam wird es mir unangenehm - geht leider immer noch nicht...

                      Muss es nicht.

                      Aber ...

                      2021-04-09 11:43:52.256 - debug: mielecloudservice.0 (6678) CurrentlyPermittedActions: {"processAction":[],"light":[],"ambientLight":[],"startTime":[],"ventilationStep":[],"programId":[],"targetTemperature":[],"deviceName":false,"powerOn":true,"powerOff":false,"colors":[],"modes":[]}
                      [...]
                      2021-04-09 11:43:59.090 - debug: mielecloudservice.0 (6678) ack is not set!
                      2021-04-09 11:43:59.095 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Light] [{"val":"On","ack":false,"ts":1617961439087,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617961439087}]
                      2021-04-09 11:43:59.097 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [Light] with value: [On] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                      2021-04-09 11:43:59.098 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"light":1}]
                      2021-04-09 11:43:59.100 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                      2021-04-09 11:43:59.101 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                      2021-04-09 11:44:02.966 - debug: mielecloudservice.0 (6678) ack is not set!
                      2021-04-09 11:44:02.967 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep] [{"val":2,"ack":false,"ts":1617961442963,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617961442963}]
                      2021-04-09 11:44:02.968 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [VentilationStep] with value: [2] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                      2021-04-09 11:44:02.969 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"ventilationStep":2}]
                      2021-04-09 11:44:02.971 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                      2021-04-09 11:44:02.972 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                      
                      

                      Wie man im Log sehen kann, ist die Haube gar nicht eingeschaltet:
                      CurrentlyPermittedActions: {"processAction":[],"light":[],"ambientLight":[],"startTime":[],"ventilationStep":[],"programId":[],"targetTemperature":[],"deviceName":false,"powerOn":true,"powerOff":false,"colors":[],"modes":[]}

                      Die einzige erlaubte Aktion ist: PowerOn.
                      Für das Licht sind die Werte 1 und 2 möglich (light":[1,2]).
                      Für die Lüftung sind die Werte 0, 1, 2, 4 und 4 möglich (ventilationStep":[0,1,2,3,4]). Wenn die Haube eingeschaltet aber nicht in Betrieb ist sind es: 1,2,3,4.

                      Die Zahlen spiegeln die Aktionen wieder, die gerade möglich sind:
                      Licht: 1=Einschalten, 2=Ausschalten
                      Lüfter: 0=Ausschalten, 1..4:=Stufe 1-4

                      Probiere es bitte noch einmal mit eingeschalteter Haube bzw. auch die haube über den Adapter einzuschalten.

                      Was bedeutet "ack is not set!"?

                      ACK ist die abkürzung für Acknowledge. Bedeutet hier folgendes:
                      Wenn Ack gesetzt ist, wurde der Status von der Hardware gesetzt. wenn ack nicht gesetzt ist, handelt es sich um eine manuelle Aktion. Sprich: Der Benutzer hat irgendetwas ausgelöst. Das kann übrigens z.B. auch in Blocklys genutzt werden.
                      Dort sieht das so aus:
                      ad8a896e-5c0d-4537-be27-fc93a6eb8dc1-grafik.png

                      M Offline
                      M Offline
                      MarkA
                      schrieb am zuletzt editiert von
                      #267

                      @grizzelbee

                      Hallo,

                      vielen Dank für Deine Mühe!!!

                      Leider ist das verhalten bei eingeschalteter Haube das gleiche. Es gib auch keinen Ein/Aus Knopf an der Haube.
                      Licht an / aus hat ja bereits funktioniert.

                      Über die App kann ich Licht an/aus, sowie die Lüfterstufe direkt anwählen. Ich bin daher davon ausgegangen, das dies über den Adapter genauso funktionieren müsste.

                      Für mich sieht das so aus, als wenn gar keine Kommandos an die Haube gesendet werden. "[APIStartAction] {}"

                      2021-04-09 12:50:52.053 - debug: mielecloudservice.0 (6678) ack is not set!
                      2021-04-09 12:50:52.054 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep] [{"val":2,"ack":false,"ts":1617965452051,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617965452051}]
                      2021-04-09 12:50:52.054 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [VentilationStep] with value: [2] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                      2021-04-09 12:50:52.055 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"ventilationStep":2}]
                      2021-04-09 12:50:52.056 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                      2021-04-09 12:50:52.056 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                      2021-04-09 12:51:26.411 - debug: mielecloudservice.0 (6678) ack is not set!
                      2021-04-09 12:51:26.411 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Light] [{"val":"On","ack":false,"ts":1617965486409,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617965486409}]
                      2021-04-09 12:51:26.412 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [Light] with value: [On] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                      2021-04-09 12:51:26.412 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"light":1}]
                      2021-04-09 12:51:26.413 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                      2021-04-09 12:51:26.413 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                      2021-04-09 12:51:40.577 - debug: mielecloudservice.0 (6678) ack is not set!
                      2021-04-09 12:51:40.578 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Light] [{"val":"Off","ack":false,"ts":1617965500576,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617965500576}]
                      2021-04-09 12:51:40.578 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [Light] with value: [Off] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                      2021-04-09 12:51:40.578 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"light":2}]
                      2021-04-09 12:51:40.579 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                      2021-04-09 12:51:40.579 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                      2021-04-09 12:51:48.124 - debug: mielecloudservice.0 (6678) ack is not set!
                      2021-04-09 12:51:48.125 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Stop] [{"val":true,"ack":false,"ts":1617965508122,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617965508122}]
                      2021-04-09 12:51:48.125 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [Stop] with value: [true] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                      2021-04-09 12:51:48.125 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"processAction":2}]
                      2021-04-09 12:51:48.126 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                      2021-04-09 12:51:48.127 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                      
                      GrizzelbeeG 1 Antwort Letzte Antwort
                      0
                      • M MarkA

                        @grizzelbee

                        Hallo,

                        vielen Dank für Deine Mühe!!!

                        Leider ist das verhalten bei eingeschalteter Haube das gleiche. Es gib auch keinen Ein/Aus Knopf an der Haube.
                        Licht an / aus hat ja bereits funktioniert.

                        Über die App kann ich Licht an/aus, sowie die Lüfterstufe direkt anwählen. Ich bin daher davon ausgegangen, das dies über den Adapter genauso funktionieren müsste.

                        Für mich sieht das so aus, als wenn gar keine Kommandos an die Haube gesendet werden. "[APIStartAction] {}"

                        2021-04-09 12:50:52.053 - debug: mielecloudservice.0 (6678) ack is not set!
                        2021-04-09 12:50:52.054 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.VentilationStep] [{"val":2,"ack":false,"ts":1617965452051,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617965452051}]
                        2021-04-09 12:50:52.054 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [VentilationStep] with value: [2] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                        2021-04-09 12:50:52.055 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"ventilationStep":2}]
                        2021-04-09 12:50:52.056 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                        2021-04-09 12:50:52.056 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                        2021-04-09 12:51:26.411 - debug: mielecloudservice.0 (6678) ack is not set!
                        2021-04-09 12:51:26.411 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Light] [{"val":"On","ack":false,"ts":1617965486409,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617965486409}]
                        2021-04-09 12:51:26.412 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [Light] with value: [On] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                        2021-04-09 12:51:26.412 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"light":1}]
                        2021-04-09 12:51:26.413 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                        2021-04-09 12:51:26.413 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                        2021-04-09 12:51:40.577 - debug: mielecloudservice.0 (6678) ack is not set!
                        2021-04-09 12:51:40.578 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Light] [{"val":"Off","ack":false,"ts":1617965500576,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617965500576}]
                        2021-04-09 12:51:40.578 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [Light] with value: [Off] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                        2021-04-09 12:51:40.578 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"light":2}]
                        2021-04-09 12:51:40.579 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                        2021-04-09 12:51:40.579 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                        2021-04-09 12:51:48.124 - debug: mielecloudservice.0 (6678) ack is not set!
                        2021-04-09 12:51:48.125 - debug: mielecloudservice.0 (6678) stateChange [mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Stop] [{"val":true,"ack":false,"ts":1617965508122,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1617965508122}]
                        2021-04-09 12:51:48.125 - debug: mielecloudservice.0 (6678) APIStartAction: received Action: [Stop] with value: [true] for device [mac-00124B000E881998] / path:[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS]
                        2021-04-09 12:51:48.125 - debug: mielecloudservice.0 (6678) APIStartAction: Executing Action: [{"processAction":2}]
                        2021-04-09 12:51:48.126 - debug: mielecloudservice.0 (6678) createString: Path[mielecloudservice.0.Hoods.mac-00124B000E881998.ACTIONS.Action_Information] Value[{}]
                        2021-04-09 12:51:48.127 - error: mielecloudservice.0 (6678) [APIStartAction] {}
                        
                        GrizzelbeeG Offline
                        GrizzelbeeG Offline
                        Grizzelbee
                        Developer
                        schrieb am zuletzt editiert von Grizzelbee
                        #268

                        @marka

                        Kannst Du mir bitte noch die Zeile: CurrentlyPermittedActions, die unmittelbar vor den Aktionen steht raussuchen?

                        Unabhängig davon bin ich der Sache aber auf der Spur. Entgegen deiner Vermutung werden die Aktionen an die API gesendet. Sie kommen da nur leider mit einem (stummen) Fehler raus. WIll sagen: Wir haben beide übersehen das es sich bei "[APIStartAction] {}" um einen ERROR handelt.
                        Ich vermute, das ich den ActionCurrentlyNOTpermitted-Fehler von der API stumm unterdrücke.
                        Ich untersuche das ...

                        Edit:

                        V4.0.9 (2021-04-09) (Farewell)

                        • (grizzelbee) Fix: Errors during action execution will be shown correctly
                        • (grizzelbee) Fix: Actions will be executed correctly
                        oberfraggerO 1 Antwort Letzte Antwort
                        0
                        • GrizzelbeeG Grizzelbee

                          @marka

                          Kannst Du mir bitte noch die Zeile: CurrentlyPermittedActions, die unmittelbar vor den Aktionen steht raussuchen?

                          Unabhängig davon bin ich der Sache aber auf der Spur. Entgegen deiner Vermutung werden die Aktionen an die API gesendet. Sie kommen da nur leider mit einem (stummen) Fehler raus. WIll sagen: Wir haben beide übersehen das es sich bei "[APIStartAction] {}" um einen ERROR handelt.
                          Ich vermute, das ich den ActionCurrentlyNOTpermitted-Fehler von der API stumm unterdrücke.
                          Ich untersuche das ...

                          Edit:

                          V4.0.9 (2021-04-09) (Farewell)

                          • (grizzelbee) Fix: Errors during action execution will be shown correctly
                          • (grizzelbee) Fix: Actions will be executed correctly
                          oberfraggerO Offline
                          oberfraggerO Offline
                          oberfragger
                          schrieb am zuletzt editiert von
                          #269

                          @grizzelbee Moin, erstmal als Info.
                          Mir wurde neulich 4.0.4 angeboten. Natürlich installiert.

                          Nun schaue ich heute rein- Adapter gelb. Bei Versuch den zu starten- geht der wieder auf Gelb.

                          mielecloudservice.0	2021-04-11 20:37:25.270	error	at async main (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:647:13)
                          mielecloudservice.0	2021-04-11 20:37:25.270	error	at async splitMieleDevices (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:273:9)
                          mielecloudservice.0	2021-04-11 20:37:25.270	error	at async parseMieleDevice (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:295:5)
                          mielecloudservice.0	2021-04-11 20:37:25.270	error	at async addMieleDevice (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:335:17)
                          mielecloudservice.0	2021-04-11 20:37:25.270	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                          mielecloudservice.0	2021-04-11 20:37:25.270	error	at addMieleDeviceState (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:370:70)
                          mielecloudservice.0	2021-04-11 20:37:25.270	error	(30782) [main] :actions is not defined, Stacktrace:ReferenceError: actions is not defined
                          mielecloudservice.0	2021-04-11 20:37:24.917	info	(30782) Setting up devices ...
                          mielecloudservice.0	2021-04-11 20:37:24.915	info	(30782) Access-Token expires at: [Tue May 11 2021 20:37:00 GMT+0200 (GMT+02:00)]
                          mielecloudservice.0	2021-04-11 20:37:24.549	info	(30782) starting. Version 4.0.1 in /opt/iobroker/node_modules/iobroker.mielecloudservice, node: v12.21.0, js-controller: 3.2.16
                          

                          Ich hab jetzt erstmal auf 3.0.2 zurück gedreht. Ging sofort.
                          Nur als Info falls das Problem nicht sowieso bereits gefixt ist.

                          GrizzelbeeG 1 Antwort Letzte Antwort
                          0
                          • oberfraggerO oberfragger

                            @grizzelbee Moin, erstmal als Info.
                            Mir wurde neulich 4.0.4 angeboten. Natürlich installiert.

                            Nun schaue ich heute rein- Adapter gelb. Bei Versuch den zu starten- geht der wieder auf Gelb.

                            mielecloudservice.0	2021-04-11 20:37:25.270	error	at async main (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:647:13)
                            mielecloudservice.0	2021-04-11 20:37:25.270	error	at async splitMieleDevices (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:273:9)
                            mielecloudservice.0	2021-04-11 20:37:25.270	error	at async parseMieleDevice (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:295:5)
                            mielecloudservice.0	2021-04-11 20:37:25.270	error	at async addMieleDevice (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:335:17)
                            mielecloudservice.0	2021-04-11 20:37:25.270	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                            mielecloudservice.0	2021-04-11 20:37:25.270	error	at addMieleDeviceState (/opt/iobroker/node_modules/iobroker.mielecloudservice/main.js:370:70)
                            mielecloudservice.0	2021-04-11 20:37:25.270	error	(30782) [main] :actions is not defined, Stacktrace:ReferenceError: actions is not defined
                            mielecloudservice.0	2021-04-11 20:37:24.917	info	(30782) Setting up devices ...
                            mielecloudservice.0	2021-04-11 20:37:24.915	info	(30782) Access-Token expires at: [Tue May 11 2021 20:37:00 GMT+0200 (GMT+02:00)]
                            mielecloudservice.0	2021-04-11 20:37:24.549	info	(30782) starting. Version 4.0.1 in /opt/iobroker/node_modules/iobroker.mielecloudservice, node: v12.21.0, js-controller: 3.2.16
                            

                            Ich hab jetzt erstmal auf 3.0.2 zurück gedreht. Ging sofort.
                            Nur als Info falls das Problem nicht sowieso bereits gefixt ist.

                            GrizzelbeeG Offline
                            GrizzelbeeG Offline
                            Grizzelbee
                            Developer
                            schrieb am zuletzt editiert von
                            #270

                            @oberfragger
                            Ja, tut mir leid. Die 4.0.4 war noch ziemlich kaputt, deshalb habe ich die auch zurück gezogen.
                            Aktuell bin ich auf git bei 4.0.10 und die funktioniert soweit wohl ganz gut. Ich tüftel da noch für Kühl- und Gefriergeräte etwas rum. Aber tätsächlich nur noch für diese Geräteklassen. Alles Andere ist soweit fertig, bzw. aktuell keine Fehler mehr bekannt.
                            Ich denke das nächste vernünftige Release bald freigeben zu können.

                            oberfraggerO Sascha LöbbertS 2 Antworten Letzte Antwort
                            1
                            • GrizzelbeeG Grizzelbee

                              @oberfragger
                              Ja, tut mir leid. Die 4.0.4 war noch ziemlich kaputt, deshalb habe ich die auch zurück gezogen.
                              Aktuell bin ich auf git bei 4.0.10 und die funktioniert soweit wohl ganz gut. Ich tüftel da noch für Kühl- und Gefriergeräte etwas rum. Aber tätsächlich nur noch für diese Geräteklassen. Alles Andere ist soweit fertig, bzw. aktuell keine Fehler mehr bekannt.
                              Ich denke das nächste vernünftige Release bald freigeben zu können.

                              oberfraggerO Offline
                              oberfraggerO Offline
                              oberfragger
                              schrieb am zuletzt editiert von
                              #271

                              @grizzelbee Danke für die Rückmeldung.
                              Vielen Dank für deine Mühe und viel Erfolg!

                              1 Antwort Letzte Antwort
                              0
                              • GrizzelbeeG Grizzelbee

                                @oberfragger
                                Ja, tut mir leid. Die 4.0.4 war noch ziemlich kaputt, deshalb habe ich die auch zurück gezogen.
                                Aktuell bin ich auf git bei 4.0.10 und die funktioniert soweit wohl ganz gut. Ich tüftel da noch für Kühl- und Gefriergeräte etwas rum. Aber tätsächlich nur noch für diese Geräteklassen. Alles Andere ist soweit fertig, bzw. aktuell keine Fehler mehr bekannt.
                                Ich denke das nächste vernünftige Release bald freigeben zu können.

                                Sascha LöbbertS Offline
                                Sascha LöbbertS Offline
                                Sascha Löbbert
                                schrieb am zuletzt editiert von
                                #272

                                @grizzelbee Bei mir läuft gerade die 4.0.6 ohne weitere Probleme, allerdings auch "nur" mit Geschirrspüler, Trockner und Waschmaschine. Aber das ursprüngliche Problem ist auch gelöst.

                                GrizzelbeeG 1 Antwort Letzte Antwort
                                0
                                • Sascha LöbbertS Sascha Löbbert

                                  @grizzelbee Bei mir läuft gerade die 4.0.6 ohne weitere Probleme, allerdings auch "nur" mit Geschirrspüler, Trockner und Waschmaschine. Aber das ursprüngliche Problem ist auch gelöst.

                                  GrizzelbeeG Offline
                                  GrizzelbeeG Offline
                                  Grizzelbee
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #273

                                  @sascha-löbbert , @oberfragger ,@M-A-X , @HomeZecke , @kleine_kuh , @michael-1975 und alle anderen ...

                                  Wir haben endlich einen Release-Kandidaten, den ich heute in den Beta-Zweig eingestellt habe:

                                  V4.0.13 (2021-04-12) (The toy master)

                                  Die Version hat keine bekannten Bugs mehr. Ich empfehle aber ganz deutlich vor dem Update das komplette Changelog seit eurer aktuell installierten Version zu lesen und zu beachten. Der Einfachheit halber deshalb hier das komplette Changelog seit der letzten Stable:
                                  Ich weise auch noch einmal ausdrücklich auf die Änderungen bei der Passwortverschlüsselung in der v3.0.0 hin!

                                  V4.0.13 (2021-04-12) (The toy master)

                                  • (grizzelbee) Fix: 90 targetTemp addresses zones for fridges and freezers dynamically now

                                  V4.0.12 (2021-04-12) (Promised land)

                                  • (grizzelbee) Fix: 90 targetTemp addresses zones for fridges and freezers dynamically now

                                  V4.0.11 (2021-04-11) (Cry just a little)

                                  • (grizzelbee) Fix: targetTemp min and max values are now taken from API - no constant values anymore

                                  V4.0.10 (2021-04-10) (Another angel down)

                                  • (grizzelbee) Fix: targetTemp min and max values are now taken from API - no constant values anymore

                                  V4.0.9 (2021-04-09) (Farewell)

                                  • (grizzelbee) Fix: Errors during action execution will be shown correctly
                                  • (grizzelbee) Fix: Actions will be executed correctly

                                  V4.0.8 (2021-04-09) (The seven angels)

                                  • (grizzelbee) Fix: fixed datatype of VentilationStep data point
                                  • (grizzelbee) Fix: fixed ventilation step switch for hoods (attempt 4)

                                  V4.0.7 (2021-04-09) (Lost in space)

                                  • (grizzelbee) Fix: 90 added missing path to object ID; data point will be created in the correct place now
                                  • (grizzelbee) New: targetTemp min and max values are now taken from API - no constant values anymore

                                  V4.0.6 (2021-04-08) (The great mystery)

                                  • (grizzelbee) Fix: fixes Light switch for hoods and other devices supporting light
                                  • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 3)

                                  V4.0.5 (2021-04-08) (The haunting)

                                  • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 2)
                                  • (grizzelbee) Fix: fixes error on creating TargetTemperature data points

                                  V4.0.4 (2021-04-07) (Wastelands)

                                  • (grizzelbee) Fix: fixes ventilation step switch for hoods
                                  • (grizzelbee) Fix: fixed missing getLightState

                                  V4.0.3 (2021-04-07) (The raven child)

                                  • (grizzelbee) Fix: 109 fixes 404 error when querying possible actions for device.
                                  • (grizzelbee) Fix: fixes errors when executing actions on devices with API-Id!=fabNumber

                                  V4.0.2 (2021-04-07) (Angel of Babylon)

                                  • (grizzelbee) Fix: 107 fixes #107 and 404 error when device is unknown.

                                  V4.0.1 (2021-04-06) (Sign of the cross)

                                  • (grizzelbee) Fix: 90 setting the targetTemperature should work now.
                                  • (grizzelbee) Fix: 96 Added missing ACTIONS.Action_Information again
                                  • (grizzelbee) Fix: 97 removed unneeded additional "VentilationStep/Lüfterstufe" in path and fixed warning with this. VentilationStep-switch should work properly now.
                                  • (grizzelbee) Fix: 98 Color-Action has now valid type 'String'
                                  • (grizzelbee) Fix: 102 Fixed ACTIONS.VentilationStep has no existing object
                                  • (grizzelbee) Fix: Power switch is write protected now when in state 'None'. State 'None' means: No action permitted.
                                  • (grizzelbee) Fix: Light switch is write protected now when in state 'None'. State 'None' means: No action permitted.
                                  • (grizzelbee) Fix: http error 404 will be catched when requesting device actions

                                  V4.0.0 (2021-03-18) (Symphony of life)

                                  Hint: The adapter received a complete code refactoring! This means that most of the code has been changed and some parts are working now differently than ever before. Update with care and read the change log!

                                  • (grizzelbee) New: FULL support of Miele cloud API v1.0.4
                                  • (grizzelbee) Upd: 83 estimatedEndTime isn't shown anymore after the device has finished
                                  • (grizzelbee) Upd: 85 full code refactoring and split into multiple files.
                                  • (grizzelbee) Upd: 86 every folder and device now gets a nice little icon
                                  • (grizzelbee) Upd: 89 Washer dryers are fully supported now
                                  • (grizzelbee) Upd: 90 implemented targetTemperature for fridges & freezers
                                  • (grizzelbee) Upd: Devices get fully created on startup and aren't modified afterwards - only updated
                                  • (grizzelbee) Upd: New folder ecoFeedback to group ecoFeedback states
                                  • (grizzelbee) Upd: New folder IDENT to group ident states
                                  • (grizzelbee) Upd: Removed signalActionRequired - since there is no signalDoor for washing machines, dryers and dishwashers this approach doesn't work
                                  • (grizzelbee) Upd: All folders and states which are being created depend on the capabilities of their devices as described in this Miele documentation. So there shouldn't be useless states anymore caused by the generic Miele cloud API.

                                  V3.0.2 (2021-03-05)

                                  • (grizzelbee) Fix: 79 When a devices serial is missing, the identNumber is assigned instead.
                                  • (grizzelbee) Upd: Changed folder name cooktops to hobs since this is the more common name
                                  • (grizzelbee) Upd: added PowerOn/Off buttons for Coffee-systems & hoods
                                  • (grizzelbee) Upd: 74 testing actions better before sending to permit errors

                                  V3.0.1 (2021-02-25)

                                  Hint: Action_Information and Action_Status objects are created on first action execution and contain infos to the last executed action.
                                  Please take care of notes regarding [Controlling your devices](#Controlling your devices).

                                  • (grizzelbee) Upd: Improved logging in some parts - objects get stringified.
                                  • (grizzelbee) Fix: 74 Actions are working again
                                  • (grizzelbee) Upd: Actions are tested before sending whether they are permitted in current device state
                                  • (grizzelbee) Upd: estimatedEndTime doesn't show seconds anymore
                                  • (grizzelbee) Upd: Improved documentation
                                  • (grizzelbee) Upd: removed unused function decrypt
                                  • (grizzelbee) Upd: removed superfluent parameters

                                  V3.0.0 (2021-02-18)

                                  Hint: ecoFeedback objects are created on the first run of the device. This allows to only create them, when they contain data.

                                  • (grizzelbee) New: BREAKING CHANGE: Making use of build-in password de-/encryption. This raises the need to re-enter your passwords again, because the old ones can't be decrypted anymore.
                                  • (grizzelbee) New: 70 Implements Miele API 1.0.4
                                  • (grizzelbee) New: 64 Introduces data point estimatedFinishingTime
                                  • (grizzelbee) New: 54 Poll interval can now freely be selected in seconds and minutes
                                  • (grizzelbee) Upd: 73 BREAKING CHANGE: Removed white-spaces from any ID in device tree. This creates completely new device trees. So please delete the old ones.
                                  • (grizzelbee) Upd: removed david-dm badge
                                  • (grizzelbee) Upd: updated dependencies
                                  • (grizzelbee) Fix: added passwords to encryptedNative
                                  • (grizzelbee) Fix: added passwords to protectedNative
                                  • (grizzelbee) Fix: 63 added missing info.connection object to io-package
                                  • (grizzelbee) Fix: 63 Fixed new Warnings introduced with js-controller 3.2
                                  • (grizzelbee) Fix: 74 Light-Actions should work now
                                  M C 2 Antworten Letzte Antwort
                                  0
                                  • GrizzelbeeG Grizzelbee

                                    @sascha-löbbert , @oberfragger ,@M-A-X , @HomeZecke , @kleine_kuh , @michael-1975 und alle anderen ...

                                    Wir haben endlich einen Release-Kandidaten, den ich heute in den Beta-Zweig eingestellt habe:

                                    V4.0.13 (2021-04-12) (The toy master)

                                    Die Version hat keine bekannten Bugs mehr. Ich empfehle aber ganz deutlich vor dem Update das komplette Changelog seit eurer aktuell installierten Version zu lesen und zu beachten. Der Einfachheit halber deshalb hier das komplette Changelog seit der letzten Stable:
                                    Ich weise auch noch einmal ausdrücklich auf die Änderungen bei der Passwortverschlüsselung in der v3.0.0 hin!

                                    V4.0.13 (2021-04-12) (The toy master)

                                    • (grizzelbee) Fix: 90 targetTemp addresses zones for fridges and freezers dynamically now

                                    V4.0.12 (2021-04-12) (Promised land)

                                    • (grizzelbee) Fix: 90 targetTemp addresses zones for fridges and freezers dynamically now

                                    V4.0.11 (2021-04-11) (Cry just a little)

                                    • (grizzelbee) Fix: targetTemp min and max values are now taken from API - no constant values anymore

                                    V4.0.10 (2021-04-10) (Another angel down)

                                    • (grizzelbee) Fix: targetTemp min and max values are now taken from API - no constant values anymore

                                    V4.0.9 (2021-04-09) (Farewell)

                                    • (grizzelbee) Fix: Errors during action execution will be shown correctly
                                    • (grizzelbee) Fix: Actions will be executed correctly

                                    V4.0.8 (2021-04-09) (The seven angels)

                                    • (grizzelbee) Fix: fixed datatype of VentilationStep data point
                                    • (grizzelbee) Fix: fixed ventilation step switch for hoods (attempt 4)

                                    V4.0.7 (2021-04-09) (Lost in space)

                                    • (grizzelbee) Fix: 90 added missing path to object ID; data point will be created in the correct place now
                                    • (grizzelbee) New: targetTemp min and max values are now taken from API - no constant values anymore

                                    V4.0.6 (2021-04-08) (The great mystery)

                                    • (grizzelbee) Fix: fixes Light switch for hoods and other devices supporting light
                                    • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 3)

                                    V4.0.5 (2021-04-08) (The haunting)

                                    • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 2)
                                    • (grizzelbee) Fix: fixes error on creating TargetTemperature data points

                                    V4.0.4 (2021-04-07) (Wastelands)

                                    • (grizzelbee) Fix: fixes ventilation step switch for hoods
                                    • (grizzelbee) Fix: fixed missing getLightState

                                    V4.0.3 (2021-04-07) (The raven child)

                                    • (grizzelbee) Fix: 109 fixes 404 error when querying possible actions for device.
                                    • (grizzelbee) Fix: fixes errors when executing actions on devices with API-Id!=fabNumber

                                    V4.0.2 (2021-04-07) (Angel of Babylon)

                                    • (grizzelbee) Fix: 107 fixes #107 and 404 error when device is unknown.

                                    V4.0.1 (2021-04-06) (Sign of the cross)

                                    • (grizzelbee) Fix: 90 setting the targetTemperature should work now.
                                    • (grizzelbee) Fix: 96 Added missing ACTIONS.Action_Information again
                                    • (grizzelbee) Fix: 97 removed unneeded additional "VentilationStep/Lüfterstufe" in path and fixed warning with this. VentilationStep-switch should work properly now.
                                    • (grizzelbee) Fix: 98 Color-Action has now valid type 'String'
                                    • (grizzelbee) Fix: 102 Fixed ACTIONS.VentilationStep has no existing object
                                    • (grizzelbee) Fix: Power switch is write protected now when in state 'None'. State 'None' means: No action permitted.
                                    • (grizzelbee) Fix: Light switch is write protected now when in state 'None'. State 'None' means: No action permitted.
                                    • (grizzelbee) Fix: http error 404 will be catched when requesting device actions

                                    V4.0.0 (2021-03-18) (Symphony of life)

                                    Hint: The adapter received a complete code refactoring! This means that most of the code has been changed and some parts are working now differently than ever before. Update with care and read the change log!

                                    • (grizzelbee) New: FULL support of Miele cloud API v1.0.4
                                    • (grizzelbee) Upd: 83 estimatedEndTime isn't shown anymore after the device has finished
                                    • (grizzelbee) Upd: 85 full code refactoring and split into multiple files.
                                    • (grizzelbee) Upd: 86 every folder and device now gets a nice little icon
                                    • (grizzelbee) Upd: 89 Washer dryers are fully supported now
                                    • (grizzelbee) Upd: 90 implemented targetTemperature for fridges & freezers
                                    • (grizzelbee) Upd: Devices get fully created on startup and aren't modified afterwards - only updated
                                    • (grizzelbee) Upd: New folder ecoFeedback to group ecoFeedback states
                                    • (grizzelbee) Upd: New folder IDENT to group ident states
                                    • (grizzelbee) Upd: Removed signalActionRequired - since there is no signalDoor for washing machines, dryers and dishwashers this approach doesn't work
                                    • (grizzelbee) Upd: All folders and states which are being created depend on the capabilities of their devices as described in this Miele documentation. So there shouldn't be useless states anymore caused by the generic Miele cloud API.

                                    V3.0.2 (2021-03-05)

                                    • (grizzelbee) Fix: 79 When a devices serial is missing, the identNumber is assigned instead.
                                    • (grizzelbee) Upd: Changed folder name cooktops to hobs since this is the more common name
                                    • (grizzelbee) Upd: added PowerOn/Off buttons for Coffee-systems & hoods
                                    • (grizzelbee) Upd: 74 testing actions better before sending to permit errors

                                    V3.0.1 (2021-02-25)

                                    Hint: Action_Information and Action_Status objects are created on first action execution and contain infos to the last executed action.
                                    Please take care of notes regarding [Controlling your devices](#Controlling your devices).

                                    • (grizzelbee) Upd: Improved logging in some parts - objects get stringified.
                                    • (grizzelbee) Fix: 74 Actions are working again
                                    • (grizzelbee) Upd: Actions are tested before sending whether they are permitted in current device state
                                    • (grizzelbee) Upd: estimatedEndTime doesn't show seconds anymore
                                    • (grizzelbee) Upd: Improved documentation
                                    • (grizzelbee) Upd: removed unused function decrypt
                                    • (grizzelbee) Upd: removed superfluent parameters

                                    V3.0.0 (2021-02-18)

                                    Hint: ecoFeedback objects are created on the first run of the device. This allows to only create them, when they contain data.

                                    • (grizzelbee) New: BREAKING CHANGE: Making use of build-in password de-/encryption. This raises the need to re-enter your passwords again, because the old ones can't be decrypted anymore.
                                    • (grizzelbee) New: 70 Implements Miele API 1.0.4
                                    • (grizzelbee) New: 64 Introduces data point estimatedFinishingTime
                                    • (grizzelbee) New: 54 Poll interval can now freely be selected in seconds and minutes
                                    • (grizzelbee) Upd: 73 BREAKING CHANGE: Removed white-spaces from any ID in device tree. This creates completely new device trees. So please delete the old ones.
                                    • (grizzelbee) Upd: removed david-dm badge
                                    • (grizzelbee) Upd: updated dependencies
                                    • (grizzelbee) Fix: added passwords to encryptedNative
                                    • (grizzelbee) Fix: added passwords to protectedNative
                                    • (grizzelbee) Fix: 63 added missing info.connection object to io-package
                                    • (grizzelbee) Fix: 63 Fixed new Warnings introduced with js-controller 3.2
                                    • (grizzelbee) Fix: 74 Light-Actions should work now
                                    M Offline
                                    M Offline
                                    M-A-X
                                    schrieb am zuletzt editiert von
                                    #274

                                    @grizzelbee läuft bei mir problemlos :)

                                    GrizzelbeeG 1 Antwort Letzte Antwort
                                    0
                                    • GrizzelbeeG Grizzelbee

                                      @sascha-löbbert , @oberfragger ,@M-A-X , @HomeZecke , @kleine_kuh , @michael-1975 und alle anderen ...

                                      Wir haben endlich einen Release-Kandidaten, den ich heute in den Beta-Zweig eingestellt habe:

                                      V4.0.13 (2021-04-12) (The toy master)

                                      Die Version hat keine bekannten Bugs mehr. Ich empfehle aber ganz deutlich vor dem Update das komplette Changelog seit eurer aktuell installierten Version zu lesen und zu beachten. Der Einfachheit halber deshalb hier das komplette Changelog seit der letzten Stable:
                                      Ich weise auch noch einmal ausdrücklich auf die Änderungen bei der Passwortverschlüsselung in der v3.0.0 hin!

                                      V4.0.13 (2021-04-12) (The toy master)

                                      • (grizzelbee) Fix: 90 targetTemp addresses zones for fridges and freezers dynamically now

                                      V4.0.12 (2021-04-12) (Promised land)

                                      • (grizzelbee) Fix: 90 targetTemp addresses zones for fridges and freezers dynamically now

                                      V4.0.11 (2021-04-11) (Cry just a little)

                                      • (grizzelbee) Fix: targetTemp min and max values are now taken from API - no constant values anymore

                                      V4.0.10 (2021-04-10) (Another angel down)

                                      • (grizzelbee) Fix: targetTemp min and max values are now taken from API - no constant values anymore

                                      V4.0.9 (2021-04-09) (Farewell)

                                      • (grizzelbee) Fix: Errors during action execution will be shown correctly
                                      • (grizzelbee) Fix: Actions will be executed correctly

                                      V4.0.8 (2021-04-09) (The seven angels)

                                      • (grizzelbee) Fix: fixed datatype of VentilationStep data point
                                      • (grizzelbee) Fix: fixed ventilation step switch for hoods (attempt 4)

                                      V4.0.7 (2021-04-09) (Lost in space)

                                      • (grizzelbee) Fix: 90 added missing path to object ID; data point will be created in the correct place now
                                      • (grizzelbee) New: targetTemp min and max values are now taken from API - no constant values anymore

                                      V4.0.6 (2021-04-08) (The great mystery)

                                      • (grizzelbee) Fix: fixes Light switch for hoods and other devices supporting light
                                      • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 3)

                                      V4.0.5 (2021-04-08) (The haunting)

                                      • (grizzelbee) Fix: fixes ventilation step switch for hoods (attempt 2)
                                      • (grizzelbee) Fix: fixes error on creating TargetTemperature data points

                                      V4.0.4 (2021-04-07) (Wastelands)

                                      • (grizzelbee) Fix: fixes ventilation step switch for hoods
                                      • (grizzelbee) Fix: fixed missing getLightState

                                      V4.0.3 (2021-04-07) (The raven child)

                                      • (grizzelbee) Fix: 109 fixes 404 error when querying possible actions for device.
                                      • (grizzelbee) Fix: fixes errors when executing actions on devices with API-Id!=fabNumber

                                      V4.0.2 (2021-04-07) (Angel of Babylon)

                                      • (grizzelbee) Fix: 107 fixes #107 and 404 error when device is unknown.

                                      V4.0.1 (2021-04-06) (Sign of the cross)

                                      • (grizzelbee) Fix: 90 setting the targetTemperature should work now.
                                      • (grizzelbee) Fix: 96 Added missing ACTIONS.Action_Information again
                                      • (grizzelbee) Fix: 97 removed unneeded additional "VentilationStep/Lüfterstufe" in path and fixed warning with this. VentilationStep-switch should work properly now.
                                      • (grizzelbee) Fix: 98 Color-Action has now valid type 'String'
                                      • (grizzelbee) Fix: 102 Fixed ACTIONS.VentilationStep has no existing object
                                      • (grizzelbee) Fix: Power switch is write protected now when in state 'None'. State 'None' means: No action permitted.
                                      • (grizzelbee) Fix: Light switch is write protected now when in state 'None'. State 'None' means: No action permitted.
                                      • (grizzelbee) Fix: http error 404 will be catched when requesting device actions

                                      V4.0.0 (2021-03-18) (Symphony of life)

                                      Hint: The adapter received a complete code refactoring! This means that most of the code has been changed and some parts are working now differently than ever before. Update with care and read the change log!

                                      • (grizzelbee) New: FULL support of Miele cloud API v1.0.4
                                      • (grizzelbee) Upd: 83 estimatedEndTime isn't shown anymore after the device has finished
                                      • (grizzelbee) Upd: 85 full code refactoring and split into multiple files.
                                      • (grizzelbee) Upd: 86 every folder and device now gets a nice little icon
                                      • (grizzelbee) Upd: 89 Washer dryers are fully supported now
                                      • (grizzelbee) Upd: 90 implemented targetTemperature for fridges & freezers
                                      • (grizzelbee) Upd: Devices get fully created on startup and aren't modified afterwards - only updated
                                      • (grizzelbee) Upd: New folder ecoFeedback to group ecoFeedback states
                                      • (grizzelbee) Upd: New folder IDENT to group ident states
                                      • (grizzelbee) Upd: Removed signalActionRequired - since there is no signalDoor for washing machines, dryers and dishwashers this approach doesn't work
                                      • (grizzelbee) Upd: All folders and states which are being created depend on the capabilities of their devices as described in this Miele documentation. So there shouldn't be useless states anymore caused by the generic Miele cloud API.

                                      V3.0.2 (2021-03-05)

                                      • (grizzelbee) Fix: 79 When a devices serial is missing, the identNumber is assigned instead.
                                      • (grizzelbee) Upd: Changed folder name cooktops to hobs since this is the more common name
                                      • (grizzelbee) Upd: added PowerOn/Off buttons for Coffee-systems & hoods
                                      • (grizzelbee) Upd: 74 testing actions better before sending to permit errors

                                      V3.0.1 (2021-02-25)

                                      Hint: Action_Information and Action_Status objects are created on first action execution and contain infos to the last executed action.
                                      Please take care of notes regarding [Controlling your devices](#Controlling your devices).

                                      • (grizzelbee) Upd: Improved logging in some parts - objects get stringified.
                                      • (grizzelbee) Fix: 74 Actions are working again
                                      • (grizzelbee) Upd: Actions are tested before sending whether they are permitted in current device state
                                      • (grizzelbee) Upd: estimatedEndTime doesn't show seconds anymore
                                      • (grizzelbee) Upd: Improved documentation
                                      • (grizzelbee) Upd: removed unused function decrypt
                                      • (grizzelbee) Upd: removed superfluent parameters

                                      V3.0.0 (2021-02-18)

                                      Hint: ecoFeedback objects are created on the first run of the device. This allows to only create them, when they contain data.

                                      • (grizzelbee) New: BREAKING CHANGE: Making use of build-in password de-/encryption. This raises the need to re-enter your passwords again, because the old ones can't be decrypted anymore.
                                      • (grizzelbee) New: 70 Implements Miele API 1.0.4
                                      • (grizzelbee) New: 64 Introduces data point estimatedFinishingTime
                                      • (grizzelbee) New: 54 Poll interval can now freely be selected in seconds and minutes
                                      • (grizzelbee) Upd: 73 BREAKING CHANGE: Removed white-spaces from any ID in device tree. This creates completely new device trees. So please delete the old ones.
                                      • (grizzelbee) Upd: removed david-dm badge
                                      • (grizzelbee) Upd: updated dependencies
                                      • (grizzelbee) Fix: added passwords to encryptedNative
                                      • (grizzelbee) Fix: added passwords to protectedNative
                                      • (grizzelbee) Fix: 63 added missing info.connection object to io-package
                                      • (grizzelbee) Fix: 63 Fixed new Warnings introduced with js-controller 3.2
                                      • (grizzelbee) Fix: 74 Light-Actions should work now
                                      C Offline
                                      C Offline
                                      Coffeelover
                                      schrieb am zuletzt editiert von
                                      #275

                                      @grizzelbee Bei mir auch.

                                      1 Antwort Letzte Antwort
                                      0
                                      • M M-A-X

                                        @grizzelbee läuft bei mir problemlos :)

                                        GrizzelbeeG Offline
                                        GrizzelbeeG Offline
                                        Grizzelbee
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #276

                                        @m-a-x sagte in MieleCloudService Adapter:

                                        @grizzelbee läuft bei mir problemlos :)

                                        @coffeelover sagte in MieleCloudService Adapter:

                                        @grizzelbee Bei mir auch.

                                        Danke für das Feedback. Freut mich zu hören.

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • GrizzelbeeG Grizzelbee

                                          @m-a-x sagte in MieleCloudService Adapter:

                                          @grizzelbee läuft bei mir problemlos :)

                                          @coffeelover sagte in MieleCloudService Adapter:

                                          @grizzelbee Bei mir auch.

                                          Danke für das Feedback. Freut mich zu hören.

                                          M Offline
                                          M Offline
                                          MarkA
                                          schrieb am zuletzt editiert von
                                          #277

                                          @grizzelbee

                                          Ich bin leider erst heute zum testen gekommen - bei mir funktioniert es leider noch nicht ganz :(

                                          Das schalten der Lüfterstufen geht weiterhin nicht... API returned Status: [204]

                                          Licht ausschalten geht nur, wenn es über den Adapter eingeschaltet wurde. Wurde es manuell eingeschaltet, oder über die App kommt ein Fehler...

                                          Anbei das Log, beginnend mit dem starten des Adapters mit diversen Schaltvorgängen...

                                          mielecloudadapter.log

                                          Sorry das ich keinen anderen Status berichten kann...

                                          GrizzelbeeG 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          668

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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