I was looking for something like this that somebody had already made (I’m lazy), but failed to find one so eventually had to try making my own. It’s not the prettiest but it works! See the readme in github for instructions if you want to use it.
Yes, I can probably make it transparent, I was about to start looking at using a theme anyway so I’ll see what I can do. I’m a beginner at HTML Canvas stuff though so might take me a wee while to figure out!
Hi, yes probably - in theory it should work with any entity whose state is set to the name of a zone, though you need to have the zones set up too obviously.
I know nothing about Life360 though, so if you’ve got the above and it’s still not working you’ll need to give me some details - which component does it use? Also if you can send me an example of the entity state attributes that would be useful - you can get that from the dev-state page, find and click on your entity then copy the state attributes JSON (obscure anything sensitive!)
I’ve had a shot at adding support for the “moving” attribute - if it’s set to true then it should trigger the “Travelling” state. If you’re able to give it a go then let me know if it works
I’ve not seen the proximity component before, that could be useful and I’ll have a look at how it could be used - like you say though, it would have to be added as an additional entity and the card doesn’t currently work with more than one entity per wizard. I’ll have a think about how it could be configured…
Somebody asked on github about customising the “Lost” and “Travelling” text, so I’ve added a couple of config options for that. See the readme file on github for an example.
Oh, that’s cool, not seen that before. I’ve added a JSON file as per the instructions, not sure if that’s all I need to do though? I’ll have a closer look and maybe try setting it up on my own HA at some point when I get the time.
I’m having a problem with the arms of the clock not showing up. The zones around the outside appear as they should, but no people. Here’s my config and I have confirmed the spelling of the device trackers.
Hmm, not sure what’s happening here, I can’t see anything obvious wrong with your config. I’ve not tried it with 5 wizards before, but can’t think of any reason why it wouldn’t work.
Can you try simplifying the config down to just one wizard? If that works then add the others back one at a time to see which one is causing the problem.
If that still doesn’t work then you might need to have a look in the javascript console for error messages…
This helped… I now have 4 of them working. Initially using this I was able to narrow the problem down to the last 2 wizards. I noticed that the entity picture in known devices were all local for the first 3, but remote for the last 2. I changed them to local and #4 is now working, but #5 still crashes it. So, I don’t know if that was the actual problem or if it is something else I have yet to discover.
It doesn’t use entity pictures at all at the moment so I doubt that’s the problem. It’s more likely something to do with the state of the entity - I’m not really sure how though, as if there is something it can’t deal with it should just lump it in the “Lost” category.
I’ve also done a bit of testing with more than four entities now and it seems to work fine.
Can you have a look at the entity state (https://your-home-assistant-address/dev-state - find it in the list and click on it, then go back up to the top of the page and the state will be shown), and let me know what the actual state as well as the attributes JSON are? Obviously don’t post any personal info/actual locations here…