MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

    Scheduled Pinned Locked Moved Utilities
    31 Posts 9 Posters 11.8k Views 9 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ViDiBiV Offline
      ViDiBi @Tribun
      last edited by

      Hi @Tribun,

      Can you try here if you can log into your miele account and try to get any response and a token:

      Miele 3rd Party APi

      Have a great weekend

      Victor

      T 1 Reply Last reply Reply Quote 0
      • T Offline
        Tribun @ViDiBi
        last edited by

        @ViDiBi Hallo Victor, thanks for the link. Unfortunately, I am not familiar with programming on this page. Where should I log in or register?

        I can also no longer enter any data for the Api registration on the Miele home page. (https://www.miele.com/f/com/en/register_api.aspx)

        mfg

        ViDiBiV 1 Reply Last reply Reply Quote 0
        • H Offline
          hypertraxs
          last edited by

          hello,

          vorab super Modul. Hab jedoch ein paar Fehler gefunden bzw. es für mich (Österreich) adaptieren müssen.

          beispielsweise - vg auf de-AT umstellen, Sprache muss auf DE in meinem Fall gestellt werden.

          und nun zum Fehler: in der /utilities/mieleathome.js - Zeile 105 verursacht die Zeichenfolge / ein Kommentar und somit läuft der Code nicht mehr…

          letztendlich hats dann funktioniert

          gruß Hyper

          ViDiBiV 1 Reply Last reply Reply Quote 0
          • ViDiBiV Offline
            ViDiBi @Tribun
            last edited by

            Hi @tribun,

            sorry for the late reply but I had a lot to do in the last time :-)

            Are you now able to create for a miele account?

            Because you need one to have access to the miele API :-)

            Have a great day!

            Victor

            1 Reply Last reply Reply Quote 0
            • ViDiBiV Offline
              ViDiBi @hypertraxs
              last edited by

              Hi @hypertraxs,

              freut mich, dass dir das Modul gefällt :-)

              Hast du eine Lösung für das Problem mit dem Kommentar? Ich bin Java Skript leider nicht so richtig gewohnt, daher kann es gut sein, dass der Code nicht so der Hit ist :-S

              Wenn du also Verbesserungsvorschläge hast, baue ich sie gern ein :-)

              BG

              Victor

              O 2 Replies Last reply Reply Quote 0
              • B Offline
                BravoOscar
                last edited by

                I just tested this module and have found it working, if you use the following:

                Test your Miele@Home acount:
                https://www.miele.com/developer/swagger-ui/index.html

                Get your client_ID and client_Secret here:
                https://www.miele.com/f/com/en/register_api.aspx

                Your UserName and password are the same you use to login to Miele@Home app

                vg: ‘da-DK’, // default = ‘de-DE’, Choose the app Country
                language: ‘en’, // default = ‘de’, Miele only support ‘de’ or ‘en’
                showAlwaysAllDevices: true, // default = false , True show component even if it’s off

                Language supported:
                de - Deutsch
                en - English

                VG supported:
                ‘en-AU’ - Miele Australia
                ‘nl-BE’ - Miele België
                ‘en-CA’ - Miele Canada
                ‘es-CL’ - Miele Chile
                ‘hr-HR’ - Miele Croatia
                ‘cs-CZ’ - Miele Czechia
                ‘da-DK’ - Miele Danmark
                ‘de-DE’ - Miele Deutschland
                ‘et-EE’ - Miele Eesti
                ‘es-ES’ - Miele España
                ‘fr-FR’ - Miele France
                ‘ko-KR’ - Miele Hanguk
                ‘en-HK’ - Miele Hong Kong, China
                ‘en-IE’ - Miele Ireland
                ‘en-IL’ - Miele Israel
                ‘it-IT’ - Miele Italia
                ‘el-CY’ - Miele Kypros
                ‘lv-LV’ - Miele Latvija
                ‘lt-LT’ - Miele Lietuva
                ‘de-LU’ - Miele Luxemburg
                ‘hu-HU’ - Miele Magyarország
                ‘en-MY’ - Miele Malaysia
                ‘es-MX’ - Miele México
                ‘nl-NL’ - Miele Nederland
                ‘en-NZ’ - Miele New Zealand
                ‘ja-JP’ - Miele Nihon
                ‘no-NO’ - Miele Norge
                ‘pl-PL’ - Miele Polska
                ‘pt-PT’ - Miele Portugual
                ‘ro-RO’ - Miele România
                ‘de-CH’ - Miele Schweiz
                ‘en-SG’ - Miele Singapore
                ‘sl-SI’ - Miele Slovenia
                ‘sk-SK’ - Miele Slovensko
                ‘en-ZA’ - Miele South Africa
                ‘fi-FI’ - Miele Suomi
                ‘sv-SE’ - Miele Sverige
                ‘en-TH’ - Miele Thailand
                ‘tr-TR’ - Miele Türkiye
                ‘en-GB’ - Miele UK
                ‘en-US’ - Miele USA
                ‘en-AE’ - Miele United Arab Emirates
                ‘zh-CN’ - Miele Zhōngguó, dàlù
                ‘de-AT’ - Miele Österreich
                ‘el-GR’ - Miele Ελλάδα
                ‘ru-BY’ - Miele Беларуси
                ‘bg-BG’ - Miele България
                ‘ru-KZ’ - Miele Казахстан
                ‘ru-RU’ - Miele Россия
                ‘sr-RS’ - Miele Србија
                ‘uk-UA’ - Miele Україна

                Working config:

                		{
                            disabled: false,
                            module: "MMM-MieleAtHome",
                            position: "top_right",
                            classes: 'medium bright',
                            config: {
                                userName: "??@??.??", // Your email to Miele@Home app
                                password: "??????", // Your password to Miele@Home app
                                client_ID: "????", // Your client_ID you get from the link above
                                client_Secret: "????", // Your client_Secret you get from the link above
                                vg: 'da-DK', // Your country code from the list above
                                language: 'en', // Language supported from list above
                                showAlwaysAllDevices: true //always display component
                			}
                            },
                
                1 Reply Last reply Reply Quote 1
                • O Offline
                  OberfragGER @ViDiBi
                  last edited by

                  @vidibi Hi, ich schreibe das auch nochmal in Github.
                  In MM Version 2.17 ist das request-Modul rausgeflogen. Deshalb muss dieses bei der Installation berücksichtigt werden.

                  Also- in den Modules Folder wechseln und dann:

                  npm install request
                  

                  Nun läuft. Danke für das Modul und das aufgreifen der Icons…sieht ja aus wie in der App. Nice.
                  Klappt wie erwartet auch mit dem Geschirrspüler.
                  f446773b-1e64-4b2f-a5d7-d823c452d90b-image.png

                  1 Reply Last reply Reply Quote 0
                  • O Offline
                    OberfragGER @ViDiBi
                    last edited by OberfragGER

                    @vidibi Hi,
                    noch ne Frage- gibts auch irgendeine Möglichkeit (custom-css etc.) die Überschrift linksbündig zu machen?

                    Ok, found it:

                    .MMM-MieleAtHome header {
                    text-align: left
                    }

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 3
                    • 4
                    • 3 / 4
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy