HomeAssistant-Mods / home-assistant-miele

Miele integration for Home assistant
138 stars 32 forks source link

Water consumption and Energy missing #147

Open luftdieb opened 1 year ago

luftdieb commented 1 year ago

Hello together, first, thank you for this nice addon. Nearly everything works except the data of water consumption and energy. If I'm checking my Miele app on my android phone, this kind of information is shown. But in homeassistang and also with postman request (https://api.mcs3.miele.com/v1/devices?language=de) or swaager interface (https://www.miele.com/developer/swagger-ui/index.html#/) I don't see the entry for water consumption and energy, as suggested by swagger output... "ecoFeedback": { "currentWaterConsumption": { "unit": "l", "value": 1 }, "currentEnergyConsumption": { "unit": "kWh", "value": 0.7 }, "waterForecast": 0.4, "energyForecast": 0.65 }, image

Is there anything wrong on my end or maybe somebody knows, it's planned by Miele to share this information with next release of API ?

sxdjt commented 1 year ago

I see the same results.