Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Marcus
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Marcus

    • RE: Openhab MQTT Example

      Please stop helping me now. Now i have pidome and the first sensor is running after 30 minutes with my ethernet mqtt gateway 😉

      That is what i want. Maybe one day there are nice tutorials for Openhab. Thank u very much for trying to help. If i now start with mosquitto to get openhab run is the same as when i make a patch for a patch....

      It seems that pidome has wait for me it is really nice and not much complicated.

      This thread can be closed here.Unbenannt.JPG

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Thank u anyway for your help @tboha . I think this is too much complicated. I tried ur last idea, but i got connection refused error. Really frustrating.... I want to see results. I hope pidome gave me faster results than openhab.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      @John Thank u very much. I think i will stop with Openhab and give PiDome a try. it seems to be better described what to do to get it run.

      In the thread u mentioned i looked for some examples but didnt get them to work and no one could help.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      @b0rmann Please read the whole thread and tell me what to do now!!! I only want openhab and mysensors work together. But i want to use my mqtt-ethernet-gateway. Not the serial way.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Good morning community.

      Here is what i did now for installing mosquitto on my raspberry pi.

      This infos are from here (http://jpmens.net/2013/09/01/installing-mosquitto-on-a-raspberry-pi/).

        curl -O http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key
      
        sudo apt-key add mosquitto-repo.gpg.key
      
        rm mosquitto-repo.gpg.key
      
        cd /etc/apt/sources.list.d/
      
        sudo curl -O http://repo.mosquitto.org/debian/mosquitto-repo.list
      
        sudo apt-get update
      
        sudo apt-get install mosquitto mosquitto-clients python-mosquitto
      

      Now mosquitto is running.

      With:

      sudo /etc/init.d/mosquitto stop
      

      I can stop it.

      With

      sudo /etc/init.d/mosquitto start
      

      I can start it.

      But what to do now???
      How do i connect mosquitto to my MQTT-Ethernet-Gateway?
      How do i connect mosquitto to Openhab?

      Please help!

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Thank u for your answers.

      I love the look of openhab. So i will try the it with mosquitto.

      If it will not work then i will try pidome and serial gateway.

      If i have new infos i will post them here!

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      @Crazy Do u need Mosquitto?

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Is there a big difference between serial and ethernet?

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Hmm, now i am nearly at the beginning. It would be nice if i dont need mosquitto.

      Maybe here are others who can help.

      Thank u anyway for ur help.

      Are we both the only who want to use openhab???

      Is there no other way to check if openhab recieves the messages from the broker (ethernet gateway)?

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      @John
      I use MyMQTT on my smartphone is this a client? There are messages coming in.

      Do i need mosquitto for make mysensors work with openhab or not. Thats the only thing that is interesting for me at the moment.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Its not a broker????

      "The MQTT gateway is basically a Ethernet Gateway with modified software which makes it act as a MQTT broker. "
      

      This text in the build instructions has to be fixed. In no minute i thought about installing mosquitto.

      But i hope the installation of mosquitto will get it to work.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      I use the MQTT Ethernet-Ethernet Gateway as broker http://www.mysensors.org/build/mqtt_gateway

      And with MyMQTT on my Smartphone i can see that its working.

      Later i will test the other thing.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Good morning.

      I did what u said. But i dont see the status of my switch.

       Switch mqttsw1 "MQTT Switch 1" (all,mqtt) {mqtt=">[mysensor:MyMQTT/20/3/V_TRIPPED:command:on:RED],>[mysensor:MyMQTT/20/3/V_TRIPPED:command:off:Green]"}
      Switch mqttsw2 "MQTT Switch 2" (all,mqtt) {mqtt=">[mysensor:MyMQTT/20/3/V_TRIPPED:command:off:default],>[mysensor:MyMQTT/20/3/V_TRIPPED:command:on:default]"}
      Switch mqttsw3 "MQTT Switch 3" (all,mqtt) {mqtt=">[mysensor:MyMQTT/20/3/V_TRIPPED:command:*:Switch ${itemName} was turned ${command}]"}
      
      String mqttsw1s "MQtt Switch 1 Status [%s]" (all,mqtt) {mqtt="<[mysensor:MyMQTT/20/3/V_TRIPPED:state:default]"}
      String mqttsw2s "MQtt Switch 2 Status [%s]" (all,mqtt) {mqtt="<[mysensor:MyMQTT/20/3/V_TRIPPED:state:default]"}
      String mqttsw3s "MQtt Switch 3 Status [%s]" (all,mqtt) {mqtt="<[mysensor:MyMQTT/20/3/V_TRIPPED:state:default]"}
      
      String sketch20 "Sketch name 20 [%s]"  (all,mqtt) {mqtt="<[mysensor:MyMQTT/20/3/V_TRIPPED:state:default]"}
      

      The sitemap is the same as yours.

      mqtt-test.JPG

      As u can see there is no red/green and no well formed text-message.

      Thanks anyway! Would be very nice if we get this to work.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      I only wanna see the state of the switch.

      For example i wanna know if the window is open or not.

      But the line does not work. i cannot see the state of the switch.

      I used the example and edited the line u gave me in there:

       Group all
       Group node1  (all)
       Group node2  (all)
       Group sketch (all)
      
       Number node1_temp  "Temp [%.1f °C]"     (node1,all)  {mqtt="<[mysensor:MyMQTT/20/10/V_TEMP:state:default]"}
       Number node1_humid "Humid [%.1f %%Rh]" (node1,all)  {mqtt="<[mysensor:MyMQTT/20/11/V_HUM:state:default]"}
      
       Switch node2_sw1  "sw2"  (node2,all)  {mqtt=">[mysensor:MyMQTT/21/1/V_LIGHT:command:ON:1],>[mysensor:MyMQTT/21/1/V_LIGHT:command:OFF:0]"}
       Switch node2_sw2  "sw2 send + recieve example"  (node2,all)      {mqtt=">[mysensor:MyMQTT/21/2/V_LIGHT:command:ON:1],>[mysensor:MyMQTT/21/2/V_LIGHT:command:OFF:0],<[mysensor:MyMQTT/21/2/V_LIGHT:command:MAP(1on0off.map)]"}
      
        String sketch20 "Switch name 20 [%s]"  (sketch,all) {mqtt="<[mysensor:MyMQTT/20/3/V_TRIPPED:state:default]"}
      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      I did what u said.

      This is what openhab says after start.

       pi@raspberrypi /opt/openhab $ sudo ./start.sh
       Launching the openHAB runtime...
       osgi> 2014-12-10 17:32:36.323 [INFO ] [.o.core.internal.CoreActivator] - openHAB runtime has been started (v1.6.1).
       2014-12-10 17:32:56.766 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - mDNS service has been started
       2014-12-10 17:32:57.084 [DEBUG] [.io.transport.mqtt.MqttService] - Starting MQTT Service...
       2014-12-10 17:32:58.022 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - Service Discovery initialization completed.
       2014-12-10 17:32:58.139 [INFO ] [.io.transport.mqtt.MqttService] - MQTT Service initialization completed.
       2014-12-10 17:32:58.154 [INFO ] [o.i.t.m.i.MqttBrokerConnection] - Starting MQTT broker connection 'mymqtt'
       2014-12-10 17:32:58.232 [DEBUG] [o.i.t.m.i.MqttBrokerConnection] - Creating new client for 'tcp://192.168.0.3:1883' using id 'MyMQTT' and file store '/tmp/mymqtt'
       2014-12-10 17:33:01.703 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'exec.persist'
       2014-12-10 17:33:04.772 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'logging.persist'
       2014-12-10 17:33:05.181 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'db4o.persist'
       2014-12-10 17:33:05.437 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist'
       2014-12-10 17:33:06.092 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.items'
       2014-12-10 17:33:29.493 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.sitemap'
       2014-12-10 17:33:33.644 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.script'
       2014-12-10 17:33:47.367 [INFO ] [penhab.io.rest.RESTApplication] - Started REST API at /rest
       2014-12-10 17:33:53.419 [INFO ] [.o.u.w.i.servlet.WebAppServlet] - Started Classic UI at /openhab.app
       2014-12-10 17:34:15.084 [INFO ] [.o.io.habmin.HABminApplication] - Started HABmin REST API at /services/habmin
       2014-12-10 17:34:20.543 [DEBUG] [.b.mqtt.internal.MqttActivator] - MQTT binding has been started.
       2014-12-10 17:34:20.703 [DEBUG] [b.mqtt.internal.MqttItemConfig] - Loaded MQTT config for item 'mqttsw1' : 0 subscribers, 2 publishers
       2014-12-10 17:34:20.722 [DEBUG] [b.mqtt.internal.MqttItemConfig] - Loaded MQTT config for item 'mqttsw2' : 0 subscribers, 2 publishers
       2014-12-10 17:34:20.794 [DEBUG] [m.internal.MqttEventBusBinding] - MQTT: Activating event bus binding.
      

      0 subscribers, 2 publishers???

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Now I installed MyMQTT on my smartphone and connected it to my MQTT Gateway.

      If i activate and deactivate the switch on the node it prints this:

      1
      MyMQTT/20/3/V_TRIPPED
      0 
      MyMQTT/20/3/V_TRIPPED
      

      I hope this helps.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Well u are back.

      pi@raspberrypi /opt/openhab $ sudo ./start.sh
      Launching the openHAB runtime...
      osgi> 2014-12-10 14:59:25.455 [INFO ] [.o.core.internal.CoreActivator] - openHAB runtime has been     started (v1.6.1).
      2014-12-10 14:59:45.668 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - mDNS service has been started
      2014-12-10 14:59:46.488 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - Service Discovery initialization completed.
      2014-12-10 14:59:46.589 [INFO ] [.io.transport.mqtt.MqttService] - MQTT Service initialization completed.
      2014-12-10 14:59:46.597 [INFO ] [o.i.t.m.i.MqttBrokerConnection] - Starting MQTT broker connection 'mymqtt'
      2014-12-10 14:59:50.693 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'exec.persist'
      2014-12-10 14:59:55.287 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'logging.persist'
      2014-12-10 14:59:55.513 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'db4o.persist'
      2014-12-10 14:59:55.702 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist'
      2014-12-10 14:59:56.627 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.items'
      2014-12-10 15:00:10.357 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.script'
      2014-12-10 15:00:24.527 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.sitemap'
      2014-12-10 15:00:31.120 [INFO ] [penhab.io.rest.RESTApplication] - Started REST API at /rest
      2014-12-10 15:00:38.539 [INFO ] [.o.u.w.i.servlet.WebAppServlet] - Started Classic UI at /openhab.app
      2014-12-10 15:00:59.480 [INFO ] [.o.io.habmin.HABminApplication] - Started HABmin REST API at /services/habmin
      

      This happened when i activated/deactivated the switches in the "test-environment" on the webpage.

       2014-12-10 15:02:30.560 [INFO ] [runtime.busevents             ] - mqttsw1 received command ON
      2014-12-10 15:02:31.060 [INFO ] [runtime.busevents             ] - mqttsw1 received command OFF
      2014-12-10 15:02:31.969 [INFO ] [runtime.busevents             ] - mqttsw2 received command ON
       2014-12-10 15:02:32.736 [INFO ] [runtime.busevents             ] - mqttsw2 received command OFF
      

      This is everything it prints. but if i switch on the node it prints nothing.

      This must be simple problem with the item definition i think. But there are less examples where i can look an figure out how it works.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      openhab screen.JPG

      Now it looks like this.

      But i still have the problem that i cant see the position of my window switch.

      {mqtt=">[mysensor:/testsw/1:command:on:default],>[mysensor:/testsw/1:command:off:default]"}
      

      This line has to be modified i think. Plz tell me how it must be to show the status of my sensor-node.

      send: 20-20-0-0 s=3,c=1,t=16,pt=2,l=2,st=ok:0
      send: 20-20-0-0 s=3,c=1,t=16,pt=2,l=2,st=ok:1
      

      this is what the serial monitor from my sensor node prints.
      Can someone explain what this meesage mean?!

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Okay, i found the mistake.

      test.sitemap schould look like this:

      sitemap Test label="Menu"
      {
      	
      Frame label="MQTT" 
      	{
      	Switch item=mqttsw1 label="MQTT Switch 1"    
      	Switch item=mqttsw2 label="MQTT Switch 2"
      	}
      	
      }
      

      Now i can go on with testing.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      openhab designer.JPG

      And here Screenshot from openhab designer.

      posted in OpenHAB
      Marcus
      Marcus
    • RE: Openhab MQTT Example

      Thank u tboha

      now there is a mistake in the sitemap-file:

      2014-12-10 09:42:13.967 [INFO ] [.o.core.internal.CoreActivator] - openHAB runtime has been started (v1.6.1).
      2014-12-10 09:42:33.835 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - mDNS service has been started
      2014-12-10 09:42:34.692 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - Service Discovery initialization completed.
      2014-12-10 09:42:34.751 [INFO ] [.io.transport.mqtt.MqttService] - MQTT Service initialization completed.
      2014-12-10 09:42:34.768 [INFO ] [o.i.t.m.i.MqttBrokerConnection] - Starting MQTT broker connection 'mymqtt'
      2014-12-10 09:42:38.721 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'exec.persist'
      2014-12-10 09:42:42.505 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'logging.persist'
      2014-12-10 09:42:42.904 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'db4o.persist'
      2014-12-10 09:42:43.159 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist'
      2014-12-10 09:42:44.089 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.items'
      2014-12-10 09:43:07.490 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.sitemap'
      2014-12-10 09:43:11.083 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'test.script'
      2014-12-10 09:43:29.438 [INFO ] [penhab.io.rest.RESTApplication] - Started REST API at /rest
      2014-12-10 09:43:39.518 [INFO ] [.o.u.w.i.servlet.WebAppServlet] - Started Classic UI at /openhab.app
      2014-12-10 09:43:57.645 [INFO ] [.o.io.habmin.HABminApplication] - Started HABmin REST API at /services/habmin
      2014-12-10 09:44:54.138 [WARN ] [c.internal.ModelRepositoryImpl] - Configuration model 'test.sitemap' is either empty or cannot be parsed correctly!
      2014-12-10 09:44:54.268 [WARN ] [e.jetty.servlet.ServletHandler] - /openhab.app
      org.openhab.ui.webapp.render.RenderException: Sitemap 'test' could not be found
          at org.openhab.ui.webapp.internal.servlet.WebAppServlet.service(WebAppServlet.java:114) ~[na:na]
          at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61) ~[na:na]
          at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128) ~[na:na]
          at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60) ~[na:na]
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) ~[javax.servlet_3.0.0.v201112011016.jar:na]
          at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:598) ~[org.eclipse.jetty.servlet_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:486) [org.eclipse.jetty.servlet_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1065) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:413) [org.eclipse.jetty.servlet_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:192) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:999) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.Server.handle(Server.java:350) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:890) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:630) [org.eclipse.jetty.http_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230) [org.eclipse.jetty.http_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77) [org.eclipse.jetty.server_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:606) [org.eclipse.jetty.io_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:46) [org.eclipse.jetty.io_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:603) [org.eclipse.jetty.util_8.1.3.v20120522.jar:8.1.3.v20120522]
          at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:538) [org.eclipse.jetty.util_8.1.3.v20120522.jar:8.1.3.v20120522]
          at java.lang.Thread.run(Thread.java:744) [na:1.8.0]
      

      And here my sitemap file:

      Frame label="MQTT" 
      	{
      	Switch item=mqttsw1 label="MQTT Switch 1"    
      	Switch item=mqttsw2 label="MQTT Switch 2"
      	}
      

      I Hope u can help.

      posted in OpenHAB
      Marcus
      Marcus
    • Openhab MQTT Example

      Hi,

      i'm new here.

      I got a binary switch sensor to work and the mqtt ethernet gateway and i installed openhab on my raspberry - everything is working.

      But here is my problem:

      I dont know how to implement the binary switch to openhab.

      This is what my serial monitor prints out from the node:

      sensor started, id 20
      send: 20-20-0-0 s=255,c=0,t=17,pt=0,l=5,st=ok:1.4.1
      send: 20-20-0-0 s=255,c=3,t=6,pt=1,l=1,st=ok:0
      read: 0-0-20 s=255,c=3,t=6,pt=0,l=1:M
      send: 20-20-0-0 s=3,c=0,t=0,pt=0,l=5,st=ok:1.4.1
      send: 20-20-0-0 s=3,c=1,t=16,pt=2,l=2,st=ok:0
      send: 20-20-0-0 s=3,c=1,t=16,pt=2,l=2,st=ok:1
      send: 20-20-0-0 s=3,c=1,t=16,pt=2,l=2,st=ok:0
      send: 20-20-0-0 s=3,c=1,t=16,pt=2,l=2,st=ok:1

      I need an easy example i cant find samething with google.

      If u have ready to use config-files for openhab that would be nice.

      posted in OpenHAB
      Marcus
      Marcus