[gelöst] FHEM hört nicht auf Homekit Befehle?

Begonnen von Frank6320, 20 September 2018, 21:59:44

Vorheriges Thema - Nächstes Thema

Frank6320

Hallo FHEM Forum,

ich bin dabei mein Haus mit KNX und FHEM zu automatisieren. Das klappt auf meinem Teststand schon ganz gut. Ich bin jetzt auf Homebridge gestoßen, um den waf zu steigern. Bei der mauellen Installation wurden die FHEM Geräte auch durch Homekit erkannt. Ich konnte sie aber nicht schalten. Zurzeit habe ich auf einem frischen Raspberry pi per Homebridge App wieder Homebridge installiert. Die Geräte werden wieder erkannt, aber es passiert nichts. Wenn ich auf dem iphone ein Gerät schalte, passiert am Aktuator nichts. Oder schalte ich ein Gerät erfolgreich in FHEM zeigt Homekit ncht den neuen Zustand an. Was läuft hier falsch? Wahrscheinlich hat das Problem schon jemand anderes gehabt und schon beschrieben, habe es aber noch nicht gefunden. Könnt ihr bitte einen Blick auf meine config.json und fhem.cfg werfen, ob an diesen Stellen etwas falsh läuft?

config.json

{
"accessories" : [
{
"ip" : "192.168.178.1",
"accessory" : "NetworkDevice",
"pingInterval" : "15",
"mac" : "EX:AM:PL:E:PC",
"wakeGraceTime" : "20",
"name" : "Example PC",
"shutdownGraceTime" : "45"
},
{
"name" : "Pi Temp",
"accessory" : "RaspberryPiTemperature"
}
],
"bridge" : {
"username" : "CD:22:3D:E3:CE:61",
"name" : "Homebridge",
"pin" : "031-45-556",
"port" : 51826
},
"platforms" : [
{
"port" : "8083",
"name" : "Test",
"server" : "127.0.0.1",
"platform" : "FHEM"
}
]
}


fhem.cfg

attr global userattr cmdIcon devStateIcon devStateStyle genericDeviceType:switch,outlet,light,blind,speaker,thermostat homebridgeMapping:textField-long icon siriName sortby webCmd webCmdLabel:textField-long widgetOverride
attr global autoload_undefined_devices 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global motd SecurityCheck:\
  WEB is not password protected\
  WEBtablet is not password protected\
  telnetPort is not password protected\
  WEBphone is not password protected\
\
Protect this FHEM installation by defining an allowed device with define allowed allowed\
You can disable this message with attr global motd none
attr global statefile ./log/fhem.save
attr global updateInBackground 1
attr global verbose 3

define telnetPort telnet 7072 global

define WEB FHEMWEB 8083 global
attr WEB editConfig 1
attr WEB stylesheetPrefix default

define WEBphone FHEMWEB 8084 global
attr WEBphone stylesheetPrefix smallscreen

define WEBtablet FHEMWEB 8085 global
attr WEBtablet stylesheetPrefix touchpad

# Fake FileLog entry, to access the fhem log from FHEMWEB
define Logfile FileLog ./log/fhem-%Y-%m.log fakelog

define autocreate autocreate
attr autocreate filelog ./log/%NAME-%Y.log

define eventTypes eventTypes ./log/eventTypes.txt

