GithubHelp home page GithubHelp logo

kaishaohoi / camera_ir_light Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 18 KB

该 Home Assistant 集成添加了对红外光传感器的支持。它通过检查红外摄像头的日志来确定室外光照条件,并允许您根据光照条件自动执行操作

License: MIT License

Python 100.00%

camera_ir_light's Introduction

Home Assistant HACS 集成:红外光传感器

该 Home Assistant 集成添加了对红外光传感器的支持。它通过检查红外摄像头的日志来确定室外光照条件,并允许您根据光照条件自动执行操作。

安装

  1. 如果尚未安装 HACS,请先安装。

  2. 在 HACS 仪表板中,转到“Integrations”(集成)部分。

  3. 点击 + 按钮以添加新的集成。

  4. 搜索“IR Light Sensor”,并从列表中选择。

  5. 点击 Install 并按照屏幕上的说明操作。

  6. 通过提供主机 IP 地址和轮询间隔等必需信息来配置集成。

配置

在您的 Home Assistant configuration.yaml 文件中,您可以使用以下示例配置添加红外光传感器集成:

sensor:
  - platform: ir_light
    host: 192.168.1.25
    polling_interval: 60

请确保根据您的设置调整 hostpolling_interval 值。

注意事项

  • 确保指定的主机 IP 地址是正确的,并且从您的 Home Assistant 实例可以访问。

  • 轮询间隔确定集成检查红外摄像头日志的频率。请注意频率以避免不必要的网络流量。

  • 如果遇到任何问题或有疑问,请查看 GitHub 仓库 进行故障排除和额外信息。

贡献

如果您有改进意见或发现错误,请在 GitHub 仓库 上提出问题。

许可证

此集成根据 MIT 许可证授权 - 详细信息请参阅 LICENSE 文件。

camera_ir_light's People

Contributors

kaishaohoi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.