Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. OpenHAB
  4. Openhab MQTT Example

Openhab MQTT Example

Scheduled Pinned Locked Moved OpenHAB
openhab mqtt ex
49 Posts 8 Posters 68.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tboha
    wrote on last edited by
    #41

    Connection refused means (in 99%) your broker is not up or you got the wrong address.
    I supposed you to run mosquitto_sub/pub on the same machine your broker runs on.
    On a different machine you have to add the host address like:

    mosquitto_sub -h 192.168.1.10 -t /topic -m "message".
    

    No - at last its not really complicated, but I think you had just a bad start. MySensors and OpenHab tend to start right out of the box - but you need the right box......

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Marcus
      wrote on last edited by Marcus
      #42

      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

      C 1 Reply Last reply
      0
      • M Marcus

        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

        C Offline
        C Offline
        C.r.a.z.y.
        wrote on last edited by
        #43

        @Marcus Try Tim's files and JAR file for serial openHab http://forum.mysensors.org/topic/655/serial-gateway-connection-to-openhab/2
        I added a motion sensor and its fine.

        JohnJ 1 Reply Last reply
        0
        • C C.r.a.z.y.

          @Marcus Try Tim's files and JAR file for serial openHab http://forum.mysensors.org/topic/655/serial-gateway-connection-to-openhab/2
          I added a motion sensor and its fine.

          JohnJ Offline
          JohnJ Offline
          John
          Plugin Developer
          wrote on last edited by John
          #44

          @Marcus Good to see you have it working! The MySensors MQTT plugin and serial drivers are quite stable. Some parts of the server can behave a little strange, cause still in heavy development.

          My Domotica project: http://www.pidome.org

          C 1 Reply Last reply
          0
          • JohnJ John

            @Marcus Good to see you have it working! The MySensors MQTT plugin and serial drivers are quite stable. Some parts of the server can behave a little strange, cause still in heavy development.

            C Offline
            C Offline
            C.r.a.z.y.
            wrote on last edited by
            #45

            @John There was a problem with serial....1.6.1.jar it doesnt show this correctly;

            ArduinoUpdate -> 0;0;3;0;9;read: 14-14-0 s=1,c=1,t=16,pt=0,l=1:0
            14;1;1;0;16;0

            i think its related with baud rate for jar file because i saw  these kind of things in terminal ����BO�"U��²e��B&��i�

            JohnJ 1 Reply Last reply
            0
            • C C.r.a.z.y.

              @John There was a problem with serial....1.6.1.jar it doesnt show this correctly;

              ArduinoUpdate -> 0;0;3;0;9;read: 14-14-0 s=1,c=1,t=16,pt=0,l=1:0
              14;1;1;0;16;0

              i think its related with baud rate for jar file because i saw  these kind of things in terminal ����BO�"U��²e��B&��i�

              JohnJ Offline
              JohnJ Offline
              John
              Plugin Developer
              wrote on last edited by
              #46

              @C.r.a.z.y. That's highly possible, or there was a wrong choice of encoding at the wrong moment.

              My Domotica project: http://www.pidome.org

              1 Reply Last reply
              0
              • H Offline
                H Offline
                Hacker007
                wrote on last edited by
                #47

                Hi.
                I have OpenHAB, MQTT and battery powered units (http://iot-playground.com/2-uncategorised/10-low-power-door-window-sensor). I cannot receive battery status in Openhab (other things from the same unit are transmitted OK). What is wrong?

                1. I send: gw.sendBatteryLevel(batLevel);
                2. Number node4_bat "Bat [%.1f %%]" <temperature> (node4, GBattery) {mqtt="<[mysensor:MyMQTT/4/255/50:state:default]"}

                I have seen somewhere that battery state is transmitted via '50'?!?

                1 Reply Last reply
                0
                • H Offline
                  H Offline
                  Hacker007
                  wrote on last edited by Hacker007
                  #48

                  Hi. I have figured it out. It is presented as "mysensor:MyMQTT/4/255/V_:state:default". No number in current version from mysensors!!!
                  The next step was to edit MyMQTT.cpp: char V_50[] PROGMEM = ""; into char V_50[] PROGMEM = "50";. Now I get battery status via "mysensor:MyMQTT/4/255/V_50:state:default".

                  So in conclusion I have answered my own questions and have solved them...

                  1 Reply Last reply
                  1
                  • F Offline
                    F Offline
                    francis
                    wrote on last edited by
                    #49

                    coming back to the initial issue, is there anyone that can post items and maps configuration to test the binary switch example of mysensors? my configuration is arduino uno+w5100 and mqtt gateway, opnhab on windows pc on the same network

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    15

                    Online

                    11.7k

                    Users

                    11.2k

                    Topics

                    113.0k

                    Posts


                    Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • MySensors
                    • OpenHardware.io
                    • Categories
                    • Recent
                    • Tags
                    • Popular