在默认情况下,HomeAssistant将试图通过你的IP地址来检测你的地理位置,并将基于你的地理位置,自动选择温度单位和时区。当然你也可以覆盖 configuration.yaml 中的以下内容,来指明你的位置信息:。
homeassistant:
# 经度和纬度数据,用来计算日出和日落时间。
latitude: 32.87336。
longitude: 117.22743。
# 影响天气和日出日落数据(海拔高度,单位:米)
elevation: 430。
# 公制单位为:'metric',英制单位为:'imperial'。
unit_system: metric。
# 参考以下链接来选择你的时区:。
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones。
time_zone: America/Los_Angeles。
# 运行HomeAssistant系统的地点,可自定义。
name: Home
可配置的变量:
latitude (Optional): Latitude of your location required to calculate the time the sun rises and sets.。
longitude (Optional): Longitude of your location required to calculate the time the sun rises and sets.。
elevation (Optional): Altitude above sea level in meters. Impacts weather/sunrise data.。
unit_system (Optional): metric for Metric, imperial for Imperial.。
time_zone (Optional): Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones。
name (Optional): Name of the location where Home Assistant is running.。
customize (Optional): Customize entities.。
customize_domain (Optional): Customize all entities in a domain.。
customize_glob (Optional): Customize entities matching a pattern.。
whitelist_external_dirs (Optional): List of folders that can be used as sources for sending files.。
设置密码,保护WEB界面安全
首先,你需要为HomeAssistant的Web界面设置一个密码。使用你最喜欢的文本编辑工具打开 configuration.yaml 并且编辑其中的 http 部分:。
http:
api_password: 你的密码。
如果你决定要暴露你的HomeAssistant界面到公网,并且忘记设置密码,那么所有人都将能访问你的HomeAssistant。
更多选项如HTTPS加密,请访问 HTTP组件文档。
By Jones
Topics
FAQ
Installation
Hass.io
Python Virtual Env。
Hassbian
Raspberry Pi All-in-One。
Updating
Troubleshooting。
Configuration
YAML
Basic information。
Setting up devices。
Customizing entities。
Troubleshooting。
Security Check Points。
Advanced Configuration。
Remote access
Packages
Splitting up the configuration。
Storing Secrets。
Templating
Group Visibility。
Entity component platform options。
Core objects
Events
State Objects
Automation
Examples
Editor
Triggers
Conditions
Actions
Templates
Frontend
Android/iOS Homescreen。
Web server fingerprint。
Browser Compatibility List。
Backend
Database
Updater
API
Scripts
Service Calls
Conditions
Editor
Tools and Helpers。
Developer Tools。
hass
Scripts
Z-Wave
Controllers
Modifying Settings。
Device Specific。
MQTT
Broker
Certificate
Discovery
Publish service。
Birth and last will messages。
Testing your setup。
Logging
Processing JSON。
iOS
Basic notifications。
Sounds
Architecture
Privacy, rate limiting and security。
Advanced notifications。
Attachments
Dynamic content。
Actionable notifications。
Requesting location updates。
Location Tracking。
Integration with other apps。
Ecosystem
Autostart
systemd (Linux)。
Upstart (Linux)。
init.d (Linux)
macOS
Synology NAS
AppDaemon
HADashboard
Notebooks
Introduction
Installation
Graph
Home Assistant API。
Database
Statistics
Remote access
Apache
Caddy Server
NGINX
NGINX with subdomain。
Tor Onion Service。
Certificates
Self-signed certificate。
Certificate domain owners。
Let's Encrypt (detailed)。
Backup
Backup to GitHub。
Backup to Dropbox。
Backup to USB device。
scenegen
Synology
HASS Configurator。
homeassistanthomekit功能少那要看你怎么操作,其实功能很多的:发现可连贯的智能设施不够多、智能生态不够欠缺、只能应用语音服务……在这种状况下解决这个痛点问题的人称小Home Assistant智能生态呈现了。
智汀家庭云也是一个开源平台,但跟homeassistant不同的是,它联合国内各大智能家居厂商特点,通过各种不同的品牌插件包, 能够发现、连贯和治理智能硬件设施,实现智能设施之间的互联互通、自动化管制、语音管制。
其实从智汀简介中介绍来看,反对设施还挺多,除了咱们常见的家庭智能设施外,还能连贯并兼容局部第三方平台设施,例如,天猫精灵、HomeKit等,但比起各位智能生态来说,它更像一个乐高版的小Home Assistant智能生态,通过插件包的开发标准,自行新增/扩大插件包。并将其全副开源。
从而实现各种场景联动性能,尤其是当零碎接入设施的增多,这也意味着智汀家庭云,领有了更多的感官器。在咱们的零碎中,对这些传感器接入到的信息进行条件设置后,就实现了比如说:人走过开灯;夜晚起床,当检测到人体走过时,所在位置的灯将顺次关上,反之敞开灯。
可以这么查看:
1、首先,在Home Assistant面板左侧点击开发者工具,可以查看状态/监听event等。
2、切换到如图的event面板下面,在下方有触发event和监听event的开发者工具。
3、在监听event里面,在subscribe event中输入state_changed,点击开始监听。
4、state_changed发生后,即可查看state_changed的数据结构。其中有old_state和new_state对象。
5、state_changed作为event类型trigger时,在condition和action中可以访问old_state和new_state,如图。
6、如图是上图规则的效果,在指定entity_id的state_changed发生时,在home assistant中显示一个通知。
7、通过system_log.write服务,可以将数据写入日志。
可以。根据查询相关公开信息显示,homeassistant页面设置有更新功能。homeassistant安卓app汉化是非常受用户欢迎的开源智能家居系统,这款软件可以与众多支持的设备进行连接使用。