alexschwantes
alexschwantes
I am also experiencing this issue exactly as @cupofjoakim described
I had the same issue using a [Generic Hygrostat](https://rc.home-assistant.io/integrations/generic_hygrostat/) in HA. Your question actually helped me along the way to find a fix for it. Essentially you need to add...
So it has been working reliably for me of late, although I did make 1 change in the code. I set it back from updating at 13:00ish to 14:00ish to...
> Instead of checking once at a particular time it should run every 5 minutes or similar and if there is already data simply do a NOOP. > > If...
I second this. The fact that we now have to manually register devices basically kills this for me. How is everyone who uses it supposed to know to do this..
see the feature request #414
dosen't seem like its supported. see feature request #414
hi @bharat-maher, testcafe runs by proxying all pages in the browser via the testcafe server, so it needs direct network access between them. Have a read at https://devexpress.github.io/testcafe/documentation/how-it-works/ So it...
Your error message ERR_CONNECTION_TIMED_OUT indicates that it is likely a newtwork/firewall issue. So Selenium server needs to be able to connect to the nodes, which it can do because it...
Hi thanks for the contribution. I would say that for the majority of users, they would run this in headless mode, for which the original solution works cleanly. I would...