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 2.0 binding

openHAB 2.0 binding

Scheduled Pinned Locked Moved OpenHAB
534 Posts 88 Posters 479.7k Views 99 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.
  • O Offline
    O Offline
    ofverstedt
    wrote on last edited by
    #99

    Hi Timo,

    Regarding the errors in OH2beta, see this post for a possible solution.

    Some other questions:
    Is it possible to access sensors with different "V_types" for example V_VAR1 to a temperature sensor? I would like to send out numbers to my sensor nodes from rules.

    I was not able to get the battery level to work.
    my item looks like this:

    Number SHBat "Storehouse Node Battery Level [%f %%]"       (nSH,gBAT) { channel="mysensors:temperature:gateway:SHtemp_in:battery" }
    

    What is wrong?

    Thank you for a great work!

    /Tomas

    1 Reply Last reply
    0
    • T Offline
      T Offline
      TimO
      Hero Member
      wrote on last edited by
      #100

      Hi Tomas!

      Thanks for the hint, I will take a closer look!

      @ofverstedt said:

      I would like to send out numbers to my sensor nodes from rules.

      This is currently not possible, but it will be. It is on my ToDo list. :-)
      The current solution with the serial binding in OH 1.X is complicated, but leaves a lot of freedom for the user and I would like to preserve as much freedom as possible.

      I've implemented some new features a while ago, like resending of messages if no ACK is received. But the Repo is out of date. I will fix that.

      1 Reply Last reply
      1
      • G Offline
        G Offline
        gonzalonal
        wrote on last edited by
        #101

        Hi Tim0.
        Really nice work with this binding. Huge step forward into a official MySensors OpenHAB binding.

        It would be nice to have the repo updated so as to try the new features you have implemented.

        Have you had time to check why we are gewtting that error at OpenHAB 2 Beta while trying to install the binding?

        Let me know if there is any way in which I can help.
        Thanks, regards!

        Gonzalo.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          TimO
          Hero Member
          wrote on last edited by
          #102

          Hi @gonzalonal !

          I'm working on it. Due to the changes in the OH git repository my environment is all messed up. :-(

          1 Reply Last reply
          0
          • andreacioniA Offline
            andreacioniA Offline
            andreacioni
            wrote on last edited by andreacioni
            #103

            This kind of problem (as I've read online) in this release of OH seems to be not only related to this binding. One suggestion that I found is here: https://github.com/openhab/openhab-distro/issues/82 (last comment) or here: https://github.com/openhab/openhab-distro/issues/81

            I've tested it without success but I don't know if I've done it right. I've also try to build myself a rfxcom binding (this one use gnu.io) and it has the same issue

            hope this help

            EDIT: this work for me, run on OSGI console: feature:install openhab-transport-serial and restart OH

            G T 2 Replies Last reply
            0
            • andreacioniA andreacioni

              This kind of problem (as I've read online) in this release of OH seems to be not only related to this binding. One suggestion that I found is here: https://github.com/openhab/openhab-distro/issues/82 (last comment) or here: https://github.com/openhab/openhab-distro/issues/81

              I've tested it without success but I don't know if I've done it right. I've also try to build myself a rfxcom binding (this one use gnu.io) and it has the same issue

              hope this help

              EDIT: this work for me, run on OSGI console: feature:install openhab-transport-serial and restart OH

              G Offline
              G Offline
              gonzalonal
              wrote on last edited by
              #104

              @andreacioni said:

              This kind of problem (as I've read online) in this release of OH seems to be not only related to this binding. One suggestion that I found is here: https://github.com/openhab/openhab-distro/issues/82 (last comment) or here: https://github.com/openhab/openhab-distro/issues/81

              I've tested it without success but I don't know if I've done it right. I've also try to build myself a rfxcom binding (this one use gnu.io) and it has the same issue

              hope this help

              EDIT: this work for me, run on OSGI console: feature:install openhab-transport-serial and restart OH

              Hi @andreacioni.

              You saved the day. It worked for me.
              Here the steps I did to make it work.

              1- Download latest snapshot from https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ (Download offline version)
              2- Unzip the file.
              3- Run start_debug.sh
              4- In console write "feature:install openhab-runtime-compat1x"
              5- Ctrl-D to exit/shutdown OpenHAB
              6- Once exited, copy MySensors binding to addons folder.
              7- Start againg OpenHAB-
              8- Thats it. It should work

              Remember to copy your serial thing to things folder.
              Regards!
              Gonzalo

              1 Reply Last reply
              0
              • andreacioniA andreacioni

                This kind of problem (as I've read online) in this release of OH seems to be not only related to this binding. One suggestion that I found is here: https://github.com/openhab/openhab-distro/issues/82 (last comment) or here: https://github.com/openhab/openhab-distro/issues/81

                I've tested it without success but I don't know if I've done it right. I've also try to build myself a rfxcom binding (this one use gnu.io) and it has the same issue

                hope this help

                EDIT: this work for me, run on OSGI console: feature:install openhab-transport-serial and restart OH

                T Offline
                T Offline
                TimO
                Hero Member
                wrote on last edited by
                #105

                @andreacioni: Absolultly amazing! Thanks!

                I don't understand why this helps though because the changes in the code I have to do have nothing to do with OH1 (compability).

                I hope to provide an adjusted version today or tomorrow along with a clean and working repository.

                Thanks for your patience! :-)

                andreacioniA 1 Reply Last reply
                0
                • T TimO

                  @andreacioni: Absolultly amazing! Thanks!

                  I don't understand why this helps though because the changes in the code I have to do have nothing to do with OH1 (compability).

                  I hope to provide an adjusted version today or tomorrow along with a clean and working repository.

                  Thanks for your patience! :-)

                  andreacioniA Offline
                  andreacioniA Offline
                  andreacioni
                  wrote on last edited by andreacioni
                  #106

                  @TimO I'think the OH1 compatibility is not the problem. It seems that OH2 beta1 have not installed transport feature and so it has no definition for the gno.io pakage, so I'think there's nothing to do on your code :D

                  PS tell me when the new repo is OK that I download it and try to add the baudrate config ;) Thanks!!

                  1 Reply Last reply
                  0
                  • T Offline
                    T Offline
                    TimO
                    Hero Member
                    wrote on last edited by
                    #107

                    So, I would like to show you my current status. I've tested it against my mini MySensors environment and it looks good so far. Feel free to test.

                    1. Download latest snapshot from cloudbees: https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-offline/target/openhab-offline-2.0.0-SNAPSHOT.zip

                    2. Unzip file (into a directory like oh2).

                    3. Download the current binding from Binding and place it in the addons directory under oh2.

                    4. Configure addons, things, items and sitemap. Example?! addons.cfg, demo.things , demo.items, demo.sitemap

                    5. Start "start_debug.sh", "start_debug.bat" ...

                    6. In the karaf console enter: "feature:install openhab-transport-serial".

                    7. MySensors Plugin "should" start. ;-)

                    8: "log:set debug" + "log:tail" to see debug output.

                    Github and documentation will follow, please refer to the "old" Readme and the examples.

                    andreacioniA 1 Reply Last reply
                    0
                    • T TimO

                      So, I would like to show you my current status. I've tested it against my mini MySensors environment and it looks good so far. Feel free to test.

                      1. Download latest snapshot from cloudbees: https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-offline/target/openhab-offline-2.0.0-SNAPSHOT.zip

                      2. Unzip file (into a directory like oh2).

                      3. Download the current binding from Binding and place it in the addons directory under oh2.

                      4. Configure addons, things, items and sitemap. Example?! addons.cfg, demo.things , demo.items, demo.sitemap

                      5. Start "start_debug.sh", "start_debug.bat" ...

                      6. In the karaf console enter: "feature:install openhab-transport-serial".

                      7. MySensors Plugin "should" start. ;-)

                      8: "log:set debug" + "log:tail" to see debug output.

                      Github and documentation will follow, please refer to the "old" Readme and the examples.

                      andreacioniA Offline
                      andreacioniA Offline
                      andreacioni
                      wrote on last edited by
                      #108

                      @TimO Hi Tim, for debugging outupt of the binding I need to write: log:set DEBUG org.openhab.binding.mysensors, without this I cannot see anything about binding logs

                      G 1 Reply Last reply
                      0
                      • andreacioniA andreacioni

                        @TimO Hi Tim, for debugging outupt of the binding I need to write: log:set DEBUG org.openhab.binding.mysensors, without this I cannot see anything about binding logs

                        G Offline
                        G Offline
                        gonzalonal
                        wrote on last edited by gonzalonal
                        #109

                        @andreacioni Hi andreacioni. Same issue with debug mode with me. Thanks for the tip!

                        @TimO: V_STOP for Rollershutter sensors, is a MySensors binding limitation, or it is not implemented in OH2 yet?

                        Another thing I've noticed is that every item added, despite being a regular switch or a rollershutter, is is being added as:

                        Battery Level
                        mysensors:cover:gateway:Cover_1_0:battery
                        MySensors Battery Channel

                        Is this the intended behavior for every node of my sensor, despite having or not a battery?

                        Regards.
                        Gonzalo.

                        1 Reply Last reply
                        0
                        • T Offline
                          T Offline
                          TimO
                          Hero Member
                          wrote on last edited by
                          #110

                          @gonzalonal said:

                          V_STOP for Rollershutter sensors, is a MySensors binding limitation, or it is not implemented in OH2 yet?

                          It is a limitation of OH2 and I don't understand the limitation. It is very confusing, because with the "RollerShutter" widget in OH2 I get three buttons: UP, DOWN and STOP. UP and down calls the handler in which I generate the MySensors message. STOP don't call the handler and therefore I can't do anything. I need to dig deeper.

                          Battery Level
                          mysensors:cover:gateway:Cover_1_0:battery
                          MySensors Battery Channel

                          Is this the intended behavior for every node of my sensor, despite having or not a battery?

                          This is intended behavior. The battery status is send via an internal message and there is no presentation if a sensor has a battery or not.
                          I've therefore added the battery channel to every item. In Paper UI you are able to simply disable the channel by clicking the blue circle next to the battery channel or in the configuration file you have to specify the channel, if you want to use it. If the battery channel is not defined for a thing it won't receive the battery status.

                          For the future: maybe there is a way to hide the channel as long as there was no battery status received and display it only when used. But currently I don't see an easy way to implement that.

                          Greetings!
                          Tim

                          G 1 Reply Last reply
                          0
                          • T TimO

                            @gonzalonal said:

                            V_STOP for Rollershutter sensors, is a MySensors binding limitation, or it is not implemented in OH2 yet?

                            It is a limitation of OH2 and I don't understand the limitation. It is very confusing, because with the "RollerShutter" widget in OH2 I get three buttons: UP, DOWN and STOP. UP and down calls the handler in which I generate the MySensors message. STOP don't call the handler and therefore I can't do anything. I need to dig deeper.

                            Battery Level
                            mysensors:cover:gateway:Cover_1_0:battery
                            MySensors Battery Channel

                            Is this the intended behavior for every node of my sensor, despite having or not a battery?

                            This is intended behavior. The battery status is send via an internal message and there is no presentation if a sensor has a battery or not.
                            I've therefore added the battery channel to every item. In Paper UI you are able to simply disable the channel by clicking the blue circle next to the battery channel or in the configuration file you have to specify the channel, if you want to use it. If the battery channel is not defined for a thing it won't receive the battery status.

                            For the future: maybe there is a way to hide the channel as long as there was no battery status received and display it only when used. But currently I don't see an easy way to implement that.

                            Greetings!
                            Tim

                            G Offline
                            G Offline
                            gonzalonal
                            wrote on last edited by
                            #111

                            @TimO
                            Great TimO. Thanks for clarifying this topic.
                            Regards.
                            Gonzalo

                            1 Reply Last reply
                            0
                            • T Offline
                              T Offline
                              TimO
                              Hero Member
                              wrote on last edited by
                              #112

                              @gonzalonal : I found a solution for V_STOP! It will be available soon.

                              But more important: @andreacioni is doing some great work improving the stability and performance of the binding!!

                              I just wanted to let you know, that the binding is currently under heavy development. :+1:

                              G 1 Reply Last reply
                              4
                              • T TimO

                                @gonzalonal : I found a solution for V_STOP! It will be available soon.

                                But more important: @andreacioni is doing some great work improving the stability and performance of the binding!!

                                I just wanted to let you know, that the binding is currently under heavy development. :+1:

                                G Offline
                                G Offline
                                gonzalonal
                                wrote on last edited by
                                #113

                                @TimO
                                Great news TimO. Really nice to hear that.
                                Regarding STOP functionality for the binding, I have read somewhere that the supported commands by OpenHAB, for RollerShutter items, are Up, Down and StopMove. Have yoy tried something like this?

                                Regards
                                Gonzalo.

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  TimO
                                  Hero Member
                                  wrote on last edited by
                                  #114

                                  @gonzalonal said:

                                  Regarding STOP functionality for the binding, I have read somewhere that the supported commands by OpenHAB, for RollerShutter items, are Up, Down and StopMove. Have yoy tried something like this?

                                  Yeah, my problem till yesterday was, that I was not able to cast the given state to StopMoveType in case of Stop, while casting the state to UpDownType for Up and Down was no problem. :-)

                                  I changed the way how the binding handles this type of message and it works now.

                                  S 1 Reply Last reply
                                  0
                                  • T TimO

                                    @gonzalonal said:

                                    Regarding STOP functionality for the binding, I have read somewhere that the supported commands by OpenHAB, for RollerShutter items, are Up, Down and StopMove. Have yoy tried something like this?

                                    Yeah, my problem till yesterday was, that I was not able to cast the given state to StopMoveType in case of Stop, while casting the state to UpDownType for Up and Down was no problem. :-)

                                    I changed the way how the binding handles this type of message and it works now.

                                    S Offline
                                    S Offline
                                    Sebastián Zaffarano
                                    wrote on last edited by
                                    #115

                                    @TimO
                                    Can we clone the latest source code from this binding? I think that your github repository is outdated and I want to work this weekend with it, 'cause I would like to integrate the mysensors 2.0-beta "smartSleep" feature with your binding in my home sensors setup (ESP8266 Ethernet GW).

                                    Also, if there are any ISSUE y your TODO list in which I can help you, please tell me.

                                    Regards

                                    andreacioniA 1 Reply Last reply
                                    0
                                    • S Sebastián Zaffarano

                                      @TimO
                                      Can we clone the latest source code from this binding? I think that your github repository is outdated and I want to work this weekend with it, 'cause I would like to integrate the mysensors 2.0-beta "smartSleep" feature with your binding in my home sensors setup (ESP8266 Ethernet GW).

                                      Also, if there are any ISSUE y your TODO list in which I can help you, please tell me.

                                      Regards

                                      andreacioniA Offline
                                      andreacioniA Offline
                                      andreacioni
                                      wrote on last edited by
                                      #116

                                      @Sebastián-Zaffarano

                                      Hi Sebastián, what repository have you checked? Currently the development is not on the old https://github.com/wishmoooop/openhab2/tree/master/addons/binding/org.openhab.binding.mysensors but was moved here: https://github.com/tobof/openhab2-addons/tree/MySensors/addons/binding/org.openhab.binding.mysensors

                                      Hope this help :)

                                      S 1 Reply Last reply
                                      0
                                      • andreacioniA andreacioni

                                        @Sebastián-Zaffarano

                                        Hi Sebastián, what repository have you checked? Currently the development is not on the old https://github.com/wishmoooop/openhab2/tree/master/addons/binding/org.openhab.binding.mysensors but was moved here: https://github.com/tobof/openhab2-addons/tree/MySensors/addons/binding/org.openhab.binding.mysensors

                                        Hope this help :)

                                        S Offline
                                        S Offline
                                        Sebastián Zaffarano
                                        wrote on last edited by
                                        #117

                                        @andreacioni said:

                                        @Sebastián-Zaffarano

                                        Hi Sebastián, what repository have you checked? Currently the development is not on the old https://github.com/wishmoooop/openhab2/tree/master/addons/binding/org.openhab.binding.mysensors but was moved here: https://github.com/tobof/openhab2-addons/tree/MySensors/addons/binding/org.openhab.binding.mysensors

                                        Hope this help :)

                                        Thanks @andreacioni
                                        I was working on the old repo! :)

                                        1 Reply Last reply
                                        0
                                        • T Offline
                                          T Offline
                                          TimO
                                          Hero Member
                                          wrote on last edited by
                                          #118

                                          I've updated the first posting in this thread. You'll find the current repo there (also). ;-)

                                          I've added a Wiki to the repo and made a brief description of the installation and configuration process.

                                          https://github.com/tobof/openhab2-addons/wiki

                                          The current binding (jar) is also in the repo now. You'll find the link in the wiki under "Installation".

                                          Modifications in the current version:

                                          • RollerShutter now supports STOP
                                          • Performance of the binding improved. Big thanks to @andreacioni !!
                                          • Stability improved. Also big thanks to @andreacioni
                                          • Error handling on connection loss improved
                                          • The baud rate of the serial gateway is now adjustable. (@andreacioni again!)
                                          • some code cleanup: removed not needed debug output etc.

                                          Please let me know if you found the time to test the binding and what the results are. :-)

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


                                          18

                                          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