Aron Kahrs
Aron Kahrs
I took a look at the code and made this change, it seems to work `light.py` ``` async def _change_color_temp(self, color_temp): _LOGGER.info(f"Mapped color temp: {color_temp}") constraint_color_temp = clamp(color_temp, self._min_merids, self._max_merids)...
> seems like the authentication method is different in that model and firmware. As far as I understand the new authentication method has 4 "steps" to login. **Step 1:** Some...
### Update > This step sets something, but I haven't figured out what It sets the AES Key (i supose to decrypt on the server side?), so basically it sends...
### Update 2 > `id` seems to be a random, 32 character, alphanumeric string Turns out it's not random, it's an encrypted form of the password: ```javascript var n =...
### doLogin function I'm going to share the `controller.js` file that has the `doLogin` function ```javascript !function(s) { s.su.moduleManager.define("localLogin", { services: ["ajax"], models: ["localLogin", "localLoginControl"], stores: [], views: ["localLoginView"], deps:...