Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. FlipFlap3
    • Continue chat with FlipFlap3
    • Start new chat with FlipFlap3
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    FlipFlap3

    @FlipFlap3

    7
    Reputation
    13
    Posts
    456
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    FlipFlap3 Follow

    Posts made by FlipFlap3

    • RE: OpenHAB 2.4 MySensors Serial Gateway - How to install

      @nizoo91 Just found out myself as well that this was missing. Thanks!

      posted in OpenHAB
      FlipFlap3
    • RE: OpenHAB 2.4 MySensors Serial Gateway - How to install

      @joaoabs

      I had to re-install myself and found my how to wasn't 100% correct for OpenHAB 2.4 so I updated it.

      Works with OpenHAB 2.4 and @TimO 's 2.4 jar. Kudos to him for this!

      posted in OpenHAB
      FlipFlap3
    • RE: Beginner totally lost during installation of serial gateway

      https://forum.mysensors.org/topic/6694/openhab-2-2-mysensors-serial-gateway-how-to-install

      No need to have a 2nd arduino connected through usb. Just attach a nrf chip directly to your pi

      posted in OpenHAB
      FlipFlap3
    • RE: OpenHAB 2.4 MySensors Serial Gateway - How to install

      @greymarvel said in OpenHAB 2.2 MySensors Serial Gateway - How to install:

      @FlipFlap3
      Firstly well done for the brilliant instructions . I too have been attempting to use Openhab with my sensors over the last year and to be honest although I've had relative success, because of the limited amount of, up to date and accurate tutorials its been a steep slope to climb. Currently I have Openhabian installed on a Raspberry pi with a Gateway connected to the I/O pins of the Pi and a couple of temp sensors connected ( all be it with difficulty ). It's setup as an Ethernet Gateway but I did try once to setup it up as a serial gateway, unsuccessfully I might add. Out of interest if I did re- install using your setup instructions, Is a serial Gateway better or easier in any way ? it does seem like the most supported option of the 3 for most people on the forum .

      Thanks

      Sorry for late response (busy with anual reporting lately).

      I have tried MTTQ first myself, but I didn't get things working smoothly. 2nd attempt was with serial gateway. Even though I had some problems at first, I did manage to get it working. I had a hard time finding a good tutorial though, so I wrote down the steps I took carefully. Reason for me to put it here was to have a personal backup for my notes and if it would be helpful for anyone else that would be an awesome bonus 😉

      I didn't try ethernet gateway yet cause I am happy with the current setup.

      posted in OpenHAB
      FlipFlap3
    • RE: OpenHAB 2.4 MySensors Serial Gateway - How to install

      @frozenyack Sorry, I can't remember seeing an error like that before.

      posted in OpenHAB
      FlipFlap3
    • RE: What does a newbie need to integrate sensors with OpenHab?

      A year ago I tried to get some sensors going for the first time. Tried mqtt 1st, but failed. 2nd was serial. That worked. In the end it doesnt matter. When it works, you don't have to look at it anymore. You can just power up new sensors and they will pop up in OpenHAB.

      posted in OpenHAB
      FlipFlap3
    • RE: What does a newbie need to integrate sensors with OpenHab?

      Since you attached a nrf24 directly to your pi, I presume you have all your sensors connected eith nrf24 as well.
      You could use a serial gateway. I updated my documentation yesterday on how I do it. You can find it on the same sub forum you posted this.

      posted in OpenHAB
      FlipFlap3
    • RE: OpenHAB 2.4 MySensors Serial Gateway - How to install

      2.3 snapshot doesn't work. 2.2 does

      Updated opening post for step by step instruction on installing openhab2.2 with mysensors 2.2 serial gateway binding. If you have any questions, just post them here.

      posted in OpenHAB
      FlipFlap3
    • RE: OpenHAB 2.4 MySensors Serial Gateway - How to install

      @jic Nope sry, BUT.. I am going to do a fresh install again today. Will check if I can get it to work and make updates to this howto where needed.

      posted in OpenHAB
      FlipFlap3
    • RE: OpenHAB 2.4 MySensors Serial Gateway - How to install

      Made a reïnstall again and found that something was incomplete and that it didn't work anymore with the stable branche.

      Missing in "initial config" is enabling SPI through raspi-config at the start

      At installing MySensors replace:
      git clone https://github.com/mysensors/MySensors.git --branch master
      with:
      git clone https://github.com/mysensors/MySensors.git --branch development

      echo 'deb http://dl.bintray.com/openhab/apt-repo2 stable main' | sudo tee /etc/apt/sources.list.d/openhab2.list
      Now needs to be:
      echo 'deb https://dl.bintray.com/openhab/apt-repo2 stable main' | sudo tee /etc/apt/sources.list.d/openhab2.list

      sudo wget http://www.oberfoell.com/openhab2/org.openhab.binding.mysensors-2.2.0-SNAPSHOT.jar

      sudo chown openhab:openhab org.openhab.binding.mysensors-2.2.0-SNAPSHOT.jar

      Somehow this next one always times-out the first time. 2nd attempt does give me a connection after a while
      ssh -p 8101 openhab@localhost

      posted in OpenHAB
      FlipFlap3