Christian Schwinne
Christian Schwinne
As both a sponsor and maintainer of a large open source project that implements iro.js I can only say that iro.js supports everything I would ever want a color picker...
Hey, I can confirm that I can reproduce this issue as well with `minTemperature` set below 2000. Additional observations: With minTemperature set to 2200, actual minTemperature with slider all the...
Haven't tested this assumption, but just a possible cause _might be_ that blue is set to 0 below temperatures of 2000 (https://github.com/irojs/iro-core/blob/bd46ac36225cc4de5ea2a8453cec4f69b8f40ba6/src/color.ts#L305) while it should only be set to 0...
Hi! Unfortunately I cannot help you with the current measurement or hardware parts of your project. Also, reporting the current to Alexa is not directly possible with the Hue api...
Yes, only `setValue()` needs to be used to update the device value! The protocol doesn't allow sending this feedback to Alexa directly, but that is not a problem, since it...
Ah, thanks for clarifying. Use latest Espalexa 2.4.8, I've added a `devices[devId]->setState(true)` command!
Sorry for the issues! I believe it may be caused by the JSON buffer being too long to fit into the send buffer. I am planning to spend a day...
Thanks for the report, I'll investigate. Regular Echos and Echo Dots use different protocols for color (Echo hue+saturation, Dot xy-colorspace). So it might be that the hue+sat works (thus I...
@ChristianKnorr I investigated a bit and couldn't find any apparent fault with the code. Exception (0) indicates an illegal processor instruction and is usually caused by incorrect program data in...
Thanks for posting your code! :) Still can't seem to reproduce it :( Can you try and install https://github.com/me-no-dev/EspExceptionDecoder and send me the decoded exception?