文件名称:HomeAutomation:home家庭自动化系统的脚本和配置文件
文件大小:1.87MB
文件格式:ZIP
更新时间:2024-02-24 09:16:18
home-automation raspberry-pi telegram telegram-bot homebridge
使用机器人进行电报和家庭桥的家庭自动化 [homebridge / HomeKit部分的] 安装手册,。 总览 首先,您需要在计算机(Raspberry Pi)上安装homebridge和插件(个人而言,我现在使用cmdSwitch2和TemperatureFile )。 然后,您需要在system.py文件中配置家庭自动化系统。 二手插件: npm install -g homebridge-cmdswitch2 npm install -g homebridge-http-temperature 之后,只需生成新的config.json并用新生成的newconfig.json替换~/.homebridge/config.json : python home_automation/generate_config.py -r 要启动所有服务,可以使用res/startup.sh (带有屏幕命令)或res/tmux_startup.sh (带有tmux命令)。 资源资源 名称 描述 将刻录到Raspberry Pi 服务器 API包装到Python包中
【文件预览】:
HomeAutomation-master
----.gitignore(129B)
----dashboard()
--------templates()
--------Pipfile.lock(12KB)
--------static()
--------utils.py(4KB)
--------Pipfile(597B)
--------app.py(2KB)
----experiments()
--------breathing.py(643B)
--------servo.py(153B)
--------detectwifi.py(901B)
--------manyblink.py(698B)
--------play_sound.py(206B)
--------blink.py(402B)
--------mq.py(2KB)
--------double_blink.py(420B)
--------mqtt()
--------facedetect.py(758B)
----Pipfile.lock(453B)
----bot()
--------requirements.txt(323B)
--------utils.py(1KB)
--------bot.py(2KB)
----README.md(2KB)
----Pipfile(138B)
----setup.sh(1KB)
----home_automation()
--------shscripts()
--------res()
--------requirements.txt(339B)
--------config_rpi2.json(4KB)
--------config_mini.json(2KB)
--------tests()
--------app.py(2KB)
--------home_automation()
----camera()
--------requirements.txt(922B)
--------haarcascade_frontalface_default.xml(908KB)
--------app.py(1KB)