Ankündigung

Einklappen
Keine Ankündigung bisher.

MIMOlite as garage door control and sensor

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    MIMOlite as garage door control and sensor

    I have a MIMOlite connected to my openHAB and I am able to toggle the relay with a simple switch but a few items are not working.

    Problems:
    1) I removed the jumper on the device which is supposed to make the relay just a momentary connection. Right now when I flip the switch in openHAB the relay stays energized

    2) I have a OPEN/CLOSE sensor connected to the MIMO but I am unable to read the status correctly. I never changes.

    I could use some help with the item configuration for this device.

    I know from reading another thread that users must enable the following configuration parameters:
    Parameter 8 = 03 (this is supposed to set the sensor input to binary
    Parameter 11 = 05 (this is supposed to set the relay delay to 500ms)

    Questions:
    1) How do I send the parameters to the device? I tried this but it didn't work
    Code:
    Switch  GarageDoor      "Main Garage Door [%S]" <garage>        (gG)            { zwave="4:command=switch_binary,8=3,11=5" }
    2) How do I properly setup the Contact to constantly get the door state and not just on switch actuation?
    Code:
    Contact Garage_Door     "Garage Door [%s]"      <garagedoor>    (gG)            { zwave="4:command=sensor_binary,respond_to_basic=true" }
    3) The device supports some kind of low power ALARM mode. How do I configure that?

    Here are links to the device specifications and suggested wiring diagram:
    HTML-Code:
    http://www.fortrezz.com/index.php/products/mimolite
Lädt...
X