Skip to content

0.6.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ghawken Ghawken released this 16 Jun 07:59
· 36 commits to master since this release

0.6.16
πŸ˜€
Hopefully a even Better Beta Release Version:
Fix merge issue for state.py

I temporarily deleted this release - whilst investigated a issue was seeing on one upgraded system only.
The state file had incorrect byte based entries for the UUID causing a crash when the file was loaded. I believe I have tracked it down to the issue in 0.6.15 below, or before had created incorrect entries which only became apparent on this new, correct version.
Edited out the incorrect entries in the state file (carefully!) or deleting bridge from Home app, and resetting and reinstalling fixed.

All going well I haven't missed anything.

0.6.15
πŸ˜€
Better Beta Release Version:
Improved support for multiple advertising of IPs:

(see new image AdvancedOptions.png)
Homekit Server Options: Advertised Interfaces: (in my example)
::1 = (IVP6 localhost)
192.168.1.6 = (Ethernet interface)
192.168.1.92 = (Wifi interface)
&
Homekit Server: IP address
IVP4 IP interface that server is running on
192.168.1.6 = (Ethernet interface)

0.6.14
Beta release version:
Use byte/binary data for UUIDs as it appears apple changing from Lowercase to Uppercase at times. This bypasses this issue now and into the future.
Allow multiple network stacks for mDNS ivp4 and ivp6 con-currently.
Currently defaults to network internet default interface only, but manually can enter ivp4 and ivp6 addresses in HomeKit Server advanced settings. Beware if incorrect network settings fail without error messaging.

0.6.9
Bug fix for 0.6.8 missing pair_five binary conversion

0.6.8
Update HomeKit library to use binary blob for pairing data, to avoid any UUID formatting changes

0.6.7
Update Python ZeroConf to 0.63
Change pair verify error messaging to be clearer
Update installs to use v4only mdns on first run