Funktioniert bei jemandem von Euch aktuell der Miele-Baustein? Ich bekomme aktuell immer den oben genannten Fehler. (In der Simulation läuft alles weiterhin fehlerfrei).
Ankündigung
Einklappen
Keine Ankündigung bisher.
Logic Node: Miele - Connect all your Miele devices to KNX!
Einklappen
X
-
Bei mir ist es leider auch so, läuft nicht mehr, auch in der Simulation nicht. GPA 5.2, LBS 0.1.2, X1 2.8.874
Beim HS/FS funktioniert der LBS ebenfalls nicht. Experte 4.12, LBS 1.5Code:No redirect received after POST to https://api.mcs3.miele.com/oauth/auth
Code:URLError: <urlopen error [Errno -2] Name or service not known>
Code:Error:[Errno -2] Name or service not known
Grüße
Marc
Kommentar
-
Danke für die Info - in der Simulation läuft es bei mir problemlos allerdings SOLANGE ICH NUR DEN STATUS abfrage. Das Einschalten von "SuperKühlen" funktioniert aber das einschalten von "SuperFrost" funktioniert auch nicht mehr (siehe Screenshot 1 + 2) Vermutlich hat Miele irgendetwas geändert. Bei mir ebenfalls: GPA 5.2, LBS 0.1.2, X1 2.8.874Zitat von SMA Beitrag anzeigenläuft nicht mehr
Roeller: Do you know anything about these errors?
Screenshot 2025-01-23 104502.png
Screenshot 2025-01-23 103751.pngAngehängte DateienZuletzt geändert von araeubig; 23.01.2025, 10:45.
Kommentar
-
I worked on it the past 2 days and have a BETA available: v0.1.3- It works with GPA 6.0
- Works on the classic oAuth method because the new oAuth method is still buggy
- Added device: Hood with Vapour extraxtion
- Signal Door is fixed (this wasn't working for any device in the past)
- status_id is only given after a get_state
- A possible bug in set_mode (an unknown mode was set to normal).
- Added 2 new modes (party and holiday). Before: 1=normal, 2=sabbath. Now we follow the API; 0=normal, 1=sabbath, 2=party, 3=holiday
- A possible bug with setting or reading temperatures (with a dot, like: 100.5) on a locale (like NL, which uses a komma) it might convert it to a comma and sending 100,5 to Miele API while it should be 100.5. Set Target temperatures now accepts doubles but always casts them internally to integer values, like 21, -10 or 220. Not comma or dots. This is valid for Miele API.
- The module works when first called (before, it needed at least to trigger, the first was used to get the code, that's not needed anymore).
- Added DeviceErrorNumber, DeviceErrorMessage (triggered with GetFailureState, a deviceid is needed). THIS IS NOT WORKING YET.
- Added GetAllFillingLevels (outputs JSON), can be without a Device ID (gets ALL filling levels) or with a device id for specific device filling levels THIS IS NOT WORKING YET
- Multiple modules (at least during simulation) can be added to the same logic page
- Lots of small bugfixes, null pointer exceptions, regex optimizations, etc.
After updating the module and pressing to update it in GPA, the GPA will crash/restart, but that's due to the GPA.
I can't work on it the weekend because I am in Germany and hope to continue on it next week, please send some feedback.
Angehängte Dateien
- Likes 1
Kommentar


... Anyone has the same issues?
Kommentar