Rapha

Results 61 comments of Rapha

@aigimig the display() method was wrong, and I created a PR to fix that. But, what about the physical bulb itself, does it change color or is that also broken?...

only thing I noticed from your debug output: >{"method": "setLightStatus", "source": "APP", "data": {"action": "on", "speed": 0, "red": 255, "green": 0, "blue": 0, "colorMode": "color"}}} there is no "brightness" key...

@aigimig Can you try testing this branch? https://github.com/sdrapha/pyvesync/tree/patch-2 I added an empty brightness key, to the calls that only changes the colors Do you know how to clone the git,...

now, the `colorMode` key is missing from the `set_brightness()` api call. There are not enough captured calls to study all the possible combinations. I would assume that the other colorMode...

@aigimig I just updated that same previous branch, to include an empty `colorMode` key on the api call, when only changing brightness. Please, if you have the opportunity to test...

Thanks for the reply!!! I won't have time to re-access my aproach and alternatives right know, or investigate further the difference from bootstrap versions, but I will once I have...

I can share an updated version of my "fake it till we make it" yaml later when I get home, it may help someone eventually.

I have a suspicion about getting to a broken state when my router froze the other day and I lost connectivity. I'm not totally sure and a haven't had time...

I though about doing some video clips, that would show how it work easier than puting it into words. Also no translation required. I will try to make some when...

I made a PR to fix this issue, half an year ago already, is there any concern blocking it from being merged @ofekashery? Apreciate your thoughts. I'm using my modified...