homeassistant共享文件夹登录密码如下。输入登录账号root,密码10245869 登录即可打开homeassistant配置目录。如果你的homeassistant配置目录里已经有custom_components文件夹了。
homeassistant怎么重置账号1、在浏览器中搜索“三星账户登录”,打开搜索结果中的三星账户官网。
2、登录界面点击“查找 ID 或重置密码”。
3、点击“重置密码”。
4、输入三星账户绑定的手机号码,点击“下一个”。
5、将手机收到的验证码填写到输入框,点击“下一个”。
6、最后输入两次相同的新密码,点击“重置密码”即可完成密码重置。
在默认情况下,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。
耐心等待。
第一步:在浏览器中访问Python官网 网址为:www.python.org 进入Downloads中的Windows下载页。
第二步:下载运行Python安装包 选择最新发布版的3.5系列,选择其中与Windows相对应的版本(64位或32位)。
第三步:安装Python 确保选中Add Python 3.5 to PATH选项。 点击Install Now。 等待安装完成。 此过程中已自动包含了Pip工具的安装。
第四步:验证Python安装结果 打开Windows命令行窗口。 输入python --version,看到显示版本为Python 3.5.4。 输入pip --version,看到显示版本为9.0.1。说明Python环境及Pip工具安装成功。
第五步:使用Pip工具安装Home Assistant。
在此步之前建议设置国内的安装源,可以提升后续的速度,参见这篇文档。
打开命令行窗口,输入:pip3 install homeassistant。
等待安装过程完成。
第六步:验证安装结果
在命令行窗口,输入:hass --open-ui。参数_open-ui的意思是系统启动完成后自动打开本机浏览器访问Home Assistant。
首次启动需要初始化配置文件,也会自动下载一些所需的文件,会需要一些时间。有时因网络质量问题还会出现文件下载失败情况,导致启动过程受阻。此时可以关闭命令行窗口,再重新执行启动命令。
系统启动过程中将创建网络服务,这可能会出发Windows系统自带的防火墙报警,请选择允许访问网络即可。
继续等待启动过程完成,直到浏览器自动打开Home Assistant系统首页,即表明软件安装成功。
homeassistant卡在登陆界面是系统问题。
系统bug是homeassistant系统出现了问题导致卡在登陆界面,等待官方修复即可。
HomeAssistant是构建智慧空间的神器。是一个成熟完整的基于Python的智能家居系统。
原文地址:http://www.qianchusai.com/homeassistant%E5%88%9D%E5%A7%8B%E5%AF%86%E7%A0%81.html