siku2 / hass-vzug

V-ZUG Home Assistant integration
MIT License
33 stars 6 forks source link

Ignore invalid values returned by API #40

Open kekeseb opened 9 months ago

kekeseb commented 9 months ago

Hi,

My Washer is regularly returning invalid or null values for all entities. Is it possible to ignore these values?

Screenshot 2024-01-30 at 09 17 24
danistst commented 9 months ago

I have the same problem. Release 0.3.1

See the screenshot in #42 for a potential hint in the logbook.

softplus commented 9 months ago

FWIW this happens at the times when the "getDeviceStatus" calls returns 503.01. The clean approach would be to get V-Zug to fix this :-). It seems easy to filter these out in the meantime - the whole "getEcoInfo" response returns "0" for the measurements: {"water":{"total":0,"average":0,"program":0,"option":0},"energy":{"total":0,"average":0,"program":0}}

lucadesimoni commented 5 months ago

Any progress on this? I'm also facing the same issue

siku2 commented 5 months ago

Some fixes have been implemented in the pre-release version of the integration, but I haven't been able to work on this in some time.

martignoni commented 1 month ago

Also suffering this with my AdoraWash V2000. Any progress?