Bernd Gewehr

Results 14 comments of Bernd Gewehr

Found my way for a) by taking a virtual switch, hooking a program on press_short that sets the switch to on for a second while making sure it was off...

For b) I am still not sure what to do. ``` { "enable_hmip": true, "enable_wired": false, "ios10": true, "special": [ { "name": "Garage", "type": "HM-THKL-GARAGEDOOR", "parameter": { "address_sensor_close": "BidCos-RF.BidCoS-RF:1.Garage_State", "address_sensor_open":...

Ich lese immer 0 (Tor zu), nie 100 (Tor offen) ``` [2/21/2021, 7:38:48 PM] [HomeMatic CCU] [GDS] One sensor mode. Fetching value for Close Sensor BidCos-RF.BidCoS-RF:1.Garage_State [2/21/2021, 7:38:48 PM] [HomeMatic...

Also creating a (virtual) CuXD switch that keeps the state dows not help, doesn't get refreshed somehow: ``` [2/23/2021, 9:17:22 PM] [HomeMatic CCU] [GDS] garage event CH:CUxD.CUX4010001:1|DP:STATE|NV:true|TCS:false ``` Stays always...

For docker deployment this doesn't work without editing the options.js: the parser.port will result in 8080 while the push server container is set to use 8082 That's why I suggested...

Also mein Ablauf ist einfach: Neuer Raspi, neues Raspian Clone vzlogger Install.sh Fehler: - kein cmake, direkt abgebrochen - kein dh-autoconf, abgebrochen, falscher Korrekturvorschlag (für Raspian) "install autoconf" - kein...

Ich habe - vielleicht fälschlicherweise - erwartet, dass das install Script ähnlich wie ein debian Paket aufgebaut ist und alle benötigten Abhängigkeiten mit installiert. Grade fehlende uuid-Dev und lsasl2-Dev führen...

Wie wäre es mit sudo find /|grep -w .*uuid.h /usr/include/uuid/uuid.h Dann hätte man eine OS-unabhängige Indikation, wenn auch keinen Beweis, dass was fehlt, wenn nichts kommt in kann den passenden...