HmIP-SWDO wird nicht erkannt

Moderator: seppy

Antworten
Heavy-Dee
Beiträge: 144
Registriert: 18. Jan 2018 16:38
Answers: 0

HmIP-SWDO wird nicht erkannt

Beitrag von Heavy-Dee »

Hallo zusammen,
ich betreibe schon seit Jahren div. HomematicIP-Geräte in openHAB ohne Probleme.
Allerdings habe ich seit 1 Woche ein Problem das ich nicht lösen kann.

Mein System:
RaspberryMatic auf Synology VirtualMachineManager
openHAB (openHAB 5.2.0.M4) via Docker Container auf Synology

alle Einstellungen in openHab sind Text basier (*.things / *.items / ...)
In der Raspberry Matic sind Gruppen definiert (Wohn-/Esszimmer (WEZ), Kinderzimmer-1 (KZ1), ...)
In diesen INT-Gruppen sind jeweils der Wandthermostat, die Stellantriebe und die Fenster-Sensoren zusammengefasst. (z.B INT0000001).
In openHAB werden dann die Daten über die Gruppenkennungen ausgelesen.
Diese Konfiguration funktioniert seit Jahren einwandfrei !!!

Nun wollte ich eine einzelne Tür- u. Fenster-Überwachung realisieren -> Für jeden Fenstersensor wurde ein "Thing"(Status: Online) und jeweils die entsprechenden "Items" erstellt.
Problem !!! Es werden nur 2 von Items erkannt. ???
Ich habe openhab bereits neu installiert und finde den Fehler nicht. Vielleicht habt ihr eine Idee.

P.S. ... ich würde gerne bei der textbasierten Konfiguration bleiben

homematic.things

Code: Alles auswählen

// Homematic IP

Bridge homematic:bridge:3014F711A000041F299ECCD4 "@ Bridge: HomeMatic IP"
[ 
    gatewayAddress="192.168.27.230", // IP der CCU3 in der VMM
    callbackHost="192.168.27.11",   // Echte macvlan-IP des openHAB-Containers
    callbackPort=9123,
    //xmlCallbackPort=9125,
    //binCallbackPort=9126,
    aliveInterval=300
]

{
    // --- Home ---
        // Gateway
        Thing GATEWAY-EXTRAS-3014F711A000041F299ECCD4    GWE00000000         "HmIP: GATE GWE00000000" @ "[HME]"

    // --- Garten ---
        // Temperatur-/Feuchtigkeitsensor: Aussen
        Thing HmIP-STHO         000EDA499C7DAA      "hmip: STHO 000EDA499C7DAA" @ "[GRT]"

    // --- Wohn-/Esszimmer ---
        Thing HmIP-HEATING      INT0000001          "hmip: GRP INT0000001" @ "[WEZ]" 

    // --- Kinderzimmer1 (Marvin) ---
        Thing HmIP-HEATING      INT0000002          "hmip: GRP INT0000002" @ "[KZ1]" 
        
    // --- Kinderzimmer2 (Nico) ---
        Thing HmIP-HEATING      INT0000003          "hmip: GRP INT0000003" @ "[KZ2]"

    // --- Badezimmer ---
        Thing HmIP-WTH-2        000A9F298FD884      "hmip: WTH-2 000A9F298FD884" @ "[BDZ]" 

    // --- Büro ---
        Thing HmIP-eTRV-B-2-R4M 00399F299C950F      "hmip: eTRV-B2 00399F299C950F" @ "[BUE]"

    // --- Sicherheit ---
        Thing HMIP-SWDO         0000DF29957354      "hmip: SWDO_0000DF29957354" @ "[WEZ-WT]"
        Thing HMIP-SWDO         0000DF2995738A      "hmip: SWDO_0000DF2995738A" @ "[WEZ-WF]"
        Thing HMIP-SWDO         0000DF29957370      "hmip: SWDO_0000DF29957370" @ "[WEZ-EF]"
        Thing HMIP-SWDO         0000DF29957353      "hmip: SWDO_0000DF29957353" @ "[KZ1]"
        Thing HMIP-SWDO         0000DF29957355      "hmip: SWDO_0000DF29957355" @ "[KZ2]"
}
homematic.items

Code: Alles auswählen

// ------------------------------------------------------------------
// ----- Home (HME) -------------------------------------------------
// ------------------------------------------------------------------

