Roland Rosenfeld
Roland Rosenfeld
If you really intend to realize something like this, please make it configurable. I personally don't like such a setup, since it doesn't cope with my window manager (fvwm) setup...
I temporarily enabled DEBUG logging for homematic and restarted OpenHAB. You can find the startup log at https://www.spinnaker.de/tmp/homematic-311.log I also suspect some kind of timing issue, that was introduced with...
I tried to use the Main UI in the following way: I removed the Things from the homematic things file (keeping only the Bridge entry) and upgraded to 3.2.0-1. The...
> I think it would be necessary to install the bridge in Main UI, too. Because as far as I can see in the logs the requests causing the problems...
Okay, "Scan" does not find any CCU (okay, that's because my firewall blocks UDP 43439). But adding it manually (by entering the hostname) finds the CCU. After this the inbox...
In services/homematic.cfg I have the following lines active: ``` host=homematic.sail.spinnaker.de callback.host=192.168.42.2 ``` (192.168.42.2 is the LAN IP of my OH server. homematic.sail.spinnaker.de points to 192.168.42.28)
I increased bufferSize to 20480 (the default should be 2048, if I got this right). I tried to reduce the log size to a minimum (not including too much output...
I dived a little deeper into this issue and found out, that `psutil_compat` isn't imported or used at any point in salt. But the file is still excecuted. The problem...
As a workaround the following gets rid of the warning. Hopefully I don't have to extend the version guard: ```saltstack {% if grains.saltversion == "3006.8" %} /opt/saltstack/salt/lib/python3.10/site-packages/salt/utils/psutil_compat.py: file.absent /opt/saltstack/salt/lib/python3.10/site-packages/salt/utils/__pycache__/psutil_compat.cpython-310.pyc: file.absent...
I also run into this issue, see #60 and #67.