dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
96 stars 21 forks source link

entities tagged with incorrect integration #78

Closed dBeau closed 2 years ago

dBeau commented 2 years ago

Initial install went well and all seems functional. My system has six inside units. Only the first entity was tagged with 'Kumo' as the integration. The remaining entities were tagged with 'Climate' as the integration.

Full disclosure... of my six units, the wifi device is broken on one of them so it didnt have a IP address registered. When prompted to enter one, I just made one up. This, reasonably enough, caused only five climate entities to be created. I only mention this because I suspect it is a bit outside of the normal flow.

Thanks for a great integration! --Don

omriasta commented 2 years ago

I'm not sure what you mean by tagged as kumo but my guess is the failed unit could be interrupting the config flow. Any reason why you can't remove it from the kumo account? I assume that if the wifi is broken it doesn't work in the kumo app either, you would just have to remove it from there and then also make sure that you delete the kumo cache file (not sure if that happens when you delete the integration or not)

dlarrick commented 2 years ago

When you says "tagged with Kumo" where are you looking? I don't see how it could possibly be working if the units aren't associated with the integration. Have you tried restarting HA?

If your IP addresses will be stable and you understand JSON syntax, you could make sure "Prefer Cache" is turned on, and remove any mention of your missing unit from the kumo_cache.json. Then restart HA.

K1DBO commented 2 years ago

After things sat for a while the integration for the remaining units all changed to Kumo as expected... what wasnt expected was how long it took.

I've since noticed this lag on some of the other integrations, so I can only assume it's normal-ish.

When I said 'tagged as Kumo' I was trying to describe the entities showing up in searches with their integration column set to 'Climate' instead of 'Kumo'. I doubt that helps much, but I'm only a couple of days into my Home Assistant education. I'm still missing much of the vocabulary.

The unit with the broken wifi did cause some trouble when it came back on line. (who knew the wifi units had a reset button?) I mitigated the issue by removing the integration and re-adding. With all units functioning, they all appeared without issue, except for lag I mentioned. This time though, three units were properly associated with the integration from the start, the other three took 10 minutes or so to show up.

All is good at this point.

Thanks for your quick response and apologies for my slowness. Github doesnt seem to be sending me notifications.

--Don

dlarrick commented 2 years ago

Thanks, closing.