● ha작업)스위치 동기화_pc_switching_pc_pci_상태 알 수 없는 서비스를 사용합니다.
♨ 카랜더 일정 :
2024년01월25일
본문
● ha작업)스위치 동기화_pc_switching_pc_pci_상태 알 수 없는 서비스를 사용합니다.
HAOS가 rebooting 후 블루프린터 스위치 동기화 동작 오류 해결하기
해결 은 자동화구성으로
스위치 동기화_pc_switching_pc_pci_상태 알 수 없는 서비스를 사용합니다.
자동화 "스위치 동기화_pc_switching_pc_pci_상태 " (automation.seuwici_donggihwa_pc_switching_pc_pci_sangtae')에는 알 수 없는 서비스 switch.turn_unknown'를 호출하는 작업이 있습니다.
이 오류로 인해 자동화가 제대로 실행되지 않습니다. 이 서비스를 더 이상 사용할 수 없거나 오타로 인해 서비스가 발생했을 수 있습니다.
이 오류를 해결하려면 edit the automation을 수행하고 이 서비스를 호출하는 작업을 제거합니다.
아래의 제출을 클릭하여 이 자동화가 수정되었음을 확인합니다.
===========
자동화 조건 > 블루프린트
alias: 스위치 동기화_모니터_모니터sw
description: "블루프린트 설정작업"
use_blueprint:
path: clipman/switch_sync.yaml
input:
switch_A: switch.0xa4c1386ecad47eaa_center
switch_B: switch.cb1lu_0729_switch_1
============
문제점 및 대응
===========
블루브린터 스위치 동기화시 문제 발생으로 스위치 동기화 fron to로 구성 대응
--------------
일반적인 haos 재시작은 문제 없으나 시스템 재부팅은 문제 발생
========= 블루프린터 스위치 동기화
alias: 스위치 동기화_모니터_모니터sw
description: 블루프린트 설정작업
use_blueprint:
path: clipman/switch_sync.yaml
input:
switch_A: switch.0xa4c1386ecad47eaa_center
switch_B: switch.cb1lu_0729_switch_1
=============
이렇게 구성 사용시 시스템 재부팅은 문제 발생 합니다
문제내용)
스위치 동기화_pc_switching_pc_pci_상태 알 수 없는 서비스를 사용합니다.
자동화 "스위치 동기화_pc_switching_pc_pci_상태 " (automation.seuwici_donggihwa_pc_switching_pc_pci_sangtae')에는 알 수 없는 서비스 switch.turn_unknown'를 호출하는 작업이 있습니다.
이 오류로 인해 자동화가 제대로 실행되지 않습니다. 이 서비스를 더 이상 사용할 수 없거나 오타로 인해 서비스가 발생했을 수 있습니다.
이 오류를 해결하려면 edit the automation을 수행하고 이 서비스를 호출하는 작업을 제거합니다.
아래의 제출을 클릭하여 이 자동화가 수정되었음을 확인합니다.
1차
reboot_delay: "1"
추가 해도 안됨
대응) 방법은 fron off to from on 으로 아래와 같이 대응 합니다
=============== 블루프린터 reboot시 에러표시대응 자동화 from off to on 구성
automation:
- alias: Switch A ON triggers Switch B ON
trigger:
platform: state
entity_id: switch.0xa4c1386ecad47eaa_center
from: 'off'
to: 'on'
action:
service: switch.turn_on
entity_id: switch.cb1lu_0729_switch_1
- alias: Switch A OFF triggers Switch B OFF
trigger:
platform: state
entity_id: switch.0xa4c1386ecad47eaa_center
from: 'on'
to: 'off'
action:
service: switch.turn_off
entity_id: switch.cb1lu_0729_switch_1
=========== 1gang switch에 3gang switch 변경으로 switch 2번 모니터 동기화
alias: 서제불Switch2 A ON triggers 모니터Switch B ON
trigger:
platform: state
entity_id: switch.0xa4c1386ecad47eaa_center
from: 'off'
to: 'on'
action:
service: switch.turn_on
entity_id: switch.cb1lu_0729_switch_1
alias: 서제불Switch2 A OFF triggers 모니터Switch B OFF
trigger:
platform: state
entity_id: switch.0xa4c1386ecad47eaa_center
from: 'on'
to: 'off'
action:
service: switch.turn_off
entity_id: switch.cb1lu_0729_switch_1
============ 복도불 켜지면 신발장 앞 센서등 끄기를 realy off 로 연결 구성
alias: 복도불Switch2 A off_to_ON triggers 현관신발장센서불Switch B on
description: ""
trigger:
- platform: state
entity_id: light.esphome_web_db2f38_switch_livingroom_bogdo
from: "off"
to: "on"
action:
- service: switch.turn_on
entity_id: switch.0xa4c138474d8036f7
alias: 복도불Switch2 A on_to_OFF triggers 현관신발장센서불Switch B off
description: ""
trigger:
- platform: state
entity_id: light.esphome_web_db2f38_switch_livingroom_bogdo
from: "on"
to: "off"
action:
- service: switch.turn_off
entity_id: switch.0xa4c138474d8036f7
=================
☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠
뷰PDF 1,2
office view
관련자료
-
이전
-
다음
댓글목록
등록된 댓글이 없습니다.