// ₪ Heizungssteuerung ----------------------------------------------
    // Ist-Temperatur
    Number:Temperature hmip_STHO_000EDA499C7DAA_ACTUALTEMPERATURE
        "(HME) ₪ Temperatur"
        <homematic>
        (grpChartTemp_HME)
        { channel="homematic:HmIP-STHO:3014F711A000041F299ECCD4:000EDA499C7DAA:1#ACTUAL_TEMPERATURE" }
    // Luftfeuchte
    Number:Dimensionless hmip_STHO_000EDA499C7DAA_HUMIDITY
        "(HME) ₪ Luftfeuchte"
        <homematic>
        (grpChartTemp_HME)
        { channel="homematic:HmIP-STHO:3014F711A000041F299ECCD4:000EDA499C7DAA:1#HUMIDITY" }
    // Empfangsstörung ()
    Switch hmip_STHO_000EDA499C7DAA_UNREACH
        "(HME) ₪ Aussensensor"
        <homematic>
        (grpEmpfangsstoerung)
        { channel="homematic:HmIP-STHO:3014F711A000041F299ECCD4:000EDA499C7DAA:0#UNREACH" }
    // Batteriestatus (HME)
    Switch hmip_STHO_000EDA499C7DAA_LOWBAT
        "(HME) ₪ Batteriestatus"
        <homematic>
        { channel="homematic:HmIP-STHO:3014F711A000041F299ECCD4:000EDA499C7DAA:0#LOW_BAT" }

// ------------------------------------------------------------------
// ----- Wohn-/Esszimmer (WEZ) --------------------------------------
// ------------------------------------------------------------------

// ₪ Heizungssteuerung -----------------------------------------------
    // Ist-Temperatur
    Number:Temperature hmip_INT0000001_ACTUALTEMPERATURE
        "(WEZ) ₪ Temperatur"
        <homematic>
        (grpChartTemp_WEZ)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:1#ACTUAL_TEMPERATURE" }
    // Luftfeuchte
    Number:Dimensionless hmip_INT0000001_HUMIDITY
        "(WEZ) ₪ Luftfeuchte"
        <homematic>
        (grpChartTemp_WEZ)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:1#HUMIDITY" }
    // Soll-Temperatur
    Number:Temperature hmip_INT0000001_SETPOINTTEMPERATURE
        "(WEZ) ₪ Solltemperatur"
        <homematic>
        (grpChartTemp_WEZ)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:1#SET_POINT_TEMPERATURE" }
    // Ventilstellung (0-100%)
    Dimmer hmip_INT0000001_LEVEL 
        "(WEZ) ₪ Ventilstellung"
        <homematic>
        {channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:1#LEVEL"}
    // Fensterstatus
    String hmip_INT0000001_WINDOWSTATE
        "(WEZ) ₪ Fensterstatus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:1#WINDOW_STATE" }
    // Boost
    Switch hmip_INT0000001_BOOSTMODE
        "(WEZ) ₪ Boost"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:1#BOOST_MODE" }
        // Heizmodus ()
    Number hmip_INT0000001_CONTROLMODE
        "(WEZ) ₪ Heizmodus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:1#CONTROL_MODE" }
        // Empfangsstörung ()
    Switch hmip_INT0000001_UNREACH
        "(WEZ) ₪ Heizung"
        <homematic>
        (grpEmpfangsstoerung)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:0#UNREACH" }
    // Batteriestatus (WEZ)
    Switch hmip_INT0000001_LOWBAT
        "(WEZ) ₪ Batteriestatus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000001:0#LOW_BAT" }


// ------------------------------------------------------------------
// ----- Kinderzimmer 1 (KZ1) ---------------------------------------
// ------------------------------------------------------------------

