Matej Drobnič

Results 154 comments of Matej Drobnič

I am doing it from z-wave commands. Here is full log of me changing the position: https://github.com/OpenZWave/qt-openzwave/files/5288386/ozw.log I thought reports were unsolicited at first (lots of Aeotec devices send reports...

Try turning off OZW, editing the file while it's off and then turning it on

Sorry, I have no idea. I'm not using HASSIO, but I've noticed that editing files while OZW is active usually results in changes being reverted.

Could you make this interval configurable? 250 ms works fine when I'm only moving one blind. But when I move bunch of them at the same time, refreshes every 250...

I think I fixed the styling issues, can you please re-run the workflow?

This is still an issue. What do I need to do to get it merged?

@frenck It looks like bot has closed as stale without adding a stale comment first ? Can we get this reopened, please?

Wow this is very weird behavior. I've never seen docker container requesting root password for postgres.

I've tried option 3 with AppDaemon 4.0.3 and it does not appear to work. Dependent module will load once and then never reload, even after changing stuff in dependent module....

Ok, wasteful was not the right word. My beef with the app approach is mostly this: Instead of simply calling ```python some_util_method() ```` I must call ```python utils = self.get_app("utils")...