Configuring Life360 Integration

Hi,

I’m pretty new to homeassistant, I need some help configuring the life360 integration.

I enabled the integration and logged in through the UI. After that I see all the people in the group as entities and they are all set as not_home.

When I look at the states through the developer tools, I see that there only few additional attributes for each person.

source_type: null
friendly_name: life360_bilal_balagamwala
entity_picture: >-
  https://www.life360.com/img/user_images/ef2ada91-bd63-41e3-9966-4aac27a66a8e/627960e8-81d6-4fc6-849d-6970d9a82bb1.jpg?fd=2

Shouldn’t I be seeing a bunch more attributes? Atleast that is what I understoond from the Life360 integration page. https://www.home-assistant.io/integrations/life360/

I am trying to do some automation using the current location but I don’t see it as an attribute.

Thanks,

Are you seeing any errors or warnings in the log related to Life360? If not, you could enable debug for life360, restart HA, then look in home-assistant.log for related messages.

logger:
  default: error
  logs:
    homeassistant.components.life360: debug

I enabled the logging and I see the following errors.

2020-04-26 15:15:08 ERROR (SyncWorker_4) [homeassistant.components.life360.device_tracker] get_circle_members "Rameez 's Family": CommError: 400 Client Error: Bad Request for url: https://api.life360.com/v3/circles/43644f10-91cf-4d38-99b2-d180eec6177c/members
2020-04-26 15:15:53 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Timeout occurred while connecting to IPP server.
2020-04-26 15:16:15 ERROR (SyncWorker_0) [homeassistant.components.life360.device_tracker] Suppressing further errors until OK: get_circle_members "Rameez 's Family": CommError: 400 Client Error: Bad Request for url: https://api.life360.com/v3/circles/43644f10-91cf-4d38-99b2-d180eec6177c/members

I removed and added the integration again but I’m getting the same issue.

Any idea why?

Thanks,

With debug enabled there should be more messages in home-assistant.log related to life360. Please post those as well. (E.g., “grep -F 'homeassistant.components.life360' home-assistant.log”.) If you’d rather not share publicly, feel free to private message me.

But basically I don’t know why you would get that error. I think I’ve only seen it reported once before, and it’s not clear why it happened then either. You can check out this related topic, but it kind of ends with no real resolution.

BTW, this error message:

2020-04-26 15:15:53 ERROR (MainThread) [homeassistant.components.ipp] Error fetching ipp data: Invalid response from API: Timeout occurred while connecting to IPP server.

has nothing to do with life360. That’s some other integration (ipp) which seems to also be having networking issues.