返回介绍

设备及服务 - 博联

发布于 2020-01-29 21:13:21 字数 3206 浏览 1920 评论 0 收藏 0

Home Assistant 支持博联全系全屋智能设备。

智能四位排插

示例配置:

switch:
  - platform: broadlink
    host: IP_ADDRESS
    mac: 'MAC_ADDRESS'
    type: mp1
    friendly_name: 'MP1'
    slots:
      # friendly name of slots - optional
      # if not set, slot name will be switch's friendly_name + 'slot {slot_index}'. e.g 'MP1 slot 1'
      slot_1: 'TV slot'
      slot_2: 'Xbox slot'
      slot_3: 'Fan slot'
      slot_4: 'Speaker slot'

变量说明:

  • host: 必填,设备 IP
  • mac: 必填,设备 mac,注意引号
  • type: 必填,设备型号
  • friendly_name: 可选,昵称,仅限英文!!!
  • slot_x:可选,各孔位昵称,仅限英文!!!。不设置的话,则设备默认昵称为 MP1 slot x

智能插座

支持的设备有:sp1, sp2, honeywell_sp2, sp3, spmini2 and spminiplus。国内在售智能插座10A、智能插座经典款10A、智能插座升级款10A 均支持。

注意:智能插座京东微联版暂不支持。

示例配置:

switch:
  - platform: broadlink
    host: IP_ADDRESS
    mac: 'MAC_ADDRESS'
    type:  sp1
    friendly_name: 'Humidifier'

变量说明:

  • host: 必填,设备 IP
  • mac: 必填,设备 mac,注意引号
  • type: 必填,设备型号
  • friendly_name: 可选,昵称,仅限英文!!!

万能遥控

支持的设备有:rm, rm2, rm_mini, rm_pro_phicomm, rm2_home_plus, rm2_home_plus_gdt, rm2_pro_plus, rm2_pro_plus2, rm2_pro_plus_bl, rm_mini_shate,国内在售两款均支持。

示例配置:

  - platform: broadlink
    host: 192.168.1.2
    mac: 'B4:43:0D:CC:0F:58'
    timeout: 15
    switches:
    # Will work on most Phillips TVs:
      tv:
        friendly_name: "Phillips Tv"
        command_on: 'JgAcAB0dHB44HhweGx4cHR06HB0cHhwdHB8bHhwADQUAAAAAAAAAAAAAAAA='
        command_off: 'JgAaABweOR4bHhwdHB4dHRw6HhsdHR0dOTocAA0FAAAAAAAAAAAAAAAAAAA='

变量说明:

  • host: 必填,设备 IP
  • mac: 必填,设备 mac,注意引号
  • timeout:可选,延时,秒计
  • type: 可选,设备型号
  • switches:红外(射频)码分类,仅限英文!!!
  • friendly_name: 可选,昵称,仅限英文!!!
  • command_on:必填,设备开启的红外码
  • command_off: 必填,设备关闭的红外码

红外码学习

进入『开发者工具』的『服务 Service』面板,选择 broadlink/learn_command 服务,点击 Call Service 调用服务。成功调用后,在 20 秒内向万能遥控输出红外指令,成功学习后,在 Home Assistant 前端页面会显示所学的红外码。


传感器

支持智能环境监测仪 a1

示例配置:

sensor:
  - platform: broadlink
    update_interval: 60
    host: IP_ADDRESS
    mac: 'MAC_ADDRESS'
    monitored_conditions:
      - temperature
      - humidity
      - air_quality
      - light
      - noise

变量说明:

  • host: 必填,设备 IP
  • mac: 必填,设备 mac,注意引号
  • update_interval:可选,更新间隔
  • type: 可选,设备型号
  • monitored_conditions: 监测数据类型
    • temperature:温度
    • humidity:湿度
    • air_quality:空气质量
    • light:光线
    • noise:声音

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文