Miele@home, miele@mobile component

Mine is now fixed.
Deleted integration reboot. Reinstall. It now works without me even logging in.

This can happen with this integration as well as integrations like Alexa media player.

Even if you are prompted to reauthenticate often it is just the integration that is out of sync with the cloud server. Miele seems to run on. raspberry pi 2 with a dodgy SD card. Or at least their stability is like if they were. It happens often that my ipad app cannot connect for 5 minutes.

Always try to simply restart Home Assistant before you try to relogin or reinstall integration. A restart seems to be enough 99% of the time in my experience

Hello
Dishwasher (G7970) programID Miele :

  1. ECO → 3
  2. Sensor Wash → 7
  3. China&Crystal → 10
  4. ExtraQuiet → 11
  5. PowerWash → 44
  6. QuickPowerWash → 13
  7. Tall items → 17
  8. SaniWash → 12
  9. Pots & Pans → 1
  10. EnergySaver → 9
  11. Starch & Cheese → 14
  12. Glasses - No Rinse Aid → 19
  13. Clean Machine → 2

Thank you. We will feed this into the translation tables.

Hi,

I am also using the miele intergation for my miele WEG375.
What doesn’t work for me is to make an automation to start the miele at a sertain time.
Cheapest energy price or solar energy.

The thing is i can’t find a way to automatic press “press”, this button is need to start the miele.
When you press “start” the door will open to put in extra laundry.

I’m looking forward to solutions

Hi,
I am looking forward to buy a smart cloth dryer and think of a mile one.
Is it possible to start the program via home assistant based on an automation with this integration? (e.g. PV energy > own consumption ? )

best regards,
letsid

Not as far as I am aware of. But there is a project (non HA) called mielesolar on GitHub which works with Miele’s “SmartGrid/SmartStart” functionality. Runs in docker, native Raspbian or on Synology. Works with SolarEdge inverters and Miele devices.

Hi,
yes it is possible and I’m doing it using the Miele integration from @astrandb and the SolarEdge Integration (updates states every 15 minutes SolarEdge - Home Assistant).
You have to select a program on your tumble dryer, set delayed start (e.g. 3h) and press Start on the machine. This will allow to remote start the tumble dryer with HA within the time (e.g. 3h) you set on the machine.
I created an automation to check if the PV battery is above 25% and then start the dryer.
For unknown reason the “start” command is deactivated (grayed out) for some time (maybe a bug in the integration or Miele API?) but activated after about a minute.
As a workaround the trigger waits 1min 10s.
Here is the YAML of my automation:

alias: Start dryer if sufficient power
description: Start the dryer if battery has more than 25%.
trigger:
  - platform: state
    entity_id:
      - sensor.dryer_status
    to: waiting_to_start
    for:
      hours: 0
      minutes: 1
      seconds: 10
condition: []
action:
  - if:
      - condition: numeric_state
        entity_id: sensor.solaredge_storage_level
        above: 25
    then:
      - service: script.dryer_start_and_notify
        data: {}
    else:
      - wait_for_trigger:
          - platform: numeric_state
            entity_id: sensor.solaredge_storage_level
            above: 25
      - service: script.dryer_start_and_notify
        data: {}
mode: restart

And this is the start script:

alias: dryer start and notify
sequence:
  - if:
      - condition: state
        entity_id: button.dryer_start
        state: unavailable
    then:
      - service: notify.mobile_app_smartphone1
        data:
          message: "Warning! The dryer could not be started automatically!"
      - service: notify.mobile_app_tablet1
        data:
          message: TTS
          data:
            ttl: 0
            priority: high
            media_stream: alarm_stream
            tts_text: Warning! The dryer could not be started automatically!
    enabled: true
    else:
      - service: button.press
        data: {}
        target:
          entity_id: button.dryer_start
      - service: notify.mobile_app_tablet1
        data:
          data:
            ttl: 0
            priority: high
            media_stream: alarm_stream
            tts_text: >-
              There is enough solar power. The dryer has just started automatically.
          message: TTS
mode: restart
icon: mdi:tumble-dryer

Has anyone recently tried registering for an API via https://www.miele.com/f/com/en/register_api.aspx

I’ve tried 3 times in the last 3 months, entering ‘HomeAssistant’ for the application name and a email address but have recieved no email, even though the online form says that details have been emailed through.

Checked spam folders, nothing there either.

We have 6 miele appliances I’d like to integrate into homeassistant :frowning:

Thanks

And third time worked!! The email just came through, so now the fun starts :grinning:

We’re looking at buying a Miele washing machine and the big thing for me is that was can schedule it at peak solar power production. Is there a list of Miele washing machines that support that? Miele’s own API docs seem to suggest you can only find that out once you added a device to your account.

Just get one with the networking functionality. If you also have your solar panels set up in home assistant, you can make the automation yourself, you don’t need to use the solar functionality from Miele, just use delayed start.

Ok great, we got a networked one and already have solar panels. I was more worried about feature parity between models. But we’re going to find out tomorrow, thank you for the response :+1:

Does anyone have the program ids for the Steam-Combi-Oven and the Speed-Oven (microwave)?
when i try to query the Programs end point from the swagger api i get an empty set []
If you can’t get them from swagger how would you figure them out besides brute forcing numbers?

Basically that (by starting a program, looking what HA reports and writing down the name and program ID). Or reverse engineering from the Android or iOS apps.

Quick question. I notice that my sensors for energy consumptions reset every midnight.

Is this supposed to be so? All other energy consumption sensors (Fibaro dimmers, wall plugs etc) do not reset at midnight but rather give a “all-time” consumption stat.

I do use utility meters with daily and monthly readings, but still curious :slight_smile:

Do you have any pointers to these efforts? :slight_smile:

Since this thread pertains to both the old and the new Miele integration and, as an old integration user, I am not overly thrilled by the idea of ditching everything I have configured so far and start over, I am wondering: Are there still people working on the old integration, or is it abandoned?

/Fumble

The old integration is ‘dead’.

1 Like

Hi everybody,

is there a way to integrate the Miele vacuum cleaner robots such as the Scout RX2 or RX3?