maccoylton / esp-homekit-rgbw-strip

A homekit firmware for a magic home RGBW controller
Apache License 2.0
15 stars 3 forks source link

this supposet happen? #11

Closed toshibochan closed 4 years ago

toshibochan commented 4 years ago

time to time this happen in my log. this is okay?

HomeKit: [Client 14] Pair Verify Step 1/2 HomeKit: [Client 14] Pair Verify Step 2/2 HomeKit: [Client 14] Found pairing with 0320352C-C8C2-4DF4-9F99-F57FD1FE9ECD on_homekit_event: Client verified, Free Heap=4668 HomeKit: [Client 14] Verification successful, secure session established HomeKit: [Client 14] Get Accessories

checkWifiTask WiFi: check interval 200, Status: connection ok: Free Heap=6664, Free Stack=24

maccoylton commented 4 years ago

Free heap is very low at 6664. Are you using esp-homekit from Max or my version? I found a bug which can cause heap to shrink, fixed in my version but waiting for Max to accept my pull request

Sent with GitHawk

toshibochan commented 4 years ago

Thank you

toshibochan commented 4 years ago

I think I’m using your version because I download your repo and make main.bin

maccoylton commented 4 years ago

Go into the esp-homekit directory and issue the command git remote -v

This will tell you were you pulled that from

toshibochan commented 4 years ago

git Remote -v git: 'Remote' is not a git command. See 'git --help'.

The most similar command is remote

toshibochan commented 4 years ago

I think is from Max because in gitmodule say to download Max version

maccoylton commented 4 years ago

I said to use git remote -v. You need to type the commands exactly as I recommend

toshibochan commented 4 years ago

It is max

toshibochan commented 4 years ago

I will change gitmodule to download your version later

toshibochan commented 4 years ago

I’m out but I’m access my computer using VNC to check! LOL

toshibochan commented 4 years ago

My magichome led controller keeping disconnecting from home app and try to pair again. So hope your version will fix this.

maccoylton commented 4 years ago

ok let me know how you get on

toshibochan commented 4 years ago

Just change maximkulkin to maccoylton?

[submodule "components/esp-homekit"] path = components/esp-homekit url = https://github.com/maccoylton/esp-homekit [submodule "components/esp-wolfssl"] path = components/esp-wolfssl url = https://github.com/maximkulkin/esp-wolfssl [submodule "components/esp-cjson"] path = components/esp-cjson url = https://github.com/maximkulkin/esp-cjson [submodule "components/esp-ir"] path = components/esp-ir url = https://github.com/maximkulkin/esp-ir [submodule "components/esp-homekit-common-functions"] path = components/esp-homekit-common-functions url = https://github.com/maccoylton/esp-homekit-common-functions [submodule "components/UDPlogger"] path = components/UDPlogger url = https://github.com/HomeACcessoryKid/UDPlogger [submodule "components/esp-wifi-config"] path = components/esp-wifi-config url = https://github.com/maximkulkin/esp-wifi-config [submodule "components/esp-adv-button"] path = components/esp-adv-button url = https://github.com/RavenSystem/esp-adv-button.git