Christopher Kreft
Christopher Kreft
Error 193 means clean filters (probably f0 pre filter). After cleaning you can hold child lock for 3 seconds to reset the counter.
I've done this for a nagios compatible monitoring plugin. Maybe this helpes someone else to integrate in other monitoring / smart home tools: https://github.com/c-kr/check_air_purifier
Had the same problem with MX Master 3 via bluetooth. A better approach instead of starting with a delay is a udev rule that starts logid after the hidraw device...
I am not an elastic guy but i don't think it is misconfigured, just heavily used which leads to logging of a lot open http connections in the api output....
> What kind of Elasticsearch did you see that on? Local self installed or a Cloud instance? Which version? Self Installed Elasticsearch Version 7.17.1 > Nevertheless, I think your contribution...
Hi, attributes that not exists are currently not supported. Feel free to add this feature and send me a pr.
You could try to change line 123 to: if ($response->is_redirect) { Or remove this content check for testing. Maybe this works.