@wixoff Coming to this with thought and responsibility is actually the main idea of my post as well. If this system is implemented poorly it can cause more harm than good. But I don’t think anyone here mentioned wiping servers and passwords? However it might be a nice thing as well, if you have something you don’t want other people to see after you’re dead, but on the other hand… you won’t really care, right?
So for me main goal of this switch, is to alert other people of trouble if I can’t do this myself, and preferably in time for them to come and help me. Or someone else in that case. I even described a few use-case scenarios in which it would come helpful.
@GigabitGuy I’m not talking about just one option. It MUST HAVE multiple activation options. Button is just one of them. But if you can’t reach it, system should be intelligent enough to trigger the alarm itself.
I don’t know of any fitness trackers allowing you to pull data either. But maybe it’s possible to pull data from services. For example, here’s fit-bit’s API Docs, it looks like you can pull heart rate data for a specifit time period: https://dev.fitbit.com/docs/heart-rate/
It looks like it’s even possible to pull data in specific time range, I believe with 10 minute intervals?
So I can imagine a system, which pulls this data every 10 minutes or so, and if it detects that there. I can’t check docs thoroughy right now, but I think there might even be some heart-rate alarms built into fitbit API?
As for when you put it away - I don’t know if fitness trackers can detect this. But if they do, it should be as simple as just turning alarm trigger off. If you put your fitness tracker off, then heart rate won’t trigger any alarms. So just keep it on at times when you think something may happen. From what I know you can wear them 24\7. And even supposed to, to get accurate data over time.
Another layer of conditions could be your activity in social networks and something else. So we come to trigger-condition logic of HASS 
So, Trigger - very low heart rate.
Conditions -
- you are listed at home
- No movements in your home for an hour or two or more
- You do not respond to notifications (mentioned in my post, emails, sms, pushbullet, actual alarm in your house, anything to get you to push the button “False alarm”).
- Maybe check social media activity (if you were in facebook a minute or two ago, then you’re likely ok)
BUT. All this should only delay the alarm, especially social media check. Once triggered the only way to turn it off permanently (until another trigger) is you pressing the “False alarm” button (well, could be a hass trigger).
Still, it’s just thoughts yet. Not a manual
I’m just thinking out loud.