2024年11月24日星期日 下午12:57:47

Adaptive Lighting: basnijholt's adaptive-lighting Integration and how to use [ok]

2 年 前
#18774 引用
1.Adaptive Lighting  for apple

自适应日光模式

adaptive lighting

在 2020 年的 WWDC 上,Apple 在家庭的部分推出了一个全新的「自适应照明」功能,让智能灯泡可以根据日出日落条件来自动调整颜色和色温,以适应人们的自然节律和作息。

https://www.macworld.com/article/234336/homekit-in-ios-14-support-for-facial-recognition-and-adaptive-lighting.html



家庭

例如在太阳落山后,灯具在色温变暖之后还能自动将亮度调低,以适应夜间的照明氛围。反之,在日出时,灯具的色温会逐渐变冷,并将亮度缓缓调高。


除了这些基础功能外,Adaptive Lighting 还提供了「睡眠模式」。当睡眠模式打开后,被加入 Adaptive Lighting 的灯具都会将亮度降到最低,并将色温调节到最暖,帮你营造一个适合入睡的环境。

智慧城市
面向路灯照明自适应调节的雾天能见度分类

在智慧城市研究领域中,基于能见度分类网络进行路灯照明的智能调节,是近年来有效减少雾天发生交通安全事故的重要研究分支。但是,现有相关方法研究普遍存在准确率低和结果滞后等问题。基于此,提出了一种面向路灯照明自适应调节的雾天能见度分类方法。首先通过分析多色彩空间的像素级信息,从而实现对图像的日夜判别;其次,基于此通过融合堆叠式注意力分割的残差网络,对雾天图像进行能见度精细化分类;最后,通过雾天能见度分类结果引导路灯自适应调节亮度、色温。实验验证表明,所提方法在自建数据集中分类准确率达到了80.56%,相较...

2. Adaptive Lighting component for Home Assistant - basnijholt‘s adaptive-lighting Integration


New Adaptive Lighting Integration
https://community.home-assistant.io/t/new-adaptive-lighting-integration/243788

Adaptive Lighting Custom Component that automatically adapts the brightness and color of your lights based on the sun’s temperature but stops when you manually make a change
https://community.home-assistant.io/t/adaptive-lighting-custom-component-that-automatically-adapts-the-brightness-and-color-of-your-lights-based-on-the-suns-temperature-but-stops-when-you-manually-make-a-change/257416

Add adaptive_lighting component  Sep 26, 2020
https://github.com/home-assistant/core/pull/40626

[url] https://github.com/basnijholt/adaptive-lighting[/url]

how to use(cn) -https://post.smzdm.com/p/a8x5xqpl/

2.2 Circadian Lighting [Home Assistant Component]

https://github.com/claytonjn/hass-circadian_lighting

Doc
https://deploy-preview-14877--home-assistant-docs.netlify.app/integrations/adaptive_lighting/

Blog

安装 和使用 Adaptive Lighting 集成

https://post.smzdm.com/p/a8x5xqpl/

0
2 年 前
#18775 引用
Adaptive Lighting component for Home Assistant





How to Use Adaptive Lighting With Apple HomeKit Lights
https://www.howtogeek.com/712520/how-to-use-adaptive-lighting-with-apple-homekit-lights/
0
2 年 前
#18776 引用
Hardware

smart lights <-Adaptive Lighting only works with smart lights that support it.



List

, 
Philips Hue bulbs
  Eve Light Strip.
0
2 年 前
#18777 引用
How Adaptive Lighting Works With Brightness Controls

Adaptive Lighting will not automatically adjust the brightness of your lightjust its color temperature. 


In fact, when you manually adjust the brightness of your light, Adaptive Brightness will automatically change its color temperature. It’s cooler at higher brightness and warmer at lower brightness.

For example, the coolest temperature will be at 100% brightness at mid-day. If you decrease the brightness, the color temperature will get warmer—even if it’s the middle of the day. If it’s night time and your lights are already a warm hue, dimming them will result in them becoming an even warmer color.
0
1 年 前
#20317 引用
Configuration
This integration is both fully configurable through YAML and the frontend. (Configuration -> Integrations -> Adaptive Lighting, Adaptive Lighting -> Options)
Here, the options in the frontend and in YAML have the same names.

# Example configuration.yaml entry
adaptive_lighting:
  lights:
    - light.living_room_lights

source:https://community.home-assistant.io/t/adaptive-lighting-custom-component-that-automatically-adapts-the-brightness-and-color-of-your-lights-based-on-the-suns-temperature-but-stops-when-you-manually-make-a-change/257416
0
1 年 前
#20331 引用
step 1:安装 Adaptive Lighting 集成

手动下载 Adaptive Lighting 的文件夹,并将 custom_components 里的 adaptive_lighting 文件夹整个放入 Home Assistant config 目录下的 custom_components 文件夹中来进行安装。

download

adaptive-lighting version:adaptive-lighting-1.4.1

/home/homeassistant20221103/.homeassistant/custom_components/adaptive_lighting
0
1 年 前
#20332 引用
Step 2:先将你的家庭定位更改到对应的位置

不过在设置插件前,需要先将你的家庭定位更改到对应的位置,否则 Home Assistant 会默认你在阿姆斯特丹,并按照阿姆斯特丹的环境来调节你的灯光。
0
1 年 前
#20333 引用
Step 3:安装完成后,重启一下 Home Assistant。

goto:http://192.168.2.50:38123/developer-tools/yaml

restart ha
0
1 年 前
#20334 引用
Step 4: 添加集成 - Adaptive Lighting

再进入到「配置 > 设备与服务」中,点击右下角的「添加集成」,搜索 Adaptive Lighting,即可进入图形化的配置界面。

goto:http://192.168.2.50:38123/config/integrations

search integration by name "Adaptive Lighting"


output

Choose a name for the Adaptive Lighting instance
Pick a name for this instance. You can run several instances of Adaptive lighting, each of these can contain multiple lights!
0
1 年 前
#20338 引用
Step 5: Add Adaptive Lighting instance0

output

.storage/core.config_entries

 {
        "entry_id": "32cbfd923f7de0e0ef12b4919cb7ed08",
        "version": 1,
        "domain": "adaptive_lighting",
        "title": "Adaptive Lighting instance0",
        "data": {
          "name": "Adaptive Lighting instance0"
        },
        "options": {},
        "pref_disable_new_entities": false,
        "pref_disable_polling": false,
        "source": "user",
        "unique_id": "Adaptive Lighting instance0",
        "disabled_by": null
      }





0