// ₪ Heizungssteuerung ----------------------------------------------
    // Ist-Temperatur
    Number:Temperature hmip_INT0000002_ACTUALTEMPERATURE
        "(KZ1) ₪ Temperatur"
        <homematic>
        (grpChartTemp_KZ1)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:1#ACTUAL_TEMPERATURE" }
    // Luftfeuchte
    Number:Dimensionless hmip_INT0000002_HUMIDITY
        "(KZ1) ₪ Luftfeuchte"
        <homematic>
        (grpChartTemp_KZ1)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:1#HUMIDITY" }
    // Soll-Temperatur
    Number:Temperature hmip_INT0000002_SETPOINTTEMPERATURE
        "(KZ1) ₪ Solltemperatur"
        <homematic>
        (grpChartTemp_KZ1)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:1#SET_POINT_TEMPERATURE" }
    // Ventilstellung (0-100%)
    Dimmer hmip_INT0000002_LEVEL 
        "(KZ1) ₪ Ventilstellung"
        <homematic>
        {channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:1#LEVEL"}
    // Fensterstatus
    String hmip_INT0000002_WINDOWSTATE
        "(KZ1) ₪ Fensterstatus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:1#WINDOW_STATE" }
    // Boost
    Switch hmip_INT0000002_BOOSTMODE
        "(KZ1) ₪ Boost"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:1#BOOST_MODE" }
    // Heizmodus ()
    Number hmip_INT0000002_CONTROLMODE
        "(KZ1) ₪ Heizmodus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:1#CONTROL_MODE" }
    // Empfangsstörung ()
    Switch hmip_INT0000002_UNREACH
        "(KZ1) ₪ Heizung"
        <homematic>
        (grpEmpfangsstoerung)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:0#UNREACH" }
    // Batteriestatus (KZ1)
    Switch hmip_INT0000002_LOWBAT
        "(KZ1) ₪ Batteriestatus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:0#LOW_BAT" }
    // Aktives Profils (KZ1)
    Number hmip_INT0000002_ACTPROFILE
        "(KZ1) ₪ Batteriestatus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000002:1#ACTIVE_PROFILE" }

// ------------------------------------------------------------------
// ----- Kinderzimmer 2 (KZ2) ---------------------------------
// ------------------------------------------------------------------

