Skip to content

아이오 스위쳐 프로토콜을 이용한 홈어시스턴트 모듈입니다

License

Notifications You must be signed in to change notification settings

damob-byun/IO-Switcher-HA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwitcherIO HomeAssistant

PySwitcherIO를 이용해서 만들었습니다.

스위쳐 아이오 Switch를 홈 어시스턴트에 추가 합니다. HACS에서 Custom Integration 추가하신담에 여기 경로 추가하세요. 블루투스 모듈이 필요합니다. 링커는 혼자 쓰고 있는데 나중에 추가 할 계획입니다.

installation

  1. HACS를 통해 설치합니다. 통째로 config 안에 넣으시면 됩니다.
  2. configration.yaml을 다음과 같이 수정합니다.

How to Use

sudo hcitool lescan

를 통해 맥주소를 알아내고

#1구의 경우.
switch:
  - platform: switcher_io
    type: "1"
    mac: 'XX:XX:XX:XX:XX:XX'
#2구의 경우 두개 추가하시면 됩니다.
switch:
  - platform: switcher_io
    name: "top side"
    type: "1"
    mac: 'XX:XX:XX:XX:XX:XX'
  - platform: switcher_io
    name: "bottom side"
    type: "2"
    mac: 'XX:XX:XX:XX:XX:XX'

hacs_badge hacs_badge

About

아이오 스위쳐 프로토콜을 이용한 홈어시스턴트 모듈입니다

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages