Navigation

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

    Topics created by fipster

    • fipster

      [SOLVED] MySensors library on Linux Mint Arduino IDE not working
      Troubleshooting • library linux mysensors.h • • fipster  

      10
      0
      Votes
      10
      Posts
      1152
      Views

      fipster

      @tbowmo You mentioned the version number. I have somehow managed to get a very old IDE. Can't remember where I installed it from, but that seems to be the source of evil. Thank you all again!
    • fipster

      nrf24 raspi gateway & controller
      Troubleshooting • nrf24l01+ raspberry raspberry nrf24l01 gpio raspberry serial gateway • • fipster  

      3
      0
      Votes
      3
      Posts
      856
      Views

      fipster

      Thank you @mfalkvidd! I have been busy and had many issues to figure out for myself, but I still can't understand how binding with openHAB works. How does the information from nRF24 get to openHAB? I have MySensors Binding add-on installed in openHAB. I would be very grateful if someone could help with this last step. After this my first little sensor will be ready to go live.
    • fipster

      mysgw: bind: Address already in use
      Troubleshooting • • fipster  

      7
      0
      Votes
      7
      Posts
      3508
      Views

      jacikaas

      @mfalkvidd Thank You for the answer. @mfalkvidd said in mysgw: bind: Address already in use: As mentioned in the troubleshooting section, look in /var/log/syslog to see the gateway output of the existing instance. Don't start a new one. Ohh... Thats a lot more clear now... I thought command "sudo ./bin/mysgw -d" is not a service start, but just something like output mirror. Like "tail". Could I somehow use tail for watching real time output on ./bin/mysgw -d ? Also, it seems your sudo key has gotten stuck If you missed that not every command is preceeded by sudo in the build instructions, maybe it is worth considering that you missed something else? Sorry for dumb questions, but how I make that sudo key stuck? It's becose of that I start a few mysgw services? Another silly question, becose I'm very "advanced user" in UNIX, my best friend is called desktop there, and I know basically just install, nano, cp, rm commands, I need to ask Is there should be difference if I will use "make" instead of "sudo make". Sudo means that I run this command by root user, but does it make difference between "make" or "sudo make"? And if I remember clearly if I run only "make" - raspberry pi starts to swearing, but with sudo, it's ok. When I install the gateway by command "sudo make install" I can see that installing was successful, there is info that if I want to run this on boot I need to run two lines: sudo systemctl enable mysgw.service sudo systemctl start mysgw.service But now, I guess, I do not need them both, because start on boot is described in "sudo make install"?