# Disable this to avoid looking for new USB devices on startup
define initialUsbCheck notify global:INITIALIZED usb create
define KNX TUL knxd:localhost 1.1.101
define Spiegellampe KNX 1/1/6:dpt1
attr Spiegellampe IODev KNX
attr Spiegellampe genericDeviceType switch
attr Spiegellampe group Licht,
attr Spiegellampe icon light_wall_3
attr Spiegellampe room Gäste WC,Homekit
attr Spiegellampe webCmd on:off
define FileLog_KNX_0101006 FileLog ./log/KNX_0101006-%Y.log KNX_0101006
attr FileLog_KNX_0101006 logtype text
attr FileLog_KNX_0101006 room KNX
define Deckenlicht KNX 1/1/5:dpt1
attr Deckenlicht IODev KNX
attr Deckenlicht genericDeviceType light
attr Deckenlicht group Licht
attr Deckenlicht icon light_pendant_light
attr Deckenlicht room Homekit,Gäste WC
attr Deckenlicht webCmd ON:OFF
define FileLog_KNX_0101005 FileLog ./log/KNX_0101005-%Y.log KNX_0101005
attr FileLog_KNX_0101005 logtype text
attr FileLog_KNX_0101005 room KNX
define Deckenlicht_status KNX 2/1/4:MODEL_NOT_DEFINED
attr Deckenlicht_status IODev KNX
attr Deckenlicht_status room KNX
define KNX_0201004 KNX 2/1/4:MODEL_NOT_DEFINED
attr KNX_0201004 IODev KNX
attr KNX_0201004 room KNX
define siri siri
define FileLog_KNX_0201004 FileLog ./log/KNX_0201004-%Y.log KNX_0201004
attr FileLog_KNX_0201004 logtype text
attr FileLog_KNX_0201004 room KNX

Frank6320

Hallo zusammen,

kann mir hierbei keiner helfen? Bin ich im falschen Unterforum unterwegs?

viele Grüße

Frank

MadMax-FHEM

#2
Hallo,

habe kein Homebridge (und kenne es auch nicht wirklich) aber es ist ein wenig wie alexa-fhem, daher veruche ich mal zu helfen (bevor niemand was "sagt")...

Also nach welcher Anleitung bist du vorgegangen?

Das hier kennst du!?
https://wiki.fhem.de/wiki/Homebridge_einrichten


Was auf den ersten Blick fehlt ist (mindestens) folgender Eintrag in der config.json:

            "filter": "room=Homekit"

Und dann müssen natürlich die gewünschten Geräte dem Filterkriterium (room=Homekit) entsprechen.

Was du als Filter angibst ist "egal" es muss halt "zusammenpassen"...

Ob sonst noch etwas fehlt etc. kann ich nicht sagen.

Was noch hilft (neben dem "woher/wie" hast du installiert) ist ein Auszug aus dem Log bzw. Console (bei manuellem Start) von Homebridge (NICHT fhem Log!)...

Gruß, Joachim
FHEM PI3B+ Bullseye: HM-CFG-USB, 40x HM, ZWave-USB, 13x ZWave, EnOcean-PI, 15x EnOcean, HUE/deCONZ, CO2, ESP-Multisensor, Shelly, alexa-fhem, ...
FHEM PI2 Buster: HM-CFG-USB, 25x HM, ZWave-USB, 4x ZWave, EnOcean-PI, 3x EnOcean, Shelly, ha-bridge, ...
FHEM PI3 Buster (Test)

Frank6320

Hi,
wenn ich homebrideg manuell starte kommt folgendes log. Der Start gelingt wohl nicht fehlerfrei.

