Ich hätte auch Interesse an dem Plugin! Und vor allem auch wie es aussieht und was es kann!
Ankündigung
Einklappen
Keine Ankündigung bisher.
Miele@home
Einklappen
X
-
hallo, vielleicht hilft das.
Das XGW 3000 kann nicht mit den XKM2000 reden. Man braucht um mit den XKM2 zu reden ein XGW2. Wenn ich neue Geräte mit einbinden will brauche ich das XGW3, denn hier kann ich das XGW2 anmelden. Also wenn ich XKM2+3 nutzen will brauche ich beide Gateways.
Die Antwort bezieht sich auf die Einbindung in den Bus. Denn ich kann natürlich auch 2 Systeme aufbauen. Sprich das alte lassen wie es ist und z.B. KM+DA in Zigbee (neue) haben. Oder auch als SV aufbauen, falls ich neuen Herd oder DGC kaufe. Da kann ich dann halt ebnfalls nur neue Sachen drauf anzeigen lassen. Aber das alte (PL) kann/könnte weiterbestehen.
Gruß Ytra
Kommentar
-
Zitat von marcusb25 Beitrag anzeigenHallo,
ich habe ein XGW2000 mit der Firmware 3.0.1 und möchte gerne auf 4.0.16 updaten.
Leider funktioniert der Link zu der exe Datei auf der Miele Homepage nicht mehr.
Kann mir evtl. jemand helfen?
du musst dein Gateway erst auf die Firmware 4.0.1 für Miele Gateway XGW 2000 aktualisieren. Danach erst kannst du auf die aktuelle Version aktualisieren. Allerdings kann ich dir nur die 4.1.2 für Miele Gateway XGW 2000 anbieten. Scheinbar wurde das Update zurückgezogen.
Ist zumindest für uns als autorisierter Kundendienst nicht aufgelistet im Download-Bereich...
Kommentar
-
Ich würde auch gerne etwas mit den Broadcasts machen, allerdings nicht als HS-Plugin sondern als eigenständiges C-Programm (sollte dann auf WG und den diversen Plattformen laufen).
Weiß jemand ob die Multicast-Gruppe und der Port statisch sind?
Zumindestens bei mir ist es nämlich die Gruppe 239.255.68.138 und Port 1609.
(Die Gruppe 224.255.68.138 habe ich auch, aber die wird mit einer /export/-URL announced, anstatt /homebus/).
Habe im Moment noch keine Geräte an meinem XGW3000 (warte noch auf die XKM 3000 L), aber das rudimentäre Gerüst habe ich schonmal angefangen.
Kommentar
-
Hi,
First: Sorry for writing in English. I'm from Denmark, understand a bit of German, but can't write in German.
I have been working on a Miele@home app for Android for some time now. The app is currently based on:
- Original Homebus specifications from Miele (Miele@home 1.0).
- Data from my XGW 3000 gateway: oven and tumble dryer (XML and multicast).
The main reason for writing here is I hope someone might be able to help me with the following:
- Documentation for the new JSON RPC protocol (Miele@home 2.0, I guess). I have repeatedly tried to get in contact with the developers at Miele, but still without luck.
- An APK for Miele's official new Android app: https://play.google.com/store/apps/d...le.infocontrol (it's geographically restricted to certain countries). This can be retrieved using https://chrome.google.com/webstore/d...liamffejfnmfii.
- A URL for checking the current firmware version of XGW 2000 and the change log. I don't know if this gateway is able to check for firmware updates, like XGW 3000 can?
- Multicast data from the XGW 2000 gateway.
- XML data from the XGW 2000 gateway.
- Data in general from different types of appliances.
- Any other details, knowledge, documentation etc. about the Miele@home system.
My app currently offers:
- Display list of appliances and details for a specific appliance (including buttons for all available actions).
- Notification when programme is finished or "at X minutes left" (including sound alarm), including "Stop" action (for now).
- Notification when there's a new firmware available for the gateway (currently limited to XGW 3000) - including viewing of the change log.
- Communication by multicast and/or XML polling. It can automatically switch between multicast mode when on certain Wi-Fi networks, and communication through a proxy when not.
- Localization (currently English, Danish and partially German).
It still lacks a lot of functionality, primarily because the Homebus protocol on the XGW 3000 is very limited in functionality and in some ways broken. For this reason it's not even possible to do a progress indicator ("Start Time" is simply wrong). It also has a severe language bug that has made the localization part very hard to implement properly.
Best regards,
Jacob Laursen
Kommentar
-
Based on the information in this thread, and especially the info provided by ctr, the data of our Miele oven is availabe in the HomeServer visu, including the ability to command the oven to 'stop' (that is from what I know the only possible remote control on that device).
Hardware is the Miele gateway XGW3000. The oven has the communication module XKM3000Z. The HomeServer is a HS3, although any version ought to be able to do this. The same can be accomplished using for instance a Raspberry Pi.
The HomeServer listens for incoming multicasts from the oven (239.255.68.139, port 2810). The detailed data is subsequently polled using a web request, which provides the information in plain text for display on the visu (which is not QC).
I am just posting this to confirm that the Miele 3000-series gateway can make the information available to KNX-devices.
(Responses in German are perfectly fine with me)
Bram
Kommentar
-
Da stehen aber demnächst einige Updates von Miele an, im Moment ist die Benennung der Felder sehr inkonsistent.
Auf einem Trockner bekomme ich z.B.:
Code:<device> <information> <key name="Gerät" value="Wäschetrockner"/> <key name="Gerätestatus" value="Ende"/> <key name="Programm" value="Baumwolle"/> <key name="Phase" value="9"/> <key name="Trockenstufe" value=""/> <key name="Startzeit" value="0"/> <key name="Dauer" value="0"/> <key name="Endzeit" value="0"/> </information> <actions/> </device>
während es bei meiner Waschmaschine so aussieht:
Code:<device> <information> <key name="Gerät" value="Waschautomat"/> <key name="Gerätestatus" value="In Betrieb" type="state" raw="5"/> <key name="Programm" value="Baumwolle" type="program" raw="1"/> <key name="Phase" value="Waschen" type="phase" raw="4"/> <key name="Startzeit" value="0" type="startTime" raw="0"/> <key name="Restzeit" value="1:57" type="remainingTime" raw="117"/> <key name="Endzeit" value="117" type="finishTime" raw="117"/> </information> </device>
Aber es besteht Hoffnung, Miele sagt dazu:
Die „raw“ Attribute sind in der aktuellen Version derzeit nur für die Waschmaschine implementiert.
Es wird eine neue Softwareversion des Gateways kommen, wo diese Parameter einstellbar sind. Diese können Sie beispielsweise für die Schnittstelle zum Typ Gira (mit raw) oder Typ SMA nutzen.Zuletzt geändert von ctr; 13.01.2017, 12:00.
Kommentar
-
Hello
I have a simple query
I own a Miele@home (1.0) gateway XGW2000, 3 appliances with an XKM2000 each (the oldest one is 10 years old) and a Gira HomeServer3 with the Miele Plugin.
It does not work very well: The gateway gets disconnected all the time and the powerline connections between gateway and appliance are often lost.
Will it still work if I replace 2000 devices by 3000 devices (including HS3 plugin) ?
I mean : buying 3 XKM3000 and a XGW3000 gateway and getting rid of the old XKM2000 and XGW2000...
Thanks for your help
Kommentar
-
Zitat von Dibou Beitrag anzeigenHello
Will it still work if I replace 2000 devices by 3000 devices (including HS3 plugin) ?
I mean : buying 3 XKM3000 and a XGW3000 gateway and getting rid of the old XKM2000 and XGW2000...
To check something, there is nothing like trying!
So I ordered one XGW3000 and some XKM3000Z.
It worked. The connection between the appliances and the gateway was a rather pain but I made it.
For my dishwasher (a G2730Sci which is more than 10 years old), I make it by pressing the button on the XKM module itself which seems to be a way to put the module in connecting mode.Zuletzt geändert von Dibou; 23.12.2018, 07:41.
Kommentar
Kommentar