TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Service that checks if my home is online?

2 pointsby andygrunwaldover 5 years ago
Hey all, do you know a service that drops you a message (push notification, email, whatever) when a heartbeat signal was not given in a certain interval?<p>What I am thinking about is for a home automation use-case. You have a Raspberry Pi or any server running. Your home automation is functioning without the internet. However, you might have VPN installed to be able to connect from elsewhere to check what&#x27;s going. I want to be informed by a service when my home is offline. The idea would be to install a cronjob that calls every 5 min. an API. The API checks that every 5 min. There is a call. When there are two calls missed, it pushes you a message.<p>Implementation wise this is quite simple and straight forward. But I believe sometimes you need to focus on your domain and don&#x27;t need to reinvent the wheel. Any hints here?

no comments

no comments