Skip to content

Releases: Yurik72/ESPHap

Compatibility with ESP32 library version 1.0.5 and PlatformIO

22 Mar 07:37
Compare
Choose a tag to compare

Fixed linking and compilation error:

  • for ESP32 library version 1.0.5
  • for compilation under Platform IO

Few issues that improves stability

Stable and improved version with most bug fixed

06 Mar 11:57
Compare
Choose a tag to compare

Thank you to @eford321 , which is spent a lot of efforts for testing and finding crucial bugs
The main goals of this version:

-Stability of memory consumprion

On ESP8266:

  • Up to 8 accessories can be impelmented on the same board
  • Up to 8 concurrent clients/devices can simultaneously connect

On ESP32:

  • Up to 45 accessories can be impelmented on the same board
  • Up to 16 concurrent clients/devices can simultaneously connect

#37 stable pairing with ESP8266

30 Jan 14:18
Compare
Choose a tag to compare
v1.0.7

Merge branch 'master' of https://github.com/Yurik72/ESPHap

Stable pairing with ESP8266

30 Jan 12:24
Compare
Choose a tag to compare

Issue #37 is closed, Means since this release we have a stable pairing process with ESP8266

Bug fixes and more examples

14 Dec 13:27
Compare
Choose a tag to compare

Fixes main bug with stability responding of mDns on ESP32.
Example of full function thermostat with library changes

Update library info

22 Sep 13:49
ddd8c2a
Compare
Choose a tag to compare
v1.0.4

Update library.json

Small fixes +examples

05 Jun 10:50
bc4f504
Compare
Choose a tag to compare
  • Fixed issue with FAN service
  • Added new examples FAN + Dimmable Led

Implements feathures for buil-in web server, pairing by QR code plus examples

21 May 08:06
9f114b1
Compare
Choose a tag to compare

implement submodule for file storage of pairing data hapfilestorage.hpp which allows to reuse basic function for store pairing data on SPIFFs file system.

implement submodules for internal web server hapweb. Now Web server can be easily setup and handle file browser and your own portal for device. Plus handling of OTA.

implement submodules for pairing by QR code hapqr.hpp.Together with web server you can got on your browser QR image, which can be easily scan for pairing purpose. To access QR code you need enter http:// ip address / setup.html .

small fixes + examples

25 Apr 12:25
e88fae6
Compare
Choose a tag to compare
v1.0.1

Update README.md

Stable version , works on esp8266/esp32 with major devices

13 Apr 20:11
79de91f
Compare
Choose a tag to compare