Alex Yao

Results 114 comments of Alex Yao

It's still a plugin that needs to be installed so this is incorrect.

On Linux you still need to install the docker compose plugin. It's still there in the docs.

Seems that you didn't configure docker to use the environment variables in .env

Related issues: #165, #237, #240, #249 Related discussion: #228

The v2 API has not been implemented and thus the official Hue app is currently not supported. Other Hue compatible apps which do not require the v2 API such as...

@FlorianFreudiger is correct. The current readme is a little dated, however, if you look at the other pinned issue #265, you can see how to join the "beta" which will...

I can help answer some questions since I've worked in the codebase a bit. Esphome runs essentially on the Arduino model where it has its "main" setup and loop function...

C should work fine. It's just platformio under the hood and it copied it all into a platformio project. You'll likely want to choose the idf framework instead of Arduino...

Here's some relevant code for how it sets up the main loop task. https://github.com/esphome/esphome/blob/dev/esphome/components/esp32/core.cpp

Unfortunately, its hard to obtain logs because the system is in a completely frozen state. Where would the logs be? I may be able to see if ssh server still...