schmittx / home-assistant-eero

Eero integration for Home Assistant
MIT License
118 stars 23 forks source link

premium type activities not showing #27

Closed jkoestner closed 1 year ago

jkoestner commented 2 years ago

the data_usage, ad_block premium type activity has stopped working for me. This could be from Eero as it used to work for me.

sanghviharshit commented 1 year ago

are you using some promo code for eero subscription? I signed up for eero premium through 1Password promo and it stopped working for me as well, because the eero API returns a different premium status which the eero component filters out. I commented out the line of code in the eero component to enable the data_usage and ad_block again

sanghviharshit commented 1 year ago

enable the API response logging from the component configuration, find out what's reported in the API response and change this line https://github.com/schmittx/home-assistant-eero/blob/main/custom_components/eero/api/network.py#L319 Mine is return bool(self.premium_status == "past_due") or bool(self.premium_status == "canceled")

schmittx commented 1 year ago

I believe this should be fixed now in 1.2 but let me know if there's still concerns.