Yes, that works!
You saved me a lot of time, thanks.
Yes, that works!
You saved me a lot of time, thanks.
I am a beginner in HA and i just installed my miele integration but it does not recognize any devices and I donât know where to begin to fix this issue
Welcome @razclud
This is a good link to bookmark: The Home Assistant Cookbook - Index
It has a section on troubleshooting at the bottom.
If something doesnât work, donât get stuck on it for too long. Just move on and revisit the issue after a few weeks/months. This will help you learn in small increments.
Hi,
very cool - would you share the code?
How do I get the attributes?
Hi,
took me also a while to figure out - check your notifications in HA, there I found a button which allowed me to connect with Miele and enter the necessary data.
Then it worked well.
is it possible to activate mobile start via the HA for dishwasher?
Hi,
I have a dishwasher G7595 and a washtumbler WTW870 in place.
I try to collect energy and water consumption of both.
I created utility meters for daily and monthly use.
Energy collection works on the dishwasher but not on the washtumbler
water collection doesnât work on any of them.
Actual water consumption is shown on the dishwasher but is not collected
the washtumbler shows the sensors but they are always 0.
does anybody has an idea to solve the problem?
many thanks
I fixed the dishwasher:
template.yaml
#
###
### Wasser
###
- name: "Wasser GeschirrspĂźhler"
unit_of_measurement: mÂł
device_class: water
unique_id: Temp_sensor_200110
state_class: total_increasing
state: "{{states('sensor.dishwasher_water_consumption') | multiply(0.001) }}"
#
- name: "Wasser Waschmaschine"
unit_of_measurement: mÂł
device_class: water
unique_id: Temp_sensor_200111
state_class: total_increasing
state: "{{states('sensor.washer_dryer_water_consumption') | multiply(0.001) }}"
Configuration.yaml
##
## Water
##
water_dishwasher_utility_meter:
source: sensor.wasser_geschirrspuhler_2
cycle: daily
unique_id: utilmeter_100141
water_dishwasher_monthly_utility_meter:
source: sensor.wasser_geschirrspuhler_2
cycle: monthly
unique_id: utilmeter_100142'
I still wondering why the washer-dryer doesnât provide any figures
Because Miele does not fix their API.
Hi. I canât find this file. Where is it located? My token is wrong and I have no chance to reset it
@PoliC : I have the same problem - did you find a solution?
It used to be in the hidden directory .storage.
\\homeassistant\config\.storage
But it seems this changed over time. To be honest I donât know where it is stored now.
I have 2 Miele ovens, a refrigerator, a freezer, a dishwasher and a washing machine. Only the washing machine delivers an entity âconsumed electricityâ. Is there a way to get the other entities as well?
Contact Miele, maybe theyâll fix it (but probably not).
The weird thing is that they deliver tons of other entities which nobody needs and the most important entity is missing
Just capturing this here in case others run into it like I did.
Brand new Miele setup.
Had Miele@Home app installed and logged in with strong password (~90 characters, upper/lower case, numbers, underscore special characters).
Got my Client ID and Secret no issue.
Tried to do the account linking - âFailed to link accountâ
Go into Miele app and start changing password:
Tried changing the special char from underscore to $ - same error
Tried changing it to hyphen - same error
Tried shortening my password to ~60 chars - same error
Shortened my password to 29 chars (Iâve seen too many systems with undocumented 30 char password limit), and using $ as only special char - account linking worked.
I hate systems with undocumented password requirements (âlimitationsâ)âŚ
Go to the general integrations page and select the 3-dots to go to âapplication credentialsâ. Here, delete the miele information. Restart HA and you should be able to enter the new information.