Read the statement by Michael Teeuw here.
[MMM-MieleAtHome] - Show the status of your Miele@Home Devices
-
@djerik
The problem at this moment is not related to your module.
It is related to the home-connect accounts; the standard one and the developer one.
I cannot login into both accounts; I cannot login into the account using the app.
Password reset does not work; I do not get any mail.
Even setup a new account and here too no mail to activate the account.
I will need to contact the home-connect support, but could not find any time yet; hopefully this weekend. -
This post is deleted! -
Hi folks, I installed the module according to the instructions, when I restart the MM² I only see “Charging devices”. In the log I find the following error message:
[2020-10-31 11:34:19.387] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? [2020-10-31 11:34:19.391] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues [2020-10-31 11:34:21.485] [ERROR] [33m2020-10-31T11:34:21 <warn> 401 Login Error ! (/home/pi/MagicMirror/modules/MMM-MieleAtHome/utilities/mieleathome.js:308 Request._callback)[39m [2020-10-31 11:34:21.489] [ERROR] [33m2020-10-31T11:34:21 <warn> undefined (/home/pi/MagicMirror/modules/MMM-MieleAtHome/utilities/mieleathome.js:309 Request._callback)[39m
I can log into my Miele account using the mobile app. Username and password are the same as with the Miele app? I have already created several client_ID and a client_Secret. However, I always get the same error message.
-
Hi @Tribun,
Can you try here if you can log into your miele account and try to get any response and a token:
Have a great weekend
Victor
-
@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
-
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
-
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
-
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
-
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.htmlGet your client_ID and client_Secret here:
https://www.miele.com/f/com/en/register_api.aspxYour 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 offLanguage supported:
de - Deutsch
en - EnglishVG 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 } },
-
@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.