VERY IMPORTANT:
New installations are incompatible with old fullhaaboot.bin files and even with an initial working installation, issues can appear in the future.
Please, use last version from https://github.com/RavenSystem/esp-homekit-devices/wiki/Installation.
Changelog:
- Revert use of tasks to process TH sensors.
- Fixed
"cd":N
work unit. Now it works with float in seconds. - Added
"cd":N
to general config to set a delay in seconds before creation of first accessory, but after"0"
device action execution.
Changelog HAA 3.4.0:
- Improved initial WiFi connection.
- Even more RAM memory improvements.
Changelog HAA OTA 4.2.0:
- Improved initial WiFi connection.
- Faster connections.
- Fixed connection issues.
Changelog HAA 3.3.0:
- Device category now is selected automatically by default, based on first JSON accessory. Override is possible using
"ct":N
key. - Ping action: Added
"d":
option to disable ping action when Wifi connection is lost. Default:"d":0
. - More RAM memory improvements.
- Added device actions: You can declare following actions into configuration section. They will be executed at determinate events:
"0":
At boot.
"1":
After accessories declaration.
"2":
After first Wifi connection.
"3":
Wifi reconnection.
"4":
Wifi disconnection.
"5":
Wifi keeps disconnected after 20 retries.
Changelog HAA 3.2.0:
- Added Tricky Doorbell accessory type:
"t":13
Must be managed with a third-party HomeKit client. It can be problematic. This accessory works like a binary sensor, and it only sends a notification when status0
is reached. It allows power monitoring too, like other sensors. - Huge RAM memory improvements.
- Recode status LED functions.
- Added option to customize device category using key
"ct":N
in config section. Values are:
other = 1
bridge = 2
fan = 3
garage = 4
lightbulb = 5
door_lock = 6
outlet = 7
switch = 8
thermostat = 9
sensor = 10
security_system = 11
door = 12
window = 13
window_covering = 14
programmable_switch = 15
range_extender = 16
ip_camera = 17
video_door_bell = 18
air_purifier = 19
heater = 20
air_conditioner = 21
humidifier = 22
dehumidifier = 23
apple_tv = 24
speaker = 26
airport = 27
sprinkler = 28
faucet = 29
shower_head = 30
television = 31
target_controller = 32
Wiki will be updated as soon as possible.
Read Wiki for more info.