[2018-9-30 21:14:28] Loaded config.json with 2 accessories and 1 platforms.
[2018-9-30 21:14:28] ---
[2018-9-30 21:14:29] Loaded plugin: homebridge-fhem
homebridge API version: 2.2
this is homebridge-fhem 0.4.5
[2018-9-30 21:14:29] Registering platform 'homebridge-fhem.FHEM'
[2018-9-30 21:14:29] ---
[2018-9-30 21:14:29] Loaded plugin: homebridge-http
[2018-9-30 21:14:29] Registering accessory 'homebridge-http.Http'
[2018-9-30 21:14:29] ---
[2018-9-30 21:14:30] Loaded plugin: homebridge-people
[2018-9-30 21:14:30] Registering platform 'homebridge-people.People'
[2018-9-30 21:14:30] Registering accessory 'homebridge-people.PeopleAccessory'
[2018-9-30 21:14:30] Registering accessory 'homebridge-people.PeopleAllAccessory'
[2018-9-30 21:14:30] ---
[2018-9-30 21:14:30] Loaded plugin: homebridge-raspberrypi-temperature
[2018-9-30 21:14:30] Registering accessory 'homebridge-raspberrypi-temperature.RaspberryPiTemperature'
[2018-9-30 21:14:30] ---
[2018-9-30 21:14:30] Loaded plugin: homebridge-wol
[2018-9-30 21:14:30] Registering accessory 'homebridge-wol.NetworkDevice'
[2018-9-30 21:14:30] ---
[2018-9-30 21:14:30] Loading 1 platforms...
[2018-9-30 21:14:30] [Test] Initializing FHEM platform...
starting longpoll: http://127.0.0.1:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1538334870856
[2018-9-30 21:14:30] [Test] Fetching FHEM devices...
[2018-9-30 21:14:30] Loading 2 accessories...
[2018-9-30 21:14:30] [Example PC] Initializing NetworkDevice accessory...
[2018-9-30 21:14:30] [Pi Temp] Initializing RaspberryPiTemperature accessory...
Server error: Error: listen EADDRINUSE :::8282
Server listening on: http://<ip>:8283
[2018-9-30 21:14:31] [Example PC] NetworkDevice "Example PC" (192.168.178.1) went from status "Offline" to "Online"
[2018-9-30 21:14:31] [Test] Checking devices and attributes...
[2018-9-30 21:14:31] [Test]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22,%22userattr%22,%22%22)%7D&fwcsrf=csrf_210273473652464&XHR=1
[2018-9-30 21:14:31] [Test]   executing: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20TYPE=siri&fwcsrf=csrf_210273473652464&XHR=1
[2018-9-30 21:14:31] [Test] siri device is siri
[2018-9-30 21:14:31] [Test]   executing: http://127.0.0.1:8083/fhem?cmd=%7B$defs%7Bsiri%7D-%3E%7B%22homebridge-fhem%20version%22%7D%20=%20%220.4.5%22%7D&fwcsrf=csrf_210273473652464&XHR=1
[2018-9-30 21:14:31] [Test] Fetching FHEM devices...
[2018-9-30 21:14:31] [Test] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2&fwcsrf=csrf_210273473652464&XHR=1
[2018-9-30 21:14:31] [Test] got: 21 results
[2018-9-30 21:14:31] [Test] Deckenlicht is light
[2018-9-30 21:14:31] [Test] Deckenlicht has
[2018-9-30 21:14:31] [Test] Deckenlicht_status: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for Deckenlicht_status (KNX)
[2018-9-30 21:14:31] [Test] FileLog_KNX_0101005: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for FileLog_KNX_0101005 (FileLog)
[2018-9-30 21:14:31] [Test] FileLog_KNX_0101006: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for FileLog_KNX_0101006 (FileLog)
[2018-9-30 21:14:31] [Test] FileLog_KNX_0201004: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for FileLog_KNX_0201004 (FileLog)
[2018-9-30 21:14:31] [Test] KNX: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for KNX (TUL)
[2018-9-30 21:14:31] [Test] KNX_0201004: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for KNX_0201004 (KNX)
[2018-9-30 21:14:31] [Test] Logfile: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for Logfile (FileLog)
[2018-9-30 21:14:31] [Test] Spiegellampe is switch
[2018-9-30 21:14:31] [Test] Spiegellampe has
[2018-9-30 21:14:31] [Test] WEB: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for WEB (FHEMWEB)
[2018-9-30 21:14:31] [Test] WEB_127.0.0.1_57144: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for WEB_127.0.0.1_57144 (FHEMWEB)
[2018-9-30 21:14:31] [Test] WEB_127.0.0.1_57590: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for WEB_127.0.0.1_57590 (FHEMWEB)
[2018-9-30 21:14:31] [Test] WEB_127.0.0.1_57598: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for WEB_127.0.0.1_57598 (FHEMWEB)
[2018-9-30 21:14:31] [Test] WEBphone: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for WEBphone (FHEMWEB)
[2018-9-30 21:14:31] [Test] WEBtablet: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for WEBtablet (FHEMWEB)
[2018-9-30 21:14:31] [Test] autocreate: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for autocreate (autocreate)
[2018-9-30 21:14:31] [Test] eventTypes: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for eventTypes (eventTypes)
[2018-9-30 21:14:31] [Test] global: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for global (Global)
[2018-9-30 21:14:31] [Test] initialUsbCheck: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for initialUsbCheck (notify)
[2018-9-30 21:14:31] [Test] siri: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for siri (siri)
[2018-9-30 21:14:31] [Test] telnetPort: no service type detected
[2018-9-30 21:14:31] [Test] no accessory created for telnetPort (telnet)
[2018-9-30 21:14:31] [Test] Initializing platform accessory 'Deckenlicht'...
[2018-9-30 21:14:31] [Test] creating services for Deckenlicht
[2018-9-30 21:14:31] [Test]   information service for Deckenlicht
[2018-9-30 21:14:31] [Test]     manufacturer, model and serial number characteristics for Deckenlicht
[2018-9-30 21:14:31] [Test]   Lightbulb service for Deckenlicht
[2018-9-30 21:14:31] [Test] Initializing platform accessory 'Spiegellampe'...
[2018-9-30 21:14:31] [Test] creating services for Spiegellampe
[2018-9-30 21:14:31] [Test]   information service for Spiegellampe
[2018-9-30 21:14:31] [Test]     manufacturer, model and serial number characteristics for Spiegellampe
[2018-9-30 21:14:31] [Test]   Switch service for Spiegellampe
Setup Payload:
X-HM://0023ISZ8493IK
Scan this code with your HomeKit app on your iOS device to pair with Homebridge:



























Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:

    ┌────────────┐
    │ 031-45-556 │
    └────────────┘

