HMS100WD & FHEM (Raspberry + CUL)

Begonnen von spuzvica, 03 September 2014, 15:34:05

Vorheriges Thema - Nächstes Thema

spuzvica

Hi, I was wondering if the HMS100WD device should be detected automatically by autocreate or not? (it does not seem to be in my case)

I also tried the following config but received no response (???):

# Wasseralarm
define WATER.dum dummy
set    WATER.dum off

# HMS100-W Wassersensor
define DnevnaVoda HMS 1002
attr   DnevnaVoda alias Sensor Tiefgarage
attr   DnevnaVoda model hms100-wd

# HMS100-W Wassersensor notify
define DnevnaVoda.not notify DnevnaVoda:.*Water.*Detect:.*on.* {\
  if (ReadingsVal("WATER.dum","state","off") eq "off") {\
    fhem("set WATER.dum on");;\
    fhem("define at.WATER.dum.off at +00:30:00 set WATER.dum off");;\
    Log 3, "HMS @ Water detection %, send notification via eMail/SMS";;\
  }\
}

Any tips?