maccoylton / esp-homekit-rgbw-strip

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

how to install? #5

Closed toshibochan closed 4 years ago

toshibochan commented 4 years ago

i did: make -C src flash

make: Entering directory '/home/toshi/projects/esp-homekit-rgbw-strip/src' /home/toshi/projects/esp-open-rtos/common.mk:223: /home/toshi/projects/esp-homekit-rgbw-strip/components/esp-homekit-common-functions/colour_conversion/component.mk: No such file or directory /home/toshi/projects/esp-open-rtos/common.mk:223: /home/toshi/projects/esp-homekit-rgbw-strip/components/esp-homekit-common-functions/rgbw_lights/component.mk: No such file or directory make: *** No rule to make target '/home/toshi/projects/esp-homekit-rgbw-strip/components/esp-homekit-common-functions/rgbw_lights/component.mk'. Stop. make: Leaving directory '/home/toshi/projects/esp-homekit-rgbw-strip/src'

what i doing wrong?

maccoylton commented 4 years ago

Checkout the WIKI, you don't need to build yourself. you can instlal a pre-built formware.

If you do want to build yourself, ensure you execute git submodule update --init --recursive

toshibochan commented 4 years ago

I was able to install the pre-built but keep disconnecting from WiFi and the dimmer work different from other examples. The problem is the other example the led keep fricling

toshibochan commented 4 years ago

Your version don’t light is okay but keep disconnecting

toshibochan commented 4 years ago

And your version the dimming is not smooth

toshibochan commented 4 years ago

This is the other example https://github.com/PA7T/magic_home_strip_rgbw

maccoylton commented 4 years ago

What do mean by disconnecting? Also what is the issue with dimming?

Sent with GitHawk

toshibochan commented 4 years ago

I think is Disconnecting from WiFi because in the home app show not responding till I reboot the device. The dimming is not smooth when go up or down.

maccoylton commented 4 years ago

I think is Disconnecting from WiFi because in the home app show not responding till I reboot the device. The dimming is not smooth when go up or down.

@toshibochan try latest release

Sent with GitHawk