Skip to content

waynezhang/aiseg-homekit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AiSEG HomeKit

A very fragile AiSEG HomeKit bridge. All functions are based HTML parsing.

Usage

The IP address of AiSEG can be discovered automatically. However, the username and password are required. Usually the username is aiseg and the password is the HEMS device ID without hyphen.

The username and password can be set by environment variables like below:

export AISEG_USER="aiseg"
export AISEG_PASSWORD="deviceid"

The PIN code for HomeKit is 20030010 by default. It can be changed like below:

export AISEG_PIN=xxxxxxxx

Other environment

  • AISEG_BINDADDR: Address and port to bind (e.g, :99999)
  • AISEG_IFACE: Interface to bind (e.g, eth0)

Disclaimer

Use it at your own risk