Denis Stepanov

Results 11 comments of Denis Stepanov

In v2.0.0 a method `YBulb::getPower()` was added, and the appropriate interface was implemented on the web. Still, it relies on the status returned from discovery + on the record of...

To make this working, I prefer to wait for a new release of LinkedList library (current is 1.2.3), which includes support for sort() function. It is still possible to do...

In v2.0.0 the LinkedList is gone in favor of `std::vector`. Still, sorting has not been added just yet.

It looks like local IP allows saving the label on the bulb itself, so there is a choice where this label should be implemented. Labels assigned in Yeelight app look...

In version 2.0.0 the switch keeps track of bulb status, obtained from discovery process. Still, the issue is present. A more reliable way would be to send clear ON/OFF commands...

For information, scripting section has been added into `README.md`, including a shell example. A full featured standalone script still needs to be written.

I plan to make a quite significant rewrite in the coming months. Since colors/brightness seems to be demanded feature, it would be probably the next to implement after that.

Yeelight protocol allows this. Exposing these controls via web server is a good portion of coding, but nothing extraordinary. What concerns hardware controls, ESP8266 has got only one ADC input,...

Thanks @Mar5in; this is an interesting piece of code, even though I personally would not go that far. I just gave it a quick try with ESP32 Arduino; it does...

For information, my interest was in tracks of 3 seconds long; I came up with this: CONNECTIVITY_MASK = 2 DEFAULT_FS = 44100 DEFAULT_WINDOW_SIZE = 1024 # was 4096 DEFAULT_OVERLAP_RATIO =...