大道至简,知易行难
广阔天地,大有作为

Home Assistant/Hassos使用API并操作小米米家智能插座

官网文档位于:https://developers.home-assistant.io/docs/api/rest/

Home Assistant的API

Home Assistant的API

需要在configuration.ymal中启用:

启用Home Assistant的API

启用Home Assistant的API

在configuration.ymal中启用Home Assistant的API

在configuration.ymal中启用Home Assistant的API

然后获取访问API时使用的Token:

获取Home Assistant的API Token

获取Home Assistant的API Token

然后用curl测试一下:

获取Home Assistant的API测试

获取Home Assistant的API测试

使用/api/services会Returns an array of service objects. Each object contains the domain and which services it contains:

Home Assistant列出所有服务

Home Assistant列出所有服务

这是一个很大的Json,我们只关注其中有关开关的:

Home Assistant列出所有服务(JSON格式)

Home Assistant列出所有服务(JSON格式)

然后使用/api/states/<entity_id>返回对应开关的状态:

Home Assistant获取实体状态

Home Assistant获取实体状态

然后使用/api/services/<domain>/<service>操作开关即可:

 

转载时请保留出处,违法转载追究到底:进城务工人员小梅 » Home Assistant/Hassos使用API并操作小米米家智能插座

分享到:更多 ()

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址