TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What one app can I use to manage all the IoT devices in my home?

8 点作者 tarikozket大约 5 年前
I have a Ring doorbell, Ring alarm, smart blinds from Tilt, Nest thermostat, Alexa, August lock and etc.<p>All of them use separate apps and don&#x27;t work with each other. Not all of them have integration with Alexa either and I find Alexa app super difficult to use.<p>Is there any app I can use to manage all of these devices? And write my own integrations when needed?

3 条评论

printfhn大约 5 年前
I write python scripts to control my devices, and made a web page to trigger these scripts: <a href="https:&#x2F;&#x2F;github.com&#x2F;printfinn&#x2F;smart-garage-rails" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;printfinn&#x2F;smart-garage-rails</a>. I run this website on a Raspberry Pi in my home, it&#x27;s been working fine for half a year. It&#x27;s written with Ruby on Rails, and one good thing it provides is that you don&#x27;t need to worry about privacy, because it doesn&#x27;t need to be connected to the Internet, only inside you home net.
stefanpie大约 5 年前
Sounds like Home Assistant may fit your usecase well if you are willing to do some small initial configuration. <a href="https:&#x2F;&#x2F;www.home-assistant.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.home-assistant.io&#x2F;</a>
paxpelus大约 5 年前
I am using node-red to control some lamps e.g. when it is getting dark and my phone is around (check bluetooth connection) then turn on the living room lamp.<p>You can do so many automations by using nodejs in the nodes.You can check it out here <a href="https:&#x2F;&#x2F;nodered.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nodered.org&#x2F;</a>