events.js:165
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE :::51826
    at Server.setupListenHandle [as _listen2] (net.js:1345:14)
    at listenInCluster (net.js:1386:12)
    at Server.listen (net.js:1474:7)
    at EventedHTTPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/eventedhttp.js:60:19)
    at HAPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:158:20)
    at Bridge.Accessory.publish (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:607:16)
    at Server._publish (/usr/local/lib/node_modules/homebridge/lib/server.js:128:16)
    at Server.<anonymous> (/usr/local/lib/node_modules/homebridge/lib/server.js:404:14)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/once.js:16:19
    at FHEMPlatform.<anonymous> (/usr/local/lib/node_modules/homebridge-fhem/index.js:1101:22)
Emitted 'error' event at:
    at emitErrorNT (net.js:1365:8)
    at process._tickCallback (internal/process/next_tick.js:114:19)

Frank6320

Hi,

so sieht der Start aus, wenn man den Homebridge Filter setzt.


[2018-9-30 21:27:21] Loaded config.json with 2 accessories and 1 platforms.
[2018-9-30 21:27:21] ---
[2018-9-30 21:27:21] Loaded plugin: homebridge-fhem
homebridge API version: 2.2
this is homebridge-fhem 0.4.5
[2018-9-30 21:27:21] Registering platform 'homebridge-fhem.FHEM'
[2018-9-30 21:27:21] ---
[2018-9-30 21:27:22] Loaded plugin: homebridge-http
[2018-9-30 21:27:22] Registering accessory 'homebridge-http.Http'
[2018-9-30 21:27:22] ---
[2018-9-30 21:27:23] Loaded plugin: homebridge-people
[2018-9-30 21:27:23] Registering platform 'homebridge-people.People'
[2018-9-30 21:27:23] Registering accessory 'homebridge-people.PeopleAccessory'
[2018-9-30 21:27:23] Registering accessory 'homebridge-people.PeopleAllAccessory'
[2018-9-30 21:27:23] ---
[2018-9-30 21:27:23] Loaded plugin: homebridge-raspberrypi-temperature
[2018-9-30 21:27:23] Registering accessory 'homebridge-raspberrypi-temperature.RaspberryPiTemperature'
[2018-9-30 21:27:23] ---
[2018-9-30 21:27:23] Loaded plugin: homebridge-wol
[2018-9-30 21:27:23] Registering accessory 'homebridge-wol.NetworkDevice'
[2018-9-30 21:27:23] ---
[2018-9-30 21:27:23] Loading 1 platforms...
[2018-9-30 21:27:23] [Test] Initializing FHEM platform...
starting longpoll: http://127.0.0.1:8083/fhem?XHR=1&inform=type=status;addglobal=1;filter=.*;since=null;fmt=JSON&timestamp=1538335643716
[2018-9-30 21:27:23] [Test] Fetching FHEM devices...
[2018-9-30 21:27:23] Loading 2 accessories...
[2018-9-30 21:27:23] [Example PC] Initializing NetworkDevice accessory...
[2018-9-30 21:27:23] [Pi Temp] Initializing RaspberryPiTemperature accessory...
Server error: Error: listen EADDRINUSE :::8282
Server listening on: http://<ip>:8283
[2018-9-30 21:27:23] [Example PC] NetworkDevice "Example PC" (192.168.178.1) went from status "Offline" to "Online"
[2018-9-30 21:27:23] [Test] Checking devices and attributes...
[2018-9-30 21:27:23] [Test]   executing: http://127.0.0.1:8083/fhem?cmd=%7BAttrVal(%22global%22,%22userattr%22,%22%22)%7D&fwcsrf=csrf_210273473652464&XHR=1
[2018-9-30 21:27:23] [Test]   executing: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20TYPE=siri&fwcsrf=csrf_210273473652464&XHR=1
[2018-9-30 21:27:24] [Test] siri device is siri
[2018-9-30 21:27:24] [Test]   executing: http://127.0.0.1:8083/fhem?cmd=%7B$defs%7Bsiri%7D-%3E%7B%22homebridge-fhem%20version%22%7D%20=%20%220.4.5%22%7D&fwcsrf=csrf_210273473652464&XHR=1
[2018-9-30 21:27:24] [Test] Fetching FHEM devices...
[2018-9-30 21:27:24] [Test] fetching: http://127.0.0.1:8083/fhem?cmd=jsonlist2%20room=Homekit&fwcsrf=csrf_210273473652464&XHR=1
[2018-9-30 21:27:24] [Test] got: 2 results
[2018-9-30 21:27:24] [Test] Deckenlicht is light
[2018-9-30 21:27:24] [Test] Deckenlicht has
[2018-9-30 21:27:24] [Test] Spiegellampe is switch
[2018-9-30 21:27:24] [Test] Spiegellampe has
[2018-9-30 21:27:24] [Test] Initializing platform accessory 'Deckenlicht'...
[2018-9-30 21:27:24] [Test] creating services for Deckenlicht
[2018-9-30 21:27:24] [Test]   information service for Deckenlicht
[2018-9-30 21:27:24] [Test]     manufacturer, model and serial number characteristics for Deckenlicht
[2018-9-30 21:27:24] [Test]   Lightbulb service for Deckenlicht
[2018-9-30 21:27:24] [Test] Initializing platform accessory 'Spiegellampe'...
[2018-9-30 21:27:24] [Test] creating services for Spiegellampe
[2018-9-30 21:27:24] [Test]   information service for Spiegellampe
[2018-9-30 21:27:24] [Test]     manufacturer, model and serial number characteristics for Spiegellampe
[2018-9-30 21:27:24] [Test]   Switch service for Spiegellampe
Setup Payload:
X-HM://0023ISZ8493IK
Scan this code with your HomeKit app on your iOS device to pair with Homebridge:



























Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:

    ┌────────────┐
    │ 031-45-556 │
    └────────────┘

