Kevin V.
Kevin V.
I'm getting this error too.
Can you try the latest release and see if you still see it as often?
Does it stop working after you get those error messages? Or does it log those errors but still work?
I don't have much experience with docker but if you mount the whole /dev dir you don't need to run in privileged mode right? It should still be able to...
Just curious, how quick is the alexa trigger method? Honestly even though I developed this I'd prefer a more first-party supported integration given the weird quirks the custom component has....
@johnwarne See this information on this error in virtualbox here: https://github.com/kevinvincent/ha-wyzesense/issues/20#issuecomment-595829838 Basically it involves switching your virtual machine to use a different (more stable) usb host controller This is unfortunately...
> if cmd == cls.ASYNC_ACK: > assert len(s) >= 7 > s = s[:7] > payload = MAKE_CMD(cmd_type, b2) > elif len(s) >= b2 + 4: > s = s[:...
@raetha Great to hear. Yeah, unfortunately, I don't have too much experience with the reverse engineering side to figure out what exactly that packet means. It would be cool if...
Can all of you please try updating to version `0.0.7`. Please make sure to follow the update instructions where you must retrigger each sensor once updating the component for the...
@damato300x7 master is actually now the same as 0.0.7 (it was ahead of 0.0.6 a couple of weeks ago).