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
-
Roeller Thank you very much for the new version. It doesn't seem to work with my dishwasher yet—at least not like it did a few months ago.
image.png
The device doesn’t switch on.
No content received after GET https://api.mcs3.miele.com/v1/device...05029980/state
Zuletzt geändert von Sweeny; 28.12.2025, 13:43.
Kommentar
-
NEW VERSION RELEASED: v0.2.000015
.0.2.000015 Auto Update checks! (during validation in GPA and during operation)
Fixed many bugs. Renewed Authentication method (better caching of codes between several modules).
Fixed running multiple simultaneous logic nodes at the same time (also with multiple accounts).
Fixed bug in set_starttime.
Fixed bug in steam oven combi not having all options.
Fix in remoteenable (state) output.
Fixed possible crashes with RemainingTime, StartTime, ElapsedTime, targetTemperature(s), Temperature(s), plateStep(s) return values.
Fixed possible crash with elapsed time return values
Possibe crash with spinningSpeed return values
Possible fixes when device was empty/null
Removed Russian Translation an references
Tested on GPA 6.0 and X1: v3.053 and L1: v2.5.149. (previous versions might also work but not tested)
Installing this version will create a new logic node Miele (with a smaller icon). When you replaced the Logic Node everywhere in your project, you can delete the old from here: C:\ProgramData\Gira\Gira Project Assistant\LogicNodes\roelbroersma_nl.Logic.Node1 (the old one)
For future updates this won't be needed.
Kommentar


... Anyone has the same issues?
Kommentar