Ivan Frolov
Ivan Frolov
I found the following workaround helped in my case, to resolve against system parameters: ```java File confFile = new File("..."); Config config = ConfigFactory.parseFile(confFile); Config system = ConfigFactory.systemProperties(); Config finale...
I found the following workaround helped in my case, to resolve against system parameters: ```java File confFile = new File("..."); Config config = ConfigFactory.parseFile(confFile); Config system = ConfigFactory.systemProperties(); Config finale...
I have different lights (Schneider Electric Switches) and RaspBee II as coordinator and I have the same problem - some lights randomly stay on or off in HA after issuing...