rnauber
rnauber
> I do something similar but have replaced the rocker switches with momentary, normally closed switches. PowerOnState 2 is probably what you are looking for. It's a core Tasmota feature,...
> The delay to get online typically doesn’t matter much. Toggling the light on/off is sub-second fast. > > A problem with a very short interruption is that it could...
Hi @svh1985 , > ### The problem > I'm trying to understand the new Shell Dimmer feature within ESPHome, but I'm a bit lost. As a platform within the light...
> If I'm using id(dimmer).remote_values.get_brightness() I'm getting a scale that's not the expected 0-1000 value. > @rnauber do you know a way to get the brightness (0-1000) value? I think...
Try tapping the upper right corner ("lives") three times and post the values that are displayed... Thank you for reporting that problem, Richard
Well, it should be 60 FPS (frames per second) and 250 UPS (updates per second). What phone and what resolution do you have? Maybe someone could start profiling the code...
That is a quad core hand set, it should be powerful enough... Someone should look into optimizing the code!
Well, patches are always welcome! But why do you want to use a game language different from your systems language?
Hi @squishykid , I tested your PR with an X3HybridG4 because the standard discovery was always timing out. And it worked perfectly after I installed the mypy package. ``` InverterResponse(data={'Grid...
Well @squishykid , if you don't mind my hamfisted approach, I will try to cook something up here: https://github.com/rnauber/solax/tree/speedy-discovery I submit a PR to you, once it is done. Best,...