events.js:165
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE :::51826
    at Server.setupListenHandle [as _listen2] (net.js:1345:14)
    at listenInCluster (net.js:1386:12)
    at Server.listen (net.js:1474:7)
    at EventedHTTPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/eventedhttp.js:60:19)
    at HAPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/HAPServer.js:158:20)
    at Bridge.Accessory.publish (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:607:16)
    at Server._publish (/usr/local/lib/node_modules/homebridge/lib/server.js:128:16)
    at Server.<anonymous> (/usr/local/lib/node_modules/homebridge/lib/server.js:404:14)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/once.js:16:19
    at FHEMPlatform.<anonymous> (/usr/local/lib/node_modules/homebridge-fhem/index.js:1101:22)
Emitted 'error' event at:
    at emitErrorNT (net.js:1365:8)
    at process._tickCallback (internal/process/next_tick.js:114:19)

MadMax-FHEM

Hast du auch einen automatischen Start eingerichtet?

Vor dem manuellen Start vergessen die autom. gestartete Homebridge zu beenden!?

Oder es läuft was anderes auf dem Port...

Gruß, Joachim

P.S.: nach welcher Anleitung bist du nun vorgegangen?
FHEM PI3B+ Bullseye: HM-CFG-USB, 40x HM, ZWave-USB, 13x ZWave, EnOcean-PI, 15x EnOcean, HUE/deCONZ, CO2, ESP-Multisensor, Shelly, alexa-fhem, ...
FHEM PI2 Buster: HM-CFG-USB, 25x HM, ZWave-USB, 4x ZWave, EnOcean-PI, 3x EnOcean, Shelly, ha-bridge, ...
FHEM PI3 Buster (Test)