// ₪ Heizungssteuerung ----------------------------------------------
    // Ist-Temperatur
    Number:Temperature hmip_INT0000003_ACTUALTEMPERATURE
        "(KZ2) ₪ Temperatur"
        <homematic>
        (grpChartTemp_KZ2)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:1#ACTUAL_TEMPERATURE" }
    // Luftfeuchte
    Number:Dimensionless hmip_INT0000003_HUMIDITY
        "(KZ2) ₪ Luftfeuchte"
        <homematic>
        (grpChartTemp_KZ2)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:1#HUMIDITY" }
    // Soll-Temperatur
    Number:Temperature hmip_INT0000003_SETPOINTTEMPERATURE
        "(KZ2) ₪ Solltemperatur"
        <homematic>
        (grpChartTemp_KZ2)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:1#SET_POINT_TEMPERATURE" }
    // Ventilstellung (0-100%)
    Dimmer hmip_INT0000003_LEVEL 
        "(KZ2) ₪ Ventilstellung"
        <homematic>
        {channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:1#LEVEL"}
    // Fensterstatus
    String hmip_INT0000003_WINDOWSTATE
        "(KZ2) ₪ Fensterstatus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:1#WINDOW_STATE" }
    // Boost
    Switch hmip_INT0000003_BOOSTMODE
        "(KZ2) ₪ Boost"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:1#BOOST_MODE" }
        // Heizmodus ()
    Number hmip_INT0000003_CONTROLMODE
        "(KZ2) ₪ Heizmodus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:1#CONTROL_MODE" }
        // Empfangsstörung ()
    Switch hmip_INT0000003_UNREACH
        "(KZ2) ₪ Heizung"
        <homematic>
        (grpEmpfangsstoerung)
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:0#UNREACH" }
    // Batteriestatus (KZ2)
    Switch hmip_INT0000003_LOWBAT
        "(KZ2) ₪ Batteriestatus"
        <homematic>
        { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:INT0000003:0#LOW_BAT" }
  
// ------------------------------------------------------------------
// ----- Sicherheit (SEC) ----------------------------------------
// ------------------------------------------------------------------
  
     // Fensterkontakt (Terrasse)
    Contact hmip_SWDO_0000DF29957354_sec
        "(SEC) Terrasse"
        (grpSicherheit_hmip)
        { channel="homematic:HmIP-SWDO:3014F711A000041F299ECCD4:0000DF29957354:1#STATE_CONTACT" }
        
        Switch hmip_SWDO_0000DF29957354_seclwt
            "(SEC) Terrasse {Empfangsstörung}"
            (grpEmpfangsstoerung)
            { channel="homematic:HmIP-HEATING:3014F711A000041F299ECCD4:0000DF29957354:0#UNREACH" }

        Switch hmip_SWDO_0000DF29957354_secbat
            "(SEC) Terrasse {Batteriestatus}"
            { channel="homematic:HmIP-SWDO:3014F711A000041F299ECCD4:0000DF29957354:0#LOW_BAT" }


    // Fensterkontakt (WZ-Fenster)
    Contact hmip_SWDO_0000DF2995738A_sec
        "(SEC) Wohnzimmer"
        (grpSicherheit_hmip)
        { channel="homematic:HmIP-SWDO:3014F711A000041F299ECCD4:0000DF2995738A:1#STATE_CONTACT" }

        Switch hmip_SWDO_0000DF2995738A_seclwt
            "(SEC) Wohnzimmer {Empfangsstörung}"
            (grpEmpfangsstoerung)
            { channel="homematic:HmIP-SWDO:3014F711A000041F299ECCD4:0000DF2995738A:0#UNREACH" }

        Switch hmip_SWDO_0000DF2995738A_secbat
            "(SEC) Wohnzimmer {Batteriestatus}"
            { channel="homematic:HmIP-SWDO:3014F711A000041F299ECCD4:0000DF2995738A:0#LOW_BAT" }


    // Fensterkontakt (EZ-Fenster)
    Contact hmip_SWDO_0000DF29957370_sec
        "(SEC) Esszimmer"
        (grpSicherheit_hmip)
        { channel="homematic:HMIP-SWDO:3014F711A000041F299ECCD4:0000DF29957370:1#STATE_CONTACT" }

        Switch hmip_SWDO_0000DF29957370_seclwt
            "(SEC) Esszimmer {Empfangsstörung}"
            (grpEmpfangsstoerung)
            { channel="homematic:HMIP-SWDO:3014F711A000041F299ECCD4:0000DF29957370:0#UNREACH" }

        Switch hmip_SWDO_0000DF29957370_secbat
            "(SEC) Esszimmer {Batteriestatus}"
            { channel="homematic:HMIP-SWDO:3014F711A000041F299ECCD4:0000DF29957370:0#LOW_BAT" }

    // Fensterkontakt (KZ1)
    Contact hmip_SWDO_0000DF29957353_sec
        "(SEC) Kinderzimmer-1"
        (grpSicherheit_hmip)
        { channel="homematic:HMIP-SWDO:3014F711A000041F299ECCD4:0000DF29957353:1#STATE_CONTACT" }

        Switch hmip_SWDO_0000DF29957353_seclwt
            "(SEC) Kinderzimmer-1 {Empfangsstörung}"
            (grpEmpfangsstoerung)
            { channel="homematic:HMIP-SWDO:3014F711A000041F299ECCD4:0000DF29957353:0#UNREACH" }

        Switch hmip_SWDO_0000DF29957353_secbat
            "(SEC) Kinderzimmer-1 {Batteriestatus}"
            { channel="homematic:HMIP-SWDO:3014F711A000041F299ECCD4:0000DF29957353:0#LOW_BAT" }


    // Fensterkontakt (KZ2)
    Contact hmip_SWDO_0000DF29957355_sec
        "(SEC) Kinderzimmer-2"
        <homematic>
        (grpSicherheit_hmip)
        { channel="homematic:HmIP-SWDO:3014F711A000041F299ECCD4:0000DF29957355:1#STATE_CONTACT" }
        
        Switch hmip_SWDO_0000DF29957355_seclwt
            "(SEC) Kinderzimmer-2 {Empfangsstörung}"
            (grpEmpfangsstoerung)
            { channel="homematic:HmIP-SWDO:3014F711A000041F299ECCD4:0000DF29957355:0#UNREACH" }

        Switch hmip_SWDO_0000DF29957355_secbat
            "(SEC) Kinderzimmer-2 {Batteriestatus}"
            { channel="homematic:HmIP-SWDO:3014F711A000041F299ECCD4:0000DF29957355:0#LOW_BAT" }

Itemstatus:
:0000DF29957354 -> (unknown)
:0000DF2995738A -> (unknown)
:0000DF29957370 -> (i.O.)
:0000DF29957353 -> (i.O.)
:0000DF29957355 -> (unknown)
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
openHab (5.2.0.M4) Docker auf Synology DS920+ :!:

Antworten