Skip to content

Releases: OrigamiDream/homebridge-daelim-smarthome

v1.4.4 — FCM API, Homebridge 2

29 Aug 13:30
Compare
Choose a tag to compare

CHANGELOGS

Google의 푸시 시스템 종료로 인한 오동작 수정 버전입니다. 반드시 업데이트 하시기 바랍니다.

  • Homebridge 2 대비 변경사항 반영
  • 2024년 6월 24일자 GCM API 종료에 따른 신규 API 마이그레이션

v1.4.3 — Fix for Fan caches

25 Apr 02:07
Compare
Choose a tag to compare

CHANGELOGS

  • 환기 액세서리 캐시 문제 해결 #103
  • Node.js 의존성 보안 업데이트
    • ip 1.1.8 → ip 1.1.9 #99
    • follow-redirects 1.15.4 → follow-redirects 1.15.6 #100
    • tar 6.1.13 → tar 6.2.1 #102

v1.4.2 — Update for minor changes

14 Jan 09:32
Compare
Choose a tag to compare

CHANGELOGS

  • TypeScript 컴파일 중 문제점 개선
  • Node.js 의존성 보안 업데이트
    • axios 0.22.0 → axios 1.6.0 #93
    • protobufjs 6.11.3 → protobufjs 6.11.4 #95
    • xml2js 0.4.23 → xml2js 0.5.0 #96
    • homebridge 1.5.1 → homebridge 1.7.0 #96
    • follow-redirects 1.15.3 → follow-redirects 1.15.4 #97

v1.4.1 — Fans and Air Conditioners

05 Mar 13:50
Compare
Choose a tag to compare

CHANGELOGS

  • 시스템 에어컨 지원이 추가되었습니다. #75, #78

  • 환풍기 지원이 추가되었습니다. 몇몇 세대의 경우 풍량 조절도 가능합니다. #39, #75, #79, #80

  • 필요한 Homebridge 버전이 v1.0.0v1.5.1로 변경되었습니다.

  • 가스 밸브 액세서리의 종류가 Valve에서 Lock으로 변경되었습니다. #74, #82

  • 이제 엘레베이터 호출을 지원하지 않는 세대의 경우 엘레베이터 액세서리가 추가되지 않습니다. #74, #77

  • Node.js 의존성 보안 업데이트 (dns-packet 5.3.0 → dns-packet 5.4.0) #84

v1.4.0 — HomeKit Secure Video and Advanced menu

18 Jan 13:04
Compare
Choose a tag to compare

CHANGELOGS

This release needs FFmpeg for HomeKit Secure Video

  • Add Advanced menu for enabling/disabling devices, PR: #64
  • Add Boom Barrier motion sensor device, PR: #67
  • Add Communal Entrance / Front Door motion sensor devices, PR: #67
  • Add HomeKit Secure Video for Communal Entrance Doorbell / Front Door Doorbell (When someone visited only), PR: #69

v1.3.10 — Dynamic Brand Name

02 Jan 19:21
Compare
Choose a tag to compare

CHANGELOGS

  • Add dynamic brand name in homebridge-ui, PR: #62

v1.3.9 — Fix Lightbulb Brightness

08 Dec 11:50
Compare
Choose a tag to compare

CHANGELOGS

  • Fix uncontrollable Lightbulb brightness

v1.3.8 — Fix Accessory Registrars

05 Dec 18:44
Compare
Choose a tag to compare

CHANGELOGS

This changes can affect to some of users. If you are experiencing issue after this update, reset the cached accessories.

  • Fix HeaterCooler characteristic values out of valid ranges
  • Fix accessory registrar for lazy responses from MMF server
  • Fix current temperature characteristic to respect its compliance
  • Fix UUID generation to avoid duplications
  • Update network debugger to hide password in logs
  • Add more debuggable messages

v1.3.6 — Improve MMF Connection Keep-Alive

02 Sep 02:40
Compare
Choose a tag to compare

CHANGELOGS

  • Improve MMF connection keep-alive — Issue: #43, Pull Request: #44

v1.3.5 — Fix MMF Server Termination

29 Jul 15:16
Compare
Choose a tag to compare

CHANGELOGS

  • Fix crashing MMF server (potentially)