Frank6320

Hi,

ich habe es jetzt nochmal neu manuell installiert. Dabei habe ich mich an das Wiki gehalten und https://timobihlmaier.de/homebridge-auf-einem-raspberry-pi-installieren/ befolgt. In dem Wiki fehlt der Befehl zur Installation von npm?

Der manuelle Start von Homebridge gelingt. Die Geräte im Homekit Raum werden gefunden. Es werden 2 Schalter in Apple Home angezeigt. Aber wieder es gibt keine Reaktion in FHEM wenn ich per Home etwas schalte. Zum Verzweifeln.
Müssen die Geräte in fhem noch weitere Konfigurationen erhalten? Ist generic device type doch nicht genug?

Frank6320

Hallo zusammen,

ich habe den generic device type jetzt auf switch gesetzt. Zusammen mit setlist on off geht es jetzt. Ich kann per siri und home mein KNX ansteuern. Puuh endlich.

Was ist der Unterschied zwischen switch und light?

viele Grüße

Frank


MadMax-FHEM

#8
Gratuliere!

Genau weiß ich den Unterschied nicht aber evtl. geht bei Light z.B. auch Dim (wenn ein entsprechender set bzw. pct oder so vorhanden) und evtl. auch Farbe setzen (wenn die Befehle etc. hue, ... da sind)...

EDIT: da das ähnlich zu alexa-fhem ist, kannst du bzgl. Einstellungen (homeBridgeMapping, setList, genericDeviceType, ...) auch dort mal "spicken" und (evtl.) "übertragen"...

EDIT2: dann den Thread bitte noch auf gelöst "stellen", umbenennen z.B. in [gelöst] FHEM hört nicht auf Homekit Befehle?

Viel Spaß, Joachim
FHEM PI3B+ Bullseye: HM-CFG-USB, 40x HM, ZWave-USB, 13x ZWave, EnOcean-PI, 15x EnOcean, HUE/deCONZ, CO2, ESP-Multisensor, Shelly, alexa-fhem, ...
FHEM PI2 Buster: HM-CFG-USB, 25x HM, ZWave-USB, 4x ZWave, EnOcean-PI, 3x EnOcean, Shelly, ha-bridge, ...
FHEM PI3 Buster (Test)

Frank6320

Hi,

ich werde mich dann mal an die Rolladen und Heizung machen. Mal sehen was da passiert. Aber zuerst wollen die in FHEM integriert werden...

viele Grüße

Frank