mnemo70
mnemo70
I figured out what is happening: The UI is requesting the application's internal configuration data from the main process so quickly that it hasn't finished initializing it yet. In the...
Workaround (for Windows): 1. Download and INSTALL "homematic-manager-setup-2.7.0.exe". 2. Download and install Node.JS if you haven't. 3. Install asar: `npm install -g asar` 4. Open a command prompt, then: ```...
Sorry, another update. This fix didn't work for a friend who had the "Ladevorgang" problem in macOS. The difference is that in his Homematic Manager the various device types like...
> Same issue. Tried the workaround and didn't resolve my problem. Did someone already identify where the problem is originating? Is it a configuration mistake that must be fixed manually...
> @mnemo70 Yeah, tried 20.000 ms. Tried the IP address and the hostname that's resolvable via the browser. No daemon names are displayed below the IP-address/hostname OK... Are you running...
See issue #121 for a fix and workaround.
You don't call a function, you need to define / provide the function. ``` Luxtronik.prototype.writeRaw = function (parameterNumber, rawValue, callback) { ... do all the stuff